body {
  font-family: Jost;
}
.display-1 {
  font-family: 'NotoSerif-Bold';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'NotoSerif-Bold';
  font-size: 2.1rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-4 {
  font-family: 'NotoSans-Medium';
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'NotoSerif-Bold';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'NotoSans-Regular';
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((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: #e2001a !important;
}
.bg-success {
  background-color: #807a7a !important;
}
.bg-info {
  background-color: #353535 !important;
}
.bg-warning {
  background-color: #a71f2e !important;
}
.bg-danger {
  background-color: #e2001a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2001a !important;
  border-color: #e2001a !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: #8b0010 !important;
  border-color: #8b0010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #807a7a !important;
  border-color: #807a7a !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: #545050 !important;
  border-color: #545050 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #545050 !important;
  border-color: #545050 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a71f2e !important;
  border-color: #a71f2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5e111a !important;
  border-color: #5e111a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5e111a !important;
  border-color: #5e111a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e2001a !important;
  border-color: #e2001a !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: #8b0010 !important;
  border-color: #8b0010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !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: #e2001a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b0010 !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: #e2001a !important;
  border-color: #e2001a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #807a7a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #545050 !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: #807a7a !important;
  border-color: #807a7a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a71f2e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5e111a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a71f2e !important;
  border-color: #a71f2e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2001a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8b0010 !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: #e2001a !important;
  border-color: #e2001a !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: #e2001a !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #807a7a !important;
}
.text-info {
  color: #353535 !important;
}
.text-warning {
  color: #a71f2e !important;
}
.text-danger {
  color: #e2001a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c000e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c4848 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #510f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c000e !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: #e2001a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #353535;
}
.alert-warning {
  background-color: #a71f2e;
}
.alert-danger {
  background-color: #e2001a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2001a;
  border-color: #e2001a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2001a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffafb8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bebbbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e26371;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffafb8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'NotoSans-Medium';
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.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: #e2001a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'NotoSans-Medium';
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #e2001a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2001a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e2001a;
}
.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: #e2001a;
  border-bottom-color: #e2001a;
}
.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: #e2001a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !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='%23e2001a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t4MsAg1xYT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4MsAg1xYT nav.navbar {
  position: fixed;
}
.cid-t4MsAg1xYT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4MsAg1xYT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4MsAg1xYT .dropdown-item:hover,
.cid-t4MsAg1xYT .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t4MsAg1xYT .dropdown-item:hover span {
  color: white;
}
.cid-t4MsAg1xYT .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t4MsAg1xYT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t4MsAg1xYT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4MsAg1xYT .nav-link {
  position: relative;
}
.cid-t4MsAg1xYT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4MsAg1xYT .container {
    flex-wrap: nowrap;
  }
}
.cid-t4MsAg1xYT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4MsAg1xYT .dropdown-menu,
.cid-t4MsAg1xYT .navbar.opened {
  background: #ffffff !important;
}
.cid-t4MsAg1xYT .nav-item:focus,
.cid-t4MsAg1xYT .nav-link:focus {
  outline: none;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4MsAg1xYT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4MsAg1xYT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4MsAg1xYT .navbar.opened {
  transition: all 0.3s;
}
.cid-t4MsAg1xYT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4MsAg1xYT .navbar .navbar-logo img {
  width: auto;
}
.cid-t4MsAg1xYT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4MsAg1xYT .navbar.collapsed {
  justify-content: center;
}
.cid-t4MsAg1xYT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4MsAg1xYT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4MsAg1xYT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t4MsAg1xYT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4MsAg1xYT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4MsAg1xYT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4MsAg1xYT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t4MsAg1xYT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4MsAg1xYT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4MsAg1xYT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4MsAg1xYT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4MsAg1xYT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4MsAg1xYT .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4MsAg1xYT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4MsAg1xYT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4MsAg1xYT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4MsAg1xYT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4MsAg1xYT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4MsAg1xYT .dropdown-item.active,
.cid-t4MsAg1xYT .dropdown-item:active {
  background-color: transparent;
}
.cid-t4MsAg1xYT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4MsAg1xYT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4MsAg1xYT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4MsAg1xYT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4MsAg1xYT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4MsAg1xYT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4MsAg1xYT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4MsAg1xYT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4MsAg1xYT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4MsAg1xYT .navbar {
    height: 70px;
  }
  .cid-t4MsAg1xYT .navbar.opened {
    height: auto;
  }
  .cid-t4MsAg1xYT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4HiSjikQp {
  background-color: #eff2f7;
}
.cid-t4HiSjikQp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t4HiSjikQp .mbr-section-tag {
  margin-bottom: 14px;
  color: #807a7a;
  text-align: center;
}
.cid-t4HiSjikQp .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t4HiSjikQp .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t4HiSjikQp .mbr-section-title b:last-child,
.cid-t4HiSjikQp .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t4HiSjikQp .mbr-section-subtitle {
  text-align: center;
  color: #e2001a;
}
.cid-t4NyvWiGRc {
  overflow: visible !important;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-t4NyvWiGRc {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-t4NyvWiGRc {
    padding-top: 2.4rem;
    padding-bottom: 0.9rem;
  }
}
.cid-t4NyvWiGRc .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t4NyvWiGRc .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t4NyvWiGRc .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t4NyvWiGRc .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t4NyvWiGRc .text {
    min-width: 615px;
    transform: translate(-25%, 5rem);
  }
}
.cid-t4NyvWiGRc .text-wrapper {
  background: #eff2f7;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t4NyvWiGRc .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-t4NyvWiGRc .mbr-text {
  font-weight: 400;
  color: #353535;
}
@media (min-width: 992px) {
  .cid-t4NyvWiGRc .display-1 {
    font-size: 65px;
  }
  .cid-t4NyvWiGRc .display-5 {
    font-size: 29px;
  }
}
.cid-t4NyvWiGRc .mbr-section-btn {
  background: #eff2f7;
  margin-left: 0;
  margin-right: 0;
}
.cid-t4NyvWiGRc .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t4NyvWiGRc .btn:hover {
  background: #353535 !important;
  border-color: #353535 !important;
  color: #fff !important;
}
.cid-t4NyvWiGRc .mbr-section-title {
  color: #353535;
}
.cid-t4NIwEAH5L {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4NIwEAH5L .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t4NIwEAH5L .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t4NIwEAH5L .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t4NIwEAH5L .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t4NIwEAH5L .mbr-section-title b:last-child,
.cid-t4NIwEAH5L .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t4NIwEAH5L .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t4NIwEAH5L .mbr-text,
.cid-t4NIwEAH5L .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t4ZzStYZ7n {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4ZzStYZ7n .card-wrapper {
  background: #eff2f7;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-t4ZzStYZ7n .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4ZzStYZ7n .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4ZzStYZ7n .card-wrapper {
    padding: 3rem;
  }
}
.cid-t4ZzStYZ7n .mbr-text,
.cid-t4ZzStYZ7n .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t4ZzStYZ7n .card-title,
.cid-t4ZzStYZ7n .card-box {
  text-align: left;
}
.cid-t5016FgoEe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #eff2f7;
}
.cid-t5016FgoEe .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-t5016FgoEe .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 0;
}
.cid-t5016FgoEe .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #e2001a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-t5016FgoEe .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-t5016FgoEe .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-t5016FgoEe .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-t5016FgoEe .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-t5016FgoEe .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-t5016FgoEe .mbr-media:hover .circle {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.cid-t5016FgoEe .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-t5016FgoEe .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-t5016FgoEe .shape {
    display: none;
  }
}
.cid-t5016FgoEe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5016FgoEe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5016FgoEe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5016FgoEe .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5016FgoEe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4NtYx7ti2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t4NtYx7ti2 .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.cid-t4NtYx7ti2 .card {
  margin-bottom: 1.5rem;
}
.cid-t4NtYx7ti2 .card-wrapper {
  overflow: visible;
  padding: 3rem 2rem;
  background-color: #fff;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.cid-t4NtYx7ti2 .card-wrapper-1 {
  border-color: #e2001a;
}
.cid-t4NtYx7ti2 .card-wrapper-2 {
  border-color: #e2001a;
}
.cid-t4NtYx7ti2 .card-wrapper-3 {
  border-color: #e2001a;
}
.cid-t4NtYx7ti2 .card-wrapper-4 {
  border-color: #e2001a;
}
.cid-t4NtYx7ti2 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  padding-right: 2.5rem;
}
.cid-t4NtYx7ti2 .card-title:before {
  font-family: 'Moririse2';
  content: "\e96b";
  position: absolute;
  font-size: 2.5rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition-duration: .15s;
}
.cid-t4NtYx7ti2 .card-title:hover:before {
  right: -5px;
}
@media (max-width: 767px) {
  .cid-t4NtYx7ti2 .card-title:before {
    font-size: 1.5rem;
  }
}
.cid-t4NtYx7ti2 .card-text {
  color: #353535;
  text-align: left;
}
.cid-t4NtYx7ti2 .card-title,
.cid-t4NtYx7ti2 .icon-wrap {
  color: #353535;
  text-align: left;
}
.cid-t4NtYx7ti2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t4NtYx7ti2 .card-text-bullets {
  color: #353535;
  text-align: left;
}
.cid-t4Sntm97lL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4Sntm97lL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t4Sntm97lL .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t4Sntm97lL .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t4Sntm97lL .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t4Sntm97lL .mbr-section-title b:last-child,
.cid-t4Sntm97lL .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t4Sntm97lL .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t4Sntm97lL .mbr-text,
.cid-t4Sntm97lL .mbr-section-btn {
  color: #242424;
  text-align: left;
}
.cid-u4hsSdA9Sx {
  padding-top: 4rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4hsSdA9Sx .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u4hsSdA9Sx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u4hsSdA9Sx .container {
    padding: 0 22px;
  }
}
.cid-u4hsSdA9Sx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u4hsSdA9Sx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u4hsSdA9Sx .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u4hsSdA9Sx .embla__slide .slide-content {
    display: block;
  }
}
.cid-u4hsSdA9Sx .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4hsSdA9Sx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u4hsSdA9Sx .embla__button--next,
.cid-u4hsSdA9Sx .embla__button--prev {
  display: flex;
}
.cid-u4hsSdA9Sx .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #353535 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u4hsSdA9Sx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u4hsSdA9Sx .embla__button:hover {
  color: #807a7a !important;
}
.cid-u4hsSdA9Sx .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u4hsSdA9Sx .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u4hsSdA9Sx .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u4hsSdA9Sx .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u4hsSdA9Sx .embla {
  position: relative;
  width: 100%;
}
.cid-u4hsSdA9Sx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u4hsSdA9Sx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u4hsSdA9Sx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u4hsSdA9Sx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u4hsSdA9Sx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t5sAHjtlBe {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #eff2f7;
}
.cid-t5sAHjtlBe .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-t5sAHjtlBe .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t5sAHjtlBe .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-t5sAHjtlBe .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #807a7a;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5sAHjtlBe .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5sAHjtlBe .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #e2001a;
  stroke: none;
  overflow: visible;
}
.cid-t5sAHjtlBe .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #e2001a;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5sAHjtlBe .carousel-indicators li.active {
  background: #e2001a;
}
.cid-t5sAHjtlBe .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5sAHjtlBe .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-t5sAHjtlBe .mbr-text,
.cid-t5sAHjtlBe .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-t5sAHjtlBe H3 {
  text-align: center;
  color: #807a7a;
}
.cid-t5sAHjtlBe .author,
.cid-t5sAHjtlBe .box {
  font-style: normal;
}
.cid-t5sAHjtlBe .author {
  color: #9A948D;
}
.cid-t5sAHjtlBe .author h3 {
  font-family: 'NotoSans-Medium';
}
.cid-t5sAHjtlBe .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #e2001a;
  border: 1px solid #eff2f7;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-t5sAHjtlBe .mbr-iconfont {
    display: none;
  }
}
.cid-t5sbD3qGLN {
  overflow: visible !important;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-t5sbD3qGLN {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t5sbD3qGLN {
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
  }
}
.cid-t5sbD3qGLN .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t5sbD3qGLN .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t5sbD3qGLN .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t5sbD3qGLN .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t5sbD3qGLN .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-t5sbD3qGLN .text-wrapper {
  background: #eff2f7;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t5sbD3qGLN .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-t5sbD3qGLN .mbr-text {
  font-weight: 400;
  color: #353535;
}
@media (min-width: 992px) {
  .cid-t5sbD3qGLN .display-1 {
    font-size: 65px;
  }
  .cid-t5sbD3qGLN .display-5 {
    font-size: 29px;
  }
}
.cid-t5sbD3qGLN .mbr-section-btn {
  background: #eff2f7;
  margin-left: 0;
  margin-right: 0;
}
.cid-t5sbD3qGLN .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t5sbD3qGLN .btn:hover {
  background: #353535 !important;
  border-color: #353535 !important;
  color: #fff !important;
}
.cid-t5sbD3qGLN .mbr-section-title {
  color: #353535;
}
.cid-t60rzLZXIp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t60rzLZXIp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t60rzLZXIp .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t60rzLZXIp .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t60rzLZXIp .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t60rzLZXIp .mbr-section-title b:last-child,
.cid-t60rzLZXIp .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t60rzLZXIp .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
}
.cid-t60rzLZXIp .mbr-text,
.cid-t60rzLZXIp .mbr-section-btn {
  color: #242424;
  text-align: left;
}
.cid-t4T57VDIDs {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4T57VDIDs .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-t4T57VDIDs .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-t4T57VDIDs .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  color: #bbbbbb;
  background: #fff;
  opacity: 1;
}
.cid-t4T57VDIDs .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-t4T57VDIDs .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-t4T57VDIDs .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-t4T57VDIDs .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t4T57VDIDs .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-t4T57VDIDs .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-t4T57VDIDs .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #bbbbbb;
  width: 100%;
  height: 100%;
}
.cid-t4T57VDIDs .carousel-indicators .li1::after {
  content: "1";
}
.cid-t4T57VDIDs .carousel-indicators .li2::after {
  content: "2";
}
.cid-t4T57VDIDs .carousel-indicators .li3::after {
  content: "3";
}
.cid-t4T57VDIDs .carousel-indicators .li4::after {
  content: "4";
}
.cid-t4T57VDIDs li.active,
.cid-t4T57VDIDs li:active {
  opacity: 1;
  border-color: #e2001a;
}
.cid-t4T57VDIDs li.active:after,
.cid-t4T57VDIDs li:active:after {
  color: #e2001a;
}
.cid-t4T57VDIDs li.active:before,
.cid-t4T57VDIDs li:active:before {
  background-color: #e2001a !important;
}
@media (max-width: 767px) {
  .cid-t4T57VDIDs .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-t4T57VDIDs .carousel-control-next {
    bottom: auto;
    top: 103%;
    right: 1rem;
  }
}
.cid-t4T57VDIDs .mbr-text {
  margin-top: 1rem;
}
.cid-t4T57VDIDs .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t4T57VDIDs .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #e2001a;
}
@media (max-width: 767px) {
  .cid-t4T57VDIDs .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-t4T57VDIDs .row-element,
.cid-t4T57VDIDs .image-element {
  padding: 0;
}
.cid-t4T57VDIDs .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-t4T57VDIDs .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t4T57VDIDs .wrap {
  z-index: 2;
}
.cid-t4T57VDIDs .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t4T57VDIDs .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4T57VDIDs .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t4T57VDIDs .card-wrap {
    margin-top: 1rem;
  }
}
.cid-t4T57VDIDs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4T57VDIDs .carousel-item.active,
.cid-t4T57VDIDs .carousel-item-next {
  display: flex;
}
.cid-t4T57VDIDs .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-t4T57VDIDs .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t4T57VDIDs .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-t4T57VDIDs .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #e2001a;
  background-color: #e2001a;
}
.cid-t4T57VDIDs .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-t4T57VDIDs .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4T57VDIDs .image-element {
    min-width: 50%;
  }
  .cid-t4T57VDIDs .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t4T57VDIDs .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-t4T57VDIDs .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-t4T57VDIDs .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-t4T57VDIDs .icon-left {
  margin-right: 0.1rem;
}
.cid-t4T57VDIDs .icon-right {
  margin-left: 0.1rem;
}
.cid-t4T57VDIDs H1 {
  text-align: left;
  color: #353535;
}
.cid-t4T57VDIDs .mbr-section-text,
.cid-t4T57VDIDs .mbr-section-btn {
  text-align: left;
  color: #807a7a;
}
.cid-t4T57VDIDs H4 {
  text-align: left;
}
.cid-tcZN7tUhu8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tcZN7tUhu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcZN7tUhu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tcZN7tUhu8 .container {
    max-width: 1400px;
  }
}
.cid-tcZN7tUhu8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e2001a;
  margin-bottom: 2rem;
}
.cid-tcZN7tUhu8 .card-wrapper {
  margin-top: 3rem;
}
.cid-tcZN7tUhu8 .row {
  justify-content: center;
}
.cid-tcZN7tUhu8 .card-title,
.cid-tcZN7tUhu8 .iconfont-wrapper {
  color: #353535;
}
.cid-tcZN7tUhu8 .card-text {
  color: #807a7a;
}
.cid-t4ZuVSWtE1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4ZuVSWtE1 img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t4ZuVSWtE1 img {
    height: auto;
  }
}
.cid-t4T9D0Pp3I {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4T9D0Pp3I .display-2 {
    font-size: 1.6rem;
  }
}
.cid-t4T9D0Pp3I .align-wrapper {
  width: 100%;
}
.cid-t4T9D0Pp3I h4 {
  display: inline-block;
  position: relative;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t4T9D0Pp3I h4:before {
  position: absolute;
  content: '';
  bottom: -6px;
  width: 0%;
  left: 0;
  height: 2px;
  transition: all 0.3s;
  background: #e2001a;
}
.cid-t4T9D0Pp3I h4:hover {
  color: #e2001a;
}
.cid-t4T9D0Pp3I h4:hover:before {
  width: 100%;
}
.cid-t4T9D0Pp3I .mbr-section-title {
  color: #454545;
  text-align: center;
}
.cid-t4T9D0Pp3I .mbr-section-text,
.cid-t4T9D0Pp3I .align-wrapper,
.cid-t4T9D0Pp3I .mbr-section-btn {
  color: #e2001a;
  text-align: center;
}
.cid-t4YydJEGb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t4YydJEGb0 img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t4YydJEGb0 .si {
  width: 100%;
}
.cid-t4YydJEGb0 .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t4YydJEGb0 .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t4YydJEGb0 .subtitle {
  color: #353535;
}
.cid-t4YydJEGb0 .text,
.cid-t4YydJEGb0 .si {
  text-align: center;
  color: #353535;
}
.cid-t4YydJEGb0 .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t6d58o2JWh.popup-builder {
  background-color: #ffffff;
}
.cid-t6d58o2JWh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t6d58o2JWh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t6d58o2JWh .modal-content,
.cid-t6d58o2JWh .modal-dialog {
  height: auto;
}
.cid-t6d58o2JWh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t6d58o2JWh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t6d58o2JWh .form-wrapper .mbr-form .form-group,
  .cid-t6d58o2JWh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t6d58o2JWh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t6d58o2JWh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6d58o2JWh .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-t6d58o2JWh .pt-0 {
  padding-top: 0 !important;
}
.cid-t6d58o2JWh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t6d58o2JWh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t6d58o2JWh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t6d58o2JWh .modal-open {
  overflow: hidden;
}
.cid-t6d58o2JWh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t6d58o2JWh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t6d58o2JWh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t6d58o2JWh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t6d58o2JWh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t6d58o2JWh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t6d58o2JWh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t6d58o2JWh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t6d58o2JWh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t6d58o2JWh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t6d58o2JWh .modal-backdrop.fade {
  opacity: 0;
}
.cid-t6d58o2JWh .modal-backdrop.show {
  opacity: .5;
}
.cid-t6d58o2JWh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t6d58o2JWh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t6d58o2JWh .modal-header {
    padding: 1rem;
  }
}
.cid-t6d58o2JWh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t6d58o2JWh .modal-header .close svg {
  fill: #353535;
}
.cid-t6d58o2JWh .modal-header .close:hover {
  opacity: 1;
}
.cid-t6d58o2JWh .modal-header .close:focus {
  outline: none;
}
.cid-t6d58o2JWh .modal-title {
  line-height: 1.3;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #353535;
}
.cid-t6d58o2JWh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t6d58o2JWh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6d58o2JWh .modal-body {
    padding: 1rem;
  }
}
.cid-t6d58o2JWh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t6d58o2JWh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6d58o2JWh .modal-footer {
    padding: 1rem;
  }
}
.cid-t6d58o2JWh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t6d58o2JWh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t6d58o2JWh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t6d58o2JWh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t6d58o2JWh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t6d58o2JWh .modal-lg,
  .cid-t6d58o2JWh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t6d58o2JWh .modal-xl {
    max-width: 1140px;
  }
}
.cid-t6d58o2JWh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t6d58o2JWh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t6d58o2JWh .form-group {
  margin-bottom: 1rem;
}
.cid-t6d58o2JWh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t6d58o2JWh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t6d58o2JWh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t6d58o2JWh .mbr-section-btn {
  margin: 0;
}
.cid-t6d58o2JWh .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4MsAg1xYT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4MsAg1xYT nav.navbar {
  position: fixed;
}
.cid-t4MsAg1xYT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4MsAg1xYT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4MsAg1xYT .dropdown-item:hover,
.cid-t4MsAg1xYT .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t4MsAg1xYT .dropdown-item:hover span {
  color: white;
}
.cid-t4MsAg1xYT .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t4MsAg1xYT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t4MsAg1xYT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4MsAg1xYT .nav-link {
  position: relative;
}
.cid-t4MsAg1xYT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4MsAg1xYT .container {
    flex-wrap: nowrap;
  }
}
.cid-t4MsAg1xYT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4MsAg1xYT .dropdown-menu,
.cid-t4MsAg1xYT .navbar.opened {
  background: #ffffff !important;
}
.cid-t4MsAg1xYT .nav-item:focus,
.cid-t4MsAg1xYT .nav-link:focus {
  outline: none;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4MsAg1xYT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4MsAg1xYT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4MsAg1xYT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4MsAg1xYT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4MsAg1xYT .navbar.opened {
  transition: all 0.3s;
}
.cid-t4MsAg1xYT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4MsAg1xYT .navbar .navbar-logo img {
  width: auto;
}
.cid-t4MsAg1xYT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4MsAg1xYT .navbar.collapsed {
  justify-content: center;
}
.cid-t4MsAg1xYT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4MsAg1xYT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4MsAg1xYT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t4MsAg1xYT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4MsAg1xYT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4MsAg1xYT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4MsAg1xYT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4MsAg1xYT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t4MsAg1xYT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4MsAg1xYT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4MsAg1xYT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4MsAg1xYT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4MsAg1xYT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4MsAg1xYT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4MsAg1xYT .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4MsAg1xYT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4MsAg1xYT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4MsAg1xYT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4MsAg1xYT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4MsAg1xYT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4MsAg1xYT .dropdown-item.active,
.cid-t4MsAg1xYT .dropdown-item:active {
  background-color: transparent;
}
.cid-t4MsAg1xYT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4MsAg1xYT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4MsAg1xYT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4MsAg1xYT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4MsAg1xYT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4MsAg1xYT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4MsAg1xYT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4MsAg1xYT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4MsAg1xYT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4MsAg1xYT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4MsAg1xYT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4MsAg1xYT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4MsAg1xYT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4MsAg1xYT .navbar {
    height: 70px;
  }
  .cid-t4MsAg1xYT .navbar.opened {
    height: auto;
  }
  .cid-t4MsAg1xYT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4YFweGem8 {
  background-color: #eff2f7;
}
.cid-t4YFweGem8 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t4YFweGem8 .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t4YFweGem8 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t4YFweGem8 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t4YFweGem8 .mbr-section-title b:last-child,
.cid-t4YFweGem8 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t4YFweGem8 .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t4YFweGem8 .mbr-text,
.cid-t4YFweGem8 .mbr-section-btn {
  text-align: center;
  color: #807a7a;
}
.cid-t4ZBMQ8fO1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t4ZBMQ8fO1 .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-t4ZBMQ8fO1 .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eff2f7;
  z-index: 0;
}
.cid-t4ZBMQ8fO1 .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #e2001a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-t4ZBMQ8fO1 .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-t4ZBMQ8fO1 .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-t4ZBMQ8fO1 .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-t4ZBMQ8fO1 .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-t4ZBMQ8fO1 .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-t4ZBMQ8fO1 .mbr-media:hover .circle {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.cid-t4ZBMQ8fO1 .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-t4ZBMQ8fO1 .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-t4ZBMQ8fO1 .shape {
    display: none;
  }
}
.cid-t4ZBMQ8fO1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t4ZBMQ8fO1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t4ZBMQ8fO1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t4ZBMQ8fO1 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4ZBMQ8fO1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4YH7JqeJ4 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4YH7JqeJ4 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t4YH7JqeJ4 .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t4YH7JqeJ4 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t4YH7JqeJ4 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t4YH7JqeJ4 .mbr-section-title b:last-child,
.cid-t4YH7JqeJ4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t4YH7JqeJ4 .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t4YH7JqeJ4 .mbr-text,
.cid-t4YH7JqeJ4 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t54uQ1w9GI {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-t54uQ1w9GI .mbr-iconfont-1 {
  color: #e2001a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-t54uQ1w9GI .mbr-iconfont-2 {
  color: #807a7a;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-t54uQ1w9GI .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t54uQ1w9GI .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-t54uQ1w9GI .card-img {
  margin-bottom: 1.7rem;
}
.cid-t54uQ1w9GI .card-title {
  margin-bottom: 1.5rem;
}
.cid-t54uQ1w9GI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t54uQ1w9GI .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t54uQ1w9GI .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t54uQ1w9GI .row {
    padding: 0 1rem;
  }
  .cid-t54uQ1w9GI .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-t54uQ1w9GI .card-inner {
  background-color: #ffffff;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-t54uQ1w9GI .card-box,
.cid-t54uQ1w9GI .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t54uQ1w9GI .card:hover .mbr-iconfont-1 {
  color: #e2001a;
}
.cid-t54uQ1w9GI .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-t54uQ1w9GI .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-t54uQ1w9GI .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-t54uQ1w9GI .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-t54uQ1w9GI .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-t54uQ1w9GI .vertical-line:before {
  content: '';
  background-color: #e2001a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-t54uQ1w9GI .card-title,
.cid-t54uQ1w9GI .card-img,
.cid-t54uQ1w9GI .card-icon {
  color: #353535;
  text-align: center;
}
.cid-t4ZM5fXnJy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eff2f7;
}
.cid-t4ZM5fXnJy img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t4ZM5fXnJy img {
    height: auto;
  }
}
.cid-t8i8kq0T6d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8i8kq0T6d .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8i8kq0T6d .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8i8kq0T6d .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8i8kq0T6d .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8i8kq0T6d .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8i8kq0T6d .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8i8kq0T6d .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8i8kq0T6d .nav-link,
.cid-t8i8kq0T6d .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8i8kq0T6d .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8i8kq0T6d H4 {
  text-align: center;
}
.cid-t8i8kq0T6d H3 {
  text-align: center;
}
.cid-t8i8kq0T6d P {
  color: #6b6b6b;
}
.cid-t8i8kq0T6d H2 {
  text-align: center;
}
.cid-t7qvUAProU {
  background-color: #eff2f7;
}
.cid-t7qvUAProU .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qvUAProU .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qvUAProU .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qvUAProU .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qvUAProU .mbr-section-title b:last-child,
.cid-t7qvUAProU .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qvUAProU .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qvUAProU .mbr-text,
.cid-t7qvUAProU .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8igIAYg5V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8igIAYg5V .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8igIAYg5V .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8igIAYg5V .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8igIAYg5V .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8igIAYg5V .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8igIAYg5V .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8igIAYg5V .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8igIAYg5V .nav-link,
.cid-t8igIAYg5V .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8igIAYg5V .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8igIAYg5V H4 {
  text-align: center;
}
.cid-t8igIAYg5V H3 {
  text-align: center;
}
.cid-t8igIAYg5V P {
  color: #6b6b6b;
  text-align: left;
}
.cid-t8igIAYg5V H2 {
  text-align: center;
}
.cid-t7qtI01Lvy {
  background-color: #eff2f7;
}
.cid-t7qtI01Lvy .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qtI01Lvy .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qtI01Lvy .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qtI01Lvy .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qtI01Lvy .mbr-section-title b:last-child,
.cid-t7qtI01Lvy .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qtI01Lvy .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qtI01Lvy .mbr-text,
.cid-t7qtI01Lvy .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8iirg5wtH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8iirg5wtH .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8iirg5wtH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8iirg5wtH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8iirg5wtH .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8iirg5wtH .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8iirg5wtH .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8iirg5wtH .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8iirg5wtH .nav-link,
.cid-t8iirg5wtH .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8iirg5wtH .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8iirg5wtH H4 {
  text-align: center;
}
.cid-t8iirg5wtH H3 {
  text-align: center;
}
.cid-t8iirg5wtH P {
  color: #6b6b6b;
}
.cid-t8iirg5wtH H2 {
  text-align: center;
}
.cid-t7qydPBZOk {
  background-color: #eff2f7;
}
.cid-t7qydPBZOk .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qydPBZOk .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qydPBZOk .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qydPBZOk .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qydPBZOk .mbr-section-title b:last-child,
.cid-t7qydPBZOk .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qydPBZOk .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qydPBZOk .mbr-text,
.cid-t7qydPBZOk .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8iimPGotw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8iimPGotw .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8iimPGotw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8iimPGotw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8iimPGotw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8iimPGotw .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8iimPGotw .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8iimPGotw .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-t8iimPGotw .nav-link,
.cid-t8iimPGotw .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8iimPGotw .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8iimPGotw H4 {
  text-align: center;
}
.cid-t8iimPGotw H3 {
  text-align: center;
}
.cid-t8iimPGotw P {
  color: #6b6b6b;
}
.cid-t8iimPGotw H2 {
  text-align: center;
}
.cid-t7qyEdyGOB {
  background-color: #eff2f7;
}
.cid-t7qyEdyGOB .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qyEdyGOB .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qyEdyGOB .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qyEdyGOB .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qyEdyGOB .mbr-section-title b:last-child,
.cid-t7qyEdyGOB .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qyEdyGOB .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qyEdyGOB .mbr-text,
.cid-t7qyEdyGOB .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t5sdEbzS23 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t5sdEbzS23 img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t5sdEbzS23 img {
    height: auto;
  }
}
.cid-t4YydJEGb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t4YydJEGb0 img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t4YydJEGb0 .si {
  width: 100%;
}
.cid-t4YydJEGb0 .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t4YydJEGb0 .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t4YydJEGb0 .subtitle {
  color: #353535;
}
.cid-t4YydJEGb0 .text,
.cid-t4YydJEGb0 .si {
  text-align: center;
  color: #353535;
}
.cid-t4YydJEGb0 .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t5rgNJhPZu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5rgNJhPZu nav.navbar {
  position: fixed;
}
.cid-t5rgNJhPZu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5rgNJhPZu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5rgNJhPZu .dropdown-item:hover,
.cid-t5rgNJhPZu .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t5rgNJhPZu .dropdown-item:hover span {
  color: white;
}
.cid-t5rgNJhPZu .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t5rgNJhPZu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t5rgNJhPZu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5rgNJhPZu .nav-link {
  position: relative;
}
.cid-t5rgNJhPZu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5rgNJhPZu .container {
    flex-wrap: nowrap;
  }
}
.cid-t5rgNJhPZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5rgNJhPZu .dropdown-menu,
.cid-t5rgNJhPZu .navbar.opened {
  background: #ffffff !important;
}
.cid-t5rgNJhPZu .nav-item:focus,
.cid-t5rgNJhPZu .nav-link:focus {
  outline: none;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5rgNJhPZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5rgNJhPZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5rgNJhPZu .navbar.opened {
  transition: all 0.3s;
}
.cid-t5rgNJhPZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5rgNJhPZu .navbar .navbar-logo img {
  width: auto;
}
.cid-t5rgNJhPZu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5rgNJhPZu .navbar.collapsed {
  justify-content: center;
}
.cid-t5rgNJhPZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5rgNJhPZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5rgNJhPZu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5rgNJhPZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5rgNJhPZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5rgNJhPZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5rgNJhPZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5rgNJhPZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5rgNJhPZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5rgNJhPZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5rgNJhPZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5rgNJhPZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5rgNJhPZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5rgNJhPZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5rgNJhPZu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5rgNJhPZu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5rgNJhPZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5rgNJhPZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5rgNJhPZu .dropdown-item.active,
.cid-t5rgNJhPZu .dropdown-item:active {
  background-color: transparent;
}
.cid-t5rgNJhPZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5rgNJhPZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5rgNJhPZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5rgNJhPZu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5rgNJhPZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5rgNJhPZu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5rgNJhPZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5rgNJhPZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5rgNJhPZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5rgNJhPZu .navbar {
    height: 70px;
  }
  .cid-t5rgNJhPZu .navbar.opened {
    height: auto;
  }
  .cid-t5rgNJhPZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t66gwtCAdE {
  background-color: #eff2f7;
}
.cid-t66gwtCAdE .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t66gwtCAdE .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t66gwtCAdE .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t66gwtCAdE .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t66gwtCAdE .mbr-section-title b:last-child,
.cid-t66gwtCAdE .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t66gwtCAdE .mbr-section-subtitle {
  text-align: center;
  color: #807a7a;
}
.cid-t66h7y1vDT {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t66h7y1vDT .card-wrapper {
  background-color: #eff2f7;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t66h7y1vDT .card-wrapper {
    padding: 1rem;
  }
}
.cid-t66h7y1vDT .text-wrapper {
  max-width: 28rem;
}
.cid-t66h7y1vDT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t66h7y1vDT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t66h7y1vDT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t66h7y1vDT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t66h7y1vDT .content-wrapper {
    padding: 3rem;
  }
  .cid-t66h7y1vDT .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-t66h7y1vDT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t66h7y1vDT .mbr-text,
.cid-t66h7y1vDT .mbr-section-btn {
  color: #353535;
}
.cid-t66h7y1vDT .card-title {
  color: #353535;
}
.cid-t66GTD9KQi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t66GTD9KQi .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 1.75rem;
  color: #807a7a;
}
.cid-t66GTD9KQi .card {
  margin-bottom: 1.5rem;
}
.cid-t66GTD9KQi .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #eff2f7;
}
@media (max-width: 767px) {
  .cid-t66GTD9KQi .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t66GTD9KQi .card-wrapper-1 {
  border-color: #353535;
}
.cid-t66GTD9KQi .card-wrapper-2 {
  border-color: #bed3f9;
}
.cid-t66GTD9KQi .card-wrapper-3 {
  border-color: #40b0bf;
}
.cid-t66GTD9KQi .card-wrapper-4 {
  border-color: #ffe161;
}
.cid-t66GTD9KQi .card-wrapper-5 {
  border-color: #ff9966;
}
.cid-t66GTD9KQi .card-wrapper-6 {
  border-color: #bed3f9;
}
.cid-t66GTD9KQi .card-text {
  text-align: left;
  color: #353535;
}
.cid-t66GTD9KQi .card-number {
  color: #807a7a;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t66GTD9KQi .card-number {
    text-align: center;
  }
}
.cid-t66GTD9KQi .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-t66L0gsWun {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t66L0gsWun .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 1.75rem;
  color: #807a7a;
}
.cid-t66L0gsWun .card {
  margin-bottom: 1.5rem;
}
.cid-t66L0gsWun .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #eff2f7;
}
@media (max-width: 767px) {
  .cid-t66L0gsWun .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t66L0gsWun .card-wrapper-1 {
  border-color: #ff6666;
}
.cid-t66L0gsWun .card-wrapper-2 {
  border-color: #bed3f9;
}
.cid-t66L0gsWun .card-wrapper-3 {
  border-color: #bed3f9;
}
.cid-t66L0gsWun .card-wrapper-4 {
  border-color: #bbbbbb;
}
.cid-t66L0gsWun .card-wrapper-5 {
  border-color: #ffe161;
}
.cid-t66L0gsWun .card-wrapper-6 {
  border-color: #bbbbbb;
}
.cid-t66L0gsWun .card-text {
  text-align: left;
}
.cid-t66L0gsWun .card-number {
  color: #807a7a;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t66L0gsWun .card-number {
    text-align: center;
  }
}
.cid-t66L0gsWun .mbr-section-title {
  text-align: center;
}
.cid-t5rgNPd3pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t5rgNPd3pj img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t5rgNPd3pj .si {
  width: 100%;
}
.cid-t5rgNPd3pj .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t5rgNPd3pj .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t5rgNPd3pj .subtitle {
  color: #353535;
}
.cid-t5rgNPd3pj .text,
.cid-t5rgNPd3pj .si {
  text-align: center;
  color: #353535;
}
.cid-t5rgNPd3pj .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t6cH8pGLf7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6cH8pGLf7 nav.navbar {
  position: fixed;
}
.cid-t6cH8pGLf7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6cH8pGLf7 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6cH8pGLf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6cH8pGLf7 .dropdown-item:hover,
.cid-t6cH8pGLf7 .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t6cH8pGLf7 .dropdown-item:hover span {
  color: white;
}
.cid-t6cH8pGLf7 .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t6cH8pGLf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t6cH8pGLf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6cH8pGLf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6cH8pGLf7 .nav-link {
  position: relative;
}
.cid-t6cH8pGLf7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t6cH8pGLf7 .container {
    flex-wrap: nowrap;
  }
}
.cid-t6cH8pGLf7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6cH8pGLf7 .dropdown-menu,
.cid-t6cH8pGLf7 .navbar.opened {
  background: #ffffff !important;
}
.cid-t6cH8pGLf7 .nav-item:focus,
.cid-t6cH8pGLf7 .nav-link:focus {
  outline: none;
}
.cid-t6cH8pGLf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6cH8pGLf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6cH8pGLf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6cH8pGLf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6cH8pGLf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6cH8pGLf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6cH8pGLf7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6cH8pGLf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-t6cH8pGLf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6cH8pGLf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-t6cH8pGLf7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6cH8pGLf7 .navbar.collapsed {
  justify-content: center;
}
.cid-t6cH8pGLf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6cH8pGLf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6cH8pGLf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6cH8pGLf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6cH8pGLf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6cH8pGLf7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6cH8pGLf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6cH8pGLf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6cH8pGLf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6cH8pGLf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6cH8pGLf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6cH8pGLf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6cH8pGLf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6cH8pGLf7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6cH8pGLf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6cH8pGLf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6cH8pGLf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6cH8pGLf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6cH8pGLf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6cH8pGLf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6cH8pGLf7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6cH8pGLf7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6cH8pGLf7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6cH8pGLf7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6cH8pGLf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6cH8pGLf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6cH8pGLf7 .dropdown-item.active,
.cid-t6cH8pGLf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-t6cH8pGLf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6cH8pGLf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6cH8pGLf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6cH8pGLf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6cH8pGLf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6cH8pGLf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6cH8pGLf7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6cH8pGLf7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6cH8pGLf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6cH8pGLf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t6cH8pGLf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6cH8pGLf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6cH8pGLf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6cH8pGLf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6cH8pGLf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6cH8pGLf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6cH8pGLf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6cH8pGLf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6cH8pGLf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6cH8pGLf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6cH8pGLf7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6cH8pGLf7 .navbar {
    height: 70px;
  }
  .cid-t6cH8pGLf7 .navbar.opened {
    height: auto;
  }
  .cid-t6cH8pGLf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6cH8qctAe {
  background-color: #eff2f7;
}
.cid-t6cH8qctAe .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6cH8qctAe .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t6cH8qctAe .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6cH8qctAe .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6cH8qctAe .mbr-section-title b:last-child,
.cid-t6cH8qctAe .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6cH8qctAe .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t6cH8qctAe .mbr-text,
.cid-t6cH8qctAe .mbr-section-btn {
  text-align: center;
  color: #807a7a;
}
.cid-t6cH8qCQos {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t6cH8qCQos .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-t6cH8qCQos .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eff2f7;
  z-index: 0;
}
.cid-t6cH8qCQos .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #e2001a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-t6cH8qCQos .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-t6cH8qCQos .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-t6cH8qCQos .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-t6cH8qCQos .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-t6cH8qCQos .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-t6cH8qCQos .mbr-media:hover .circle {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.cid-t6cH8qCQos .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-t6cH8qCQos .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-t6cH8qCQos .shape {
    display: none;
  }
}
.cid-t6cH8qCQos .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6cH8qCQos .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6cH8qCQos .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6cH8qCQos .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6cH8qCQos .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6cH8r7XEN {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6cH8r7XEN .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6cH8r7XEN .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t6cH8r7XEN .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6cH8r7XEN .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6cH8r7XEN .mbr-section-title b:last-child,
.cid-t6cH8r7XEN .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6cH8r7XEN .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t6cH8r7XEN .mbr-text,
.cid-t6cH8r7XEN .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t6cH8rrCt9 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-t6cH8rrCt9 .mbr-iconfont-1 {
  color: #e2001a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-t6cH8rrCt9 .mbr-iconfont-2 {
  color: #807a7a;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-t6cH8rrCt9 .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t6cH8rrCt9 .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-t6cH8rrCt9 .card-img {
  margin-bottom: 1.7rem;
}
.cid-t6cH8rrCt9 .card-title {
  margin-bottom: 1.5rem;
}
.cid-t6cH8rrCt9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t6cH8rrCt9 .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6cH8rrCt9 .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t6cH8rrCt9 .row {
    padding: 0 1rem;
  }
  .cid-t6cH8rrCt9 .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-t6cH8rrCt9 .card-inner {
  background-color: #ffffff;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-t6cH8rrCt9 .card-box,
.cid-t6cH8rrCt9 .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t6cH8rrCt9 .card:hover .mbr-iconfont-1 {
  color: #e2001a;
}
.cid-t6cH8rrCt9 .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-t6cH8rrCt9 .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-t6cH8rrCt9 .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-t6cH8rrCt9 .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-t6cH8rrCt9 .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-t6cH8rrCt9 .vertical-line:before {
  content: '';
  background-color: #e2001a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-t6cH8rrCt9 .card-title,
.cid-t6cH8rrCt9 .card-img,
.cid-t6cH8rrCt9 .card-icon {
  color: #353535;
  text-align: center;
}
.cid-t6cH8rR5tR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eff2f7;
}
.cid-t6cH8rR5tR img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6cH8rR5tR img {
    height: auto;
  }
}
.cid-t8im4k5icK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8im4k5icK .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8im4k5icK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8im4k5icK .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8im4k5icK .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8im4k5icK .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8im4k5icK .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8im4k5icK .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8im4k5icK .nav-link,
.cid-t8im4k5icK .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8im4k5icK .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8im4k5icK H4 {
  text-align: center;
}
.cid-t8im4k5icK H3 {
  text-align: center;
}
.cid-t8im4k5icK P {
  color: #6b6b6b;
}
.cid-t8im4k5icK H2 {
  text-align: center;
}
.cid-t7qDiCrSM7 {
  background-color: #eff2f7;
}
.cid-t7qDiCrSM7 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qDiCrSM7 .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qDiCrSM7 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qDiCrSM7 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qDiCrSM7 .mbr-section-title b:last-child,
.cid-t7qDiCrSM7 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qDiCrSM7 .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qDiCrSM7 .mbr-text,
.cid-t7qDiCrSM7 .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8imBWyGR4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8imBWyGR4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8imBWyGR4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8imBWyGR4 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8imBWyGR4 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8imBWyGR4 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8imBWyGR4 .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8imBWyGR4 .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8imBWyGR4 .nav-link,
.cid-t8imBWyGR4 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8imBWyGR4 .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8imBWyGR4 H4 {
  text-align: center;
}
.cid-t8imBWyGR4 H3 {
  text-align: center;
}
.cid-t8imBWyGR4 P {
  color: #6b6b6b;
}
.cid-t8imBWyGR4 H2 {
  text-align: center;
}
.cid-t7qEDFMMOO {
  background-color: #eff2f7;
}
.cid-t7qEDFMMOO .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qEDFMMOO .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qEDFMMOO .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qEDFMMOO .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qEDFMMOO .mbr-section-title b:last-child,
.cid-t7qEDFMMOO .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qEDFMMOO .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qEDFMMOO .mbr-text,
.cid-t7qEDFMMOO .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8in2T27Lx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8in2T27Lx .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8in2T27Lx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8in2T27Lx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8in2T27Lx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8in2T27Lx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8in2T27Lx .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8in2T27Lx .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8in2T27Lx .nav-link,
.cid-t8in2T27Lx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8in2T27Lx .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8in2T27Lx H4 {
  text-align: center;
}
.cid-t8in2T27Lx H3 {
  text-align: center;
}
.cid-t8in2T27Lx P {
  color: #6b6b6b;
}
.cid-t8in2T27Lx H2 {
  text-align: center;
}
.cid-t7qF3bpFjS {
  background-color: #eff2f7;
}
.cid-t7qF3bpFjS .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qF3bpFjS .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qF3bpFjS .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qF3bpFjS .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qF3bpFjS .mbr-section-title b:last-child,
.cid-t7qF3bpFjS .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qF3bpFjS .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qF3bpFjS .mbr-text,
.cid-t7qF3bpFjS .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8injLWYZJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8injLWYZJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8injLWYZJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8injLWYZJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8injLWYZJ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8injLWYZJ .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8injLWYZJ .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8injLWYZJ .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8injLWYZJ .nav-link,
.cid-t8injLWYZJ .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8injLWYZJ .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8injLWYZJ H4 {
  text-align: center;
}
.cid-t8injLWYZJ H3 {
  text-align: center;
}
.cid-t8injLWYZJ P {
  color: #6b6b6b;
}
.cid-t8injLWYZJ H2 {
  text-align: center;
}
.cid-t7qFtYlDVS {
  background-color: #eff2f7;
}
.cid-t7qFtYlDVS .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qFtYlDVS .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qFtYlDVS .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qFtYlDVS .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qFtYlDVS .mbr-section-title b:last-child,
.cid-t7qFtYlDVS .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qFtYlDVS .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qFtYlDVS .mbr-text,
.cid-t7qFtYlDVS .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t6cH8vpHYG {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t6cH8vpHYG img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6cH8vpHYG img {
    height: auto;
  }
}
.cid-t6cH8vJify {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t6cH8vJify img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t6cH8vJify .si {
  width: 100%;
}
.cid-t6cH8vJify .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t6cH8vJify .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t6cH8vJify .subtitle {
  color: #353535;
}
.cid-t6cH8vJify .text,
.cid-t6cH8vJify .si {
  text-align: center;
  color: #353535;
}
.cid-t6cH8vJify .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t6dbXHtIXu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6dbXHtIXu nav.navbar {
  position: fixed;
}
.cid-t6dbXHtIXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6dbXHtIXu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6dbXHtIXu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6dbXHtIXu .dropdown-item:hover,
.cid-t6dbXHtIXu .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t6dbXHtIXu .dropdown-item:hover span {
  color: white;
}
.cid-t6dbXHtIXu .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t6dbXHtIXu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t6dbXHtIXu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6dbXHtIXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6dbXHtIXu .nav-link {
  position: relative;
}
.cid-t6dbXHtIXu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t6dbXHtIXu .container {
    flex-wrap: nowrap;
  }
}
.cid-t6dbXHtIXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6dbXHtIXu .dropdown-menu,
.cid-t6dbXHtIXu .navbar.opened {
  background: #ffffff !important;
}
.cid-t6dbXHtIXu .nav-item:focus,
.cid-t6dbXHtIXu .nav-link:focus {
  outline: none;
}
.cid-t6dbXHtIXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6dbXHtIXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6dbXHtIXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6dbXHtIXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6dbXHtIXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6dbXHtIXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6dbXHtIXu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6dbXHtIXu .navbar.opened {
  transition: all 0.3s;
}
.cid-t6dbXHtIXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6dbXHtIXu .navbar .navbar-logo img {
  width: auto;
}
.cid-t6dbXHtIXu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6dbXHtIXu .navbar.collapsed {
  justify-content: center;
}
.cid-t6dbXHtIXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6dbXHtIXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6dbXHtIXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6dbXHtIXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6dbXHtIXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6dbXHtIXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6dbXHtIXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6dbXHtIXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6dbXHtIXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6dbXHtIXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6dbXHtIXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6dbXHtIXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6dbXHtIXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6dbXHtIXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6dbXHtIXu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6dbXHtIXu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6dbXHtIXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6dbXHtIXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6dbXHtIXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6dbXHtIXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6dbXHtIXu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6dbXHtIXu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6dbXHtIXu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6dbXHtIXu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6dbXHtIXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6dbXHtIXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6dbXHtIXu .dropdown-item.active,
.cid-t6dbXHtIXu .dropdown-item:active {
  background-color: transparent;
}
.cid-t6dbXHtIXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6dbXHtIXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6dbXHtIXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6dbXHtIXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6dbXHtIXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6dbXHtIXu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6dbXHtIXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6dbXHtIXu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6dbXHtIXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6dbXHtIXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t6dbXHtIXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6dbXHtIXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6dbXHtIXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6dbXHtIXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6dbXHtIXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6dbXHtIXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6dbXHtIXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6dbXHtIXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6dbXHtIXu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6dbXHtIXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6dbXHtIXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6dbXHtIXu .navbar {
    height: 70px;
  }
  .cid-t6dbXHtIXu .navbar.opened {
    height: auto;
  }
  .cid-t6dbXHtIXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6dbXI0iHy {
  background-color: #eff2f7;
}
.cid-t6dbXI0iHy .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6dbXI0iHy .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t6dbXI0iHy .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6dbXI0iHy .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6dbXI0iHy .mbr-section-title b:last-child,
.cid-t6dbXI0iHy .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6dbXI0iHy .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t6dbXI0iHy .mbr-text,
.cid-t6dbXI0iHy .mbr-section-btn {
  text-align: center;
  color: #807a7a;
}
.cid-t6dbXItwaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t6dbXItwaM .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-t6dbXItwaM .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eff2f7;
  z-index: 0;
}
.cid-t6dbXItwaM .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #e2001a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-t6dbXItwaM .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-t6dbXItwaM .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-t6dbXItwaM .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-t6dbXItwaM .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-t6dbXItwaM .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-t6dbXItwaM .mbr-media:hover .circle {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.cid-t6dbXItwaM .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-t6dbXItwaM .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-t6dbXItwaM .shape {
    display: none;
  }
}
.cid-t6dbXItwaM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6dbXItwaM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6dbXItwaM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6dbXItwaM .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6dbXItwaM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6dbXJ54tR {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6dbXJ54tR .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6dbXJ54tR .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t6dbXJ54tR .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6dbXJ54tR .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6dbXJ54tR .mbr-section-title b:last-child,
.cid-t6dbXJ54tR .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6dbXJ54tR .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t6dbXJ54tR .mbr-text,
.cid-t6dbXJ54tR .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t6dbXJuz8e {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-t6dbXJuz8e .mbr-iconfont-1 {
  color: #e2001a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-t6dbXJuz8e .mbr-iconfont-2 {
  color: #807a7a;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-t6dbXJuz8e .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t6dbXJuz8e .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-t6dbXJuz8e .card-img {
  margin-bottom: 1.7rem;
}
.cid-t6dbXJuz8e .card-title {
  margin-bottom: 1.5rem;
}
.cid-t6dbXJuz8e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t6dbXJuz8e .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6dbXJuz8e .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t6dbXJuz8e .row {
    padding: 0 1rem;
  }
  .cid-t6dbXJuz8e .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-t6dbXJuz8e .card-inner {
  background-color: #ffffff;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-t6dbXJuz8e .card-box,
.cid-t6dbXJuz8e .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t6dbXJuz8e .card:hover .mbr-iconfont-1 {
  color: #e2001a;
}
.cid-t6dbXJuz8e .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-t6dbXJuz8e .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-t6dbXJuz8e .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-t6dbXJuz8e .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-t6dbXJuz8e .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-t6dbXJuz8e .vertical-line:before {
  content: '';
  background-color: #e2001a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-t6dbXJuz8e .card-title,
.cid-t6dbXJuz8e .card-img,
.cid-t6dbXJuz8e .card-icon {
  color: #353535;
  text-align: center;
}
.cid-t6dbXKgfAJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eff2f7;
}
.cid-t6dbXKgfAJ img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6dbXKgfAJ img {
    height: auto;
  }
}
.cid-t8io8NX5VN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8io8NX5VN .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8io8NX5VN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8io8NX5VN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8io8NX5VN .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8io8NX5VN .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8io8NX5VN .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8io8NX5VN .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8io8NX5VN .nav-link,
.cid-t8io8NX5VN .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8io8NX5VN .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8io8NX5VN H4 {
  text-align: center;
}
.cid-t8io8NX5VN H3 {
  text-align: center;
}
.cid-t8io8NX5VN P {
  color: #6b6b6b;
}
.cid-t8io8NX5VN H2 {
  text-align: center;
}
.cid-t7qJ89fuyF {
  background-color: #eff2f7;
}
.cid-t7qJ89fuyF .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qJ89fuyF .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qJ89fuyF .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qJ89fuyF .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qJ89fuyF .mbr-section-title b:last-child,
.cid-t7qJ89fuyF .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qJ89fuyF .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qJ89fuyF .mbr-text,
.cid-t7qJ89fuyF .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8iopDYxIF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8iopDYxIF .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8iopDYxIF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8iopDYxIF .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8iopDYxIF .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8iopDYxIF .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8iopDYxIF .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8iopDYxIF .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8iopDYxIF .nav-link,
.cid-t8iopDYxIF .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8iopDYxIF .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8iopDYxIF H4 {
  text-align: center;
}
.cid-t8iopDYxIF H3 {
  text-align: center;
}
.cid-t8iopDYxIF P {
  color: #6b6b6b;
}
.cid-t8iopDYxIF H2 {
  text-align: center;
}
.cid-t7qJw5CZUR {
  background-color: #eff2f7;
}
.cid-t7qJw5CZUR .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qJw5CZUR .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qJw5CZUR .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qJw5CZUR .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qJw5CZUR .mbr-section-title b:last-child,
.cid-t7qJw5CZUR .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qJw5CZUR .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qJw5CZUR .mbr-text,
.cid-t7qJw5CZUR .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8ioHRYysS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8ioHRYysS .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8ioHRYysS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8ioHRYysS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8ioHRYysS .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8ioHRYysS .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8ioHRYysS .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8ioHRYysS .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8ioHRYysS .nav-link,
.cid-t8ioHRYysS .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8ioHRYysS .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8ioHRYysS H4 {
  text-align: center;
}
.cid-t8ioHRYysS H3 {
  text-align: center;
}
.cid-t8ioHRYysS P {
  color: #6b6b6b;
}
.cid-t8ioHRYysS H2 {
  text-align: center;
}
.cid-t7qKzlUm6a {
  background-color: #eff2f7;
}
.cid-t7qKzlUm6a .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qKzlUm6a .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qKzlUm6a .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qKzlUm6a .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qKzlUm6a .mbr-section-title b:last-child,
.cid-t7qKzlUm6a .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qKzlUm6a .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qKzlUm6a .mbr-text,
.cid-t7qKzlUm6a .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8ioWfYC5W {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8ioWfYC5W .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8ioWfYC5W .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8ioWfYC5W .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8ioWfYC5W .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8ioWfYC5W .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8ioWfYC5W .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8ioWfYC5W .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8ioWfYC5W .nav-link,
.cid-t8ioWfYC5W .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8ioWfYC5W .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8ioWfYC5W H4 {
  text-align: center;
}
.cid-t8ioWfYC5W H3 {
  text-align: center;
}
.cid-t8ioWfYC5W P {
  color: #6b6b6b;
}
.cid-t8ioWfYC5W H2 {
  text-align: center;
}
.cid-t7qJtXVFeX {
  background-color: #eff2f7;
}
.cid-t7qJtXVFeX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qJtXVFeX .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qJtXVFeX .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qJtXVFeX .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qJtXVFeX .mbr-section-title b:last-child,
.cid-t7qJtXVFeX .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qJtXVFeX .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qJtXVFeX .mbr-text,
.cid-t7qJtXVFeX .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t6dbXOH90R {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t6dbXOH90R img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6dbXOH90R img {
    height: auto;
  }
}
.cid-t6dbXP4VXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t6dbXP4VXw img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t6dbXP4VXw .si {
  width: 100%;
}
.cid-t6dbXP4VXw .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t6dbXP4VXw .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t6dbXP4VXw .subtitle {
  color: #353535;
}
.cid-t6dbXP4VXw .text,
.cid-t6dbXP4VXw .si {
  text-align: center;
  color: #353535;
}
.cid-t6dbXP4VXw .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t5rgNJhPZu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5rgNJhPZu nav.navbar {
  position: fixed;
}
.cid-t5rgNJhPZu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5rgNJhPZu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5rgNJhPZu .dropdown-item:hover,
.cid-t5rgNJhPZu .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t5rgNJhPZu .dropdown-item:hover span {
  color: white;
}
.cid-t5rgNJhPZu .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t5rgNJhPZu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t5rgNJhPZu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5rgNJhPZu .nav-link {
  position: relative;
}
.cid-t5rgNJhPZu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5rgNJhPZu .container {
    flex-wrap: nowrap;
  }
}
.cid-t5rgNJhPZu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5rgNJhPZu .dropdown-menu,
.cid-t5rgNJhPZu .navbar.opened {
  background: #ffffff !important;
}
.cid-t5rgNJhPZu .nav-item:focus,
.cid-t5rgNJhPZu .nav-link:focus {
  outline: none;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5rgNJhPZu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5rgNJhPZu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5rgNJhPZu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5rgNJhPZu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5rgNJhPZu .navbar.opened {
  transition: all 0.3s;
}
.cid-t5rgNJhPZu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5rgNJhPZu .navbar .navbar-logo img {
  width: auto;
}
.cid-t5rgNJhPZu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5rgNJhPZu .navbar.collapsed {
  justify-content: center;
}
.cid-t5rgNJhPZu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5rgNJhPZu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5rgNJhPZu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5rgNJhPZu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5rgNJhPZu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5rgNJhPZu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5rgNJhPZu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5rgNJhPZu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5rgNJhPZu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5rgNJhPZu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5rgNJhPZu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5rgNJhPZu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5rgNJhPZu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5rgNJhPZu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5rgNJhPZu .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5rgNJhPZu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5rgNJhPZu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5rgNJhPZu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5rgNJhPZu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5rgNJhPZu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5rgNJhPZu .dropdown-item.active,
.cid-t5rgNJhPZu .dropdown-item:active {
  background-color: transparent;
}
.cid-t5rgNJhPZu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5rgNJhPZu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5rgNJhPZu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5rgNJhPZu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5rgNJhPZu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5rgNJhPZu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5rgNJhPZu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5rgNJhPZu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5rgNJhPZu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5rgNJhPZu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5rgNJhPZu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5rgNJhPZu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5rgNJhPZu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5rgNJhPZu .navbar {
    height: 70px;
  }
  .cid-t5rgNJhPZu .navbar.opened {
    height: auto;
  }
  .cid-t5rgNJhPZu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5rgNJWIq6 {
  background-color: #eff2f7;
}
.cid-t5rgNJWIq6 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t5rgNJWIq6 .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t5rgNJWIq6 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t5rgNJWIq6 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t5rgNJWIq6 .mbr-section-title b:last-child,
.cid-t5rgNJWIq6 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t5rgNJWIq6 .mbr-section-subtitle {
  text-align: center;
  color: #807a7a;
}
.cid-t5rpazOQz9 {
  overflow: visible !important;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t5rpazOQz9 .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-t5rpazOQz9 .text {
  padding: 0;
  z-index: 2;
  background: #eff2f7;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-t5rpazOQz9 .text {
    transform: translateX(-25%);
  }
}
.cid-t5rpazOQz9 .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-t5rpazOQz9 .mbr-text {
  font-weight: 400;
  color: #353535;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .display-5 {
    font-size: 29px;
  }
}
.cid-t5rpazOQz9 .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-t5rpazOQz9 .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-t5rpazOQz9 .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-t5rpazOQz9 .mbr-section-btn {
  background: #eff2f7;
  margin-left: 0;
  margin-right: 0;
}
.cid-t5rpazOQz9 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t5rpazOQz9 .btn {
    width: 100%;
  }
}
.cid-t5rpazOQz9 .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-t5rpazOQz9 .text1 {
  padding: 3rem 1rem 5rem;
  background: #eff2f7;
}
@media (min-width: 992px) {
  .cid-t5rpazOQz9 .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-t5rpazOQz9 .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-t5rpazOQz9 .mbr-section-subtitle {
  color: #353535;
}
.cid-t5rgNKTfpk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5rgNKTfpk .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t5rgNKTfpk .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t5rgNKTfpk .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t5rgNKTfpk .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t5rgNKTfpk .mbr-section-title b:last-child,
.cid-t5rgNKTfpk .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t5rgNKTfpk .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t5rgNKTfpk .mbr-text,
.cid-t5rgNKTfpk .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t5rgNLgACU {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t5rgNLgACU .mbr-iconfont-1 {
  color: #e2001a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-t5rgNLgACU .mbr-iconfont-2 {
  color: #807a7a;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-t5rgNLgACU .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t5rgNLgACU .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #353535;
}
.cid-t5rgNLgACU .card-img {
  margin-bottom: 1.7rem;
}
.cid-t5rgNLgACU .card-title {
  margin-bottom: 1.5rem;
}
.cid-t5rgNLgACU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t5rgNLgACU .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t5rgNLgACU .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t5rgNLgACU .row {
    padding: 0 1rem;
  }
  .cid-t5rgNLgACU .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-t5rgNLgACU .card-inner {
  background-color: #eff2f7;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-t5rgNLgACU .card-box,
.cid-t5rgNLgACU .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t5rgNLgACU .card:hover .mbr-iconfont-1 {
  color: #e2001a;
}
.cid-t5rgNLgACU .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-t5rgNLgACU .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-t5rgNLgACU .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-t5rgNLgACU .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-t5rgNLgACU .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-t5rgNLgACU .vertical-line:before {
  content: '';
  background-color: #e2001a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-t5rgNLgACU .card-title,
.cid-t5rgNLgACU .card-img,
.cid-t5rgNLgACU .card-icon {
  color: #353535;
  text-align: center;
}
.cid-t5rgNLgACU .mbr-text,
.cid-t5rgNLgACU .link {
  text-align: center;
  color: #807a7a;
}
.cid-t662SGAW8U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t662SGAW8U .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t662SGAW8U .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t662SGAW8U .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t662SGAW8U .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t662SGAW8U .mbr-section-title b:last-child,
.cid-t662SGAW8U .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t662SGAW8U .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t662SGAW8U .mbr-text,
.cid-t662SGAW8U .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t663ueEzNB {
  overflow: visible !important;
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-t663ueEzNB {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-t663ueEzNB {
    padding-top: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.cid-t663ueEzNB .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t663ueEzNB .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-t663ueEzNB .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-t663ueEzNB .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t663ueEzNB .text {
    min-width: 615px;
    transform: translate(-25%, 5rem);
  }
}
.cid-t663ueEzNB .text-wrapper {
  background: #eff2f7;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t663ueEzNB .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-t663ueEzNB .mbr-text {
  font-weight: 400;
  color: #353535;
}
@media (min-width: 992px) {
  .cid-t663ueEzNB .display-1 {
    font-size: 65px;
  }
  .cid-t663ueEzNB .display-5 {
    font-size: 29px;
  }
}
.cid-t663ueEzNB .mbr-section-btn {
  background: #eff2f7;
  margin-left: 0;
  margin-right: 0;
}
.cid-t663ueEzNB .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-t663ueEzNB .btn:hover {
  background: #353535 !important;
  border-color: #353535 !important;
  color: #fff !important;
}
.cid-t663ueEzNB .mbr-section-title {
  color: #353535;
}
.cid-taOyzPCzO1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-taOyzPCzO1 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-taOyzPCzO1 .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-taOyzPCzO1 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-taOyzPCzO1 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-taOyzPCzO1 .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-taOyzPCzO1 .mbr-text,
.cid-taOyzPCzO1 .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-taOQEXORws {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #ffffff;
}
.cid-taOQEXORws .content_box {
  padding: 2rem 15%;
  background-color: #eff2f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOQEXORws .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-taOQEXORws .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-taOQEXORws .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-taOQEXORws .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-taOQEXORws .mbr-text {
  line-height: 1;
  color: #353535;
  position: relative;
  z-index: 2;
}
.cid-taOQEXORws .video-wrapper img,
.cid-taOQEXORws .video-wrapper iframe {
  max-height: 400px;
  object-fit: cover;
}
.cid-taOQp9XGpC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-taOQp9XGpC .content_box {
  padding: 2rem 15%;
  background-color: #eff2f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOQp9XGpC .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-taOQp9XGpC .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-taOQp9XGpC .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-taOQp9XGpC .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-taOQp9XGpC .mbr-text {
  line-height: 1;
  color: #353535;
  position: relative;
  z-index: 2;
}
.cid-taOQp9XGpC .video-wrapper img,
.cid-taOQp9XGpC .video-wrapper iframe {
  max-height: 400px;
  object-fit: cover;
}
.cid-taOQc44B2I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #ffffff;
}
.cid-taOQc44B2I .content_box {
  padding: 2rem 15%;
  background-color: #eff2f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOQc44B2I .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-taOQc44B2I .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-taOQc44B2I .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-taOQc44B2I .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-taOQc44B2I .mbr-text {
  line-height: 1;
  color: #353535;
  position: relative;
  z-index: 2;
}
.cid-taOQc44B2I .video-wrapper img,
.cid-taOQc44B2I .video-wrapper iframe {
  max-height: 400px;
  object-fit: cover;
}
.cid-taOLp4Tros {
  padding-top: 2rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-taOLp4Tros .content_box {
  padding: 2rem 15%;
  background-color: #eff2f7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-taOLp4Tros .content_box {
    margin-top: 30px;
    padding: 65px 30px;
  }
  .cid-taOLp4Tros .content_box .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-taOLp4Tros .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-taOLp4Tros .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-taOLp4Tros .mbr-text {
  line-height: 1;
  color: #353535;
  position: relative;
  z-index: 2;
}
.cid-taOLp4Tros .video-wrapper img,
.cid-taOLp4Tros .video-wrapper iframe {
  max-height: 400px;
  object-fit: cover;
}
.cid-t5ruT987zK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5ruT987zK .mbr-section-title {
  margin-bottom: 80px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t5ruT987zK .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-t5ruT987zK h3 {
  font-weight: 500 !important;
}
.cid-t5ruT987zK .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #e2001a;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-t5ruT987zK .order {
    margin-right: 0;
  }
}
.cid-t5ruT987zK .list-item {
  background-color: #eff2f7;
  border-radius: 0px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t5ruT987zK .list-item {
    padding: 3rem;
  }
}
.cid-t5ruT987zK .mbr-text {
  font-weight: 400;
  line-height: 1.72;
}
.cid-t5ruT987zK .mbr-subtitle {
  color: #807a7a;
}
@media (max-width: 768px) {
  .cid-t5ruT987zK .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-t66c0NBP9q {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-t66c0NBP9q .container {
    max-width: 1162px;
  }
}
.cid-t66c0NBP9q .wrap {
  padding: 60px 60px 125px 60px;
  background: #ffffff;
}
.cid-t66c0NBP9q .card {
  margin-bottom: 30px;
}
.cid-t66c0NBP9q .card .card-header {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.cid-t66c0NBP9q .panel-title {
  padding: 15px 60px;
  background-color: #e2001a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t66c0NBP9q .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
  transition: all 0.5s;
}
.cid-t66c0NBP9q .mbr-iconfont:hover {
  background: #807a7a;
}
.cid-t66c0NBP9q .panel-body {
  padding: 0 60px 5px 60px;
  background-color: #e2001a;
}
.cid-t66c0NBP9q .panel-title-edit {
  color: #ffffff;
}
.cid-t66c0NBP9q ul {
  padding-left: 1.2rem;
}
.cid-t66c0NBP9q .mbr-subtile {
  color: #000000;
}
.cid-t66c0NBP9q .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t66c0NBP9q .wrap,
  .cid-t66c0NBP9q .panel-title,
  .cid-t66c0NBP9q .panel-body {
    padding: 1rem;
  }
}
.cid-t66c0NBP9q .mbr-title {
  color: #353535;
}
.cid-t66c0NBP9q .body-title {
  color: #ffffff;
}
.cid-t66c0NBP9q .list,
.cid-t66c0NBP9q .mbr-text {
  color: #ffffff;
}
.cid-t66c0NBP9q .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-t5rgNPd3pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t5rgNPd3pj img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t5rgNPd3pj .si {
  width: 100%;
}
.cid-t5rgNPd3pj .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t5rgNPd3pj .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t5rgNPd3pj .subtitle {
  color: #353535;
}
.cid-t5rgNPd3pj .text,
.cid-t5rgNPd3pj .si {
  text-align: center;
  color: #353535;
}
.cid-t5rgNPd3pj .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-taOAkTedk1.popup-builder {
  background-color: #ffffff;
}
.cid-taOAkTedk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-taOAkTedk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-taOAkTedk1 .modal-content,
.cid-taOAkTedk1 .modal-dialog {
  height: auto;
}
.cid-taOAkTedk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-taOAkTedk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-taOAkTedk1 .form-wrapper .mbr-form .form-group,
  .cid-taOAkTedk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-taOAkTedk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-taOAkTedk1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-taOAkTedk1 .mbr-text {
  text-align: center;
}
.cid-taOAkTedk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-taOAkTedk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-taOAkTedk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-taOAkTedk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-taOAkTedk1 .modal-open {
  overflow: hidden;
}
.cid-taOAkTedk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-taOAkTedk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-taOAkTedk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-taOAkTedk1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-taOAkTedk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-taOAkTedk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-taOAkTedk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-taOAkTedk1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-taOAkTedk1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-taOAkTedk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-taOAkTedk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-taOAkTedk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-taOAkTedk1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-taOAkTedk1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-taOAkTedk1 .modal-header {
    padding: 1rem;
  }
}
.cid-taOAkTedk1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-taOAkTedk1 .modal-header .close svg {
  fill: #353535;
}
.cid-taOAkTedk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-taOAkTedk1 .modal-header .close:focus {
  outline: none;
}
.cid-taOAkTedk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-taOAkTedk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-taOAkTedk1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taOAkTedk1 .modal-body {
    padding: 1rem;
  }
}
.cid-taOAkTedk1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-taOAkTedk1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taOAkTedk1 .modal-footer {
    padding: 1rem;
  }
}
.cid-taOAkTedk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-taOAkTedk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-taOAkTedk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-taOAkTedk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-taOAkTedk1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-taOAkTedk1 .modal-lg,
  .cid-taOAkTedk1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-taOAkTedk1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-taOAkTedk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-taOAkTedk1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-taOAkTedk1 .form-group {
  margin-bottom: 1rem;
}
.cid-taOAkTedk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-taOAkTedk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-taOAkTedk1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-taOAkTedk1 .mbr-section-btn {
  margin: 0;
}
.cid-taOAkTedk1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t6MsDOYIKN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6MsDOYIKN nav.navbar {
  position: fixed;
}
.cid-t6MsDOYIKN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6MsDOYIKN .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6MsDOYIKN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6MsDOYIKN .dropdown-item:hover,
.cid-t6MsDOYIKN .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t6MsDOYIKN .dropdown-item:hover span {
  color: white;
}
.cid-t6MsDOYIKN .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t6MsDOYIKN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t6MsDOYIKN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6MsDOYIKN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6MsDOYIKN .nav-link {
  position: relative;
}
.cid-t6MsDOYIKN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t6MsDOYIKN .container {
    flex-wrap: nowrap;
  }
}
.cid-t6MsDOYIKN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6MsDOYIKN .dropdown-menu,
.cid-t6MsDOYIKN .navbar.opened {
  background: #ffffff !important;
}
.cid-t6MsDOYIKN .nav-item:focus,
.cid-t6MsDOYIKN .nav-link:focus {
  outline: none;
}
.cid-t6MsDOYIKN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6MsDOYIKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6MsDOYIKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6MsDOYIKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6MsDOYIKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6MsDOYIKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6MsDOYIKN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t6MsDOYIKN .navbar.opened {
  transition: all 0.3s;
}
.cid-t6MsDOYIKN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6MsDOYIKN .navbar .navbar-logo img {
  width: auto;
}
.cid-t6MsDOYIKN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6MsDOYIKN .navbar.collapsed {
  justify-content: center;
}
.cid-t6MsDOYIKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6MsDOYIKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6MsDOYIKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6MsDOYIKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6MsDOYIKN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6MsDOYIKN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t6MsDOYIKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6MsDOYIKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6MsDOYIKN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6MsDOYIKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6MsDOYIKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6MsDOYIKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6MsDOYIKN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6MsDOYIKN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t6MsDOYIKN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6MsDOYIKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6MsDOYIKN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6MsDOYIKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6MsDOYIKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6MsDOYIKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6MsDOYIKN .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6MsDOYIKN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6MsDOYIKN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6MsDOYIKN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6MsDOYIKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6MsDOYIKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6MsDOYIKN .dropdown-item.active,
.cid-t6MsDOYIKN .dropdown-item:active {
  background-color: transparent;
}
.cid-t6MsDOYIKN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6MsDOYIKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6MsDOYIKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6MsDOYIKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6MsDOYIKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6MsDOYIKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6MsDOYIKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6MsDOYIKN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6MsDOYIKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6MsDOYIKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t6MsDOYIKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6MsDOYIKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6MsDOYIKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6MsDOYIKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6MsDOYIKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6MsDOYIKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6MsDOYIKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6MsDOYIKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6MsDOYIKN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6MsDOYIKN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6MsDOYIKN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6MsDOYIKN .navbar {
    height: 70px;
  }
  .cid-t6MsDOYIKN .navbar.opened {
    height: auto;
  }
  .cid-t6MsDOYIKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6MsDPtBiZ {
  background-color: #eff2f7;
}
.cid-t6MsDPtBiZ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6MsDPtBiZ .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t6MsDPtBiZ .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6MsDPtBiZ .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6MsDPtBiZ .mbr-section-title b:last-child,
.cid-t6MsDPtBiZ .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6MsDPtBiZ .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t6MsDPtBiZ .mbr-text,
.cid-t6MsDPtBiZ .mbr-section-btn {
  text-align: center;
  color: #807a7a;
}
.cid-t6MsDPWPSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t6MsDPWPSD .mbr-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #202020;
}
.cid-t6MsDPWPSD .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eff2f7;
  z-index: 0;
}
.cid-t6MsDPWPSD .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #e2001a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-t6MsDPWPSD .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-t6MsDPWPSD .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-t6MsDPWPSD .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-t6MsDPWPSD .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-t6MsDPWPSD .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-t6MsDPWPSD .mbr-media:hover .circle {
  width: 115px;
  height: 115px;
  cursor: pointer;
}
.cid-t6MsDPWPSD .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-t6MsDPWPSD .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-t6MsDPWPSD .shape {
    display: none;
  }
}
.cid-t6MsDPWPSD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t6MsDPWPSD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t6MsDPWPSD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t6MsDPWPSD .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t6MsDPWPSD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6MsDQy86t {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t6MsDQy86t .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t6MsDQy86t .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t6MsDQy86t .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t6MsDQy86t .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t6MsDQy86t .mbr-section-title b:last-child,
.cid-t6MsDQy86t .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t6MsDQy86t .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t6MsDQy86t .mbr-text,
.cid-t6MsDQy86t .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t6MsDQUToB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-t6MsDQUToB .mbr-iconfont-1 {
  color: #e2001a;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-t6MsDQUToB .mbr-iconfont-2 {
  color: #807a7a;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-t6MsDQUToB .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t6MsDQUToB .mbr-section-subtitle {
  margin-bottom: 6.2rem;
  color: #747474;
}
.cid-t6MsDQUToB .card-img {
  margin-bottom: 1.7rem;
}
.cid-t6MsDQUToB .card-title {
  margin-bottom: 1.5rem;
}
.cid-t6MsDQUToB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-t6MsDQUToB .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6MsDQUToB .card-inner {
    padding: 4rem 1rem 0.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-t6MsDQUToB .row {
    padding: 0 1rem;
  }
  .cid-t6MsDQUToB .card-inner {
    padding: 5rem 2.5rem 1.5rem;
  }
}
.cid-t6MsDQUToB .card-inner {
  background-color: #ffffff;
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0);
  transition: 0.7s;
}
.cid-t6MsDQUToB .card-box,
.cid-t6MsDQUToB .card-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t6MsDQUToB .card:hover .mbr-iconfont-1 {
  color: #e2001a;
}
.cid-t6MsDQUToB .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-t6MsDQUToB .card:hover .card-inner {
  box-shadow: 1px 2px 15px 5px rgba(219, 219, 219, 0.11);
}
.cid-t6MsDQUToB .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-t6MsDQUToB .card:hover .card-img {
  transform: translateY(-11px);
}
.cid-t6MsDQUToB .mbr-text {
  margin-bottom: 1.5rem;
  color: #747474;
}
.cid-t6MsDQUToB .vertical-line:before {
  content: '';
  background-color: #e2001a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-t6MsDQUToB .card-title,
.cid-t6MsDQUToB .card-img,
.cid-t6MsDQUToB .card-icon {
  color: #353535;
  text-align: center;
}
.cid-t6MsDRt6Cy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eff2f7;
}
.cid-t6MsDRt6Cy img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6MsDRt6Cy img {
    height: auto;
  }
}
.cid-t8iphPjE4K {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8iphPjE4K .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8iphPjE4K .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8iphPjE4K .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8iphPjE4K .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8iphPjE4K .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8iphPjE4K .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8iphPjE4K .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8iphPjE4K .nav-link,
.cid-t8iphPjE4K .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8iphPjE4K .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8iphPjE4K H4 {
  text-align: center;
}
.cid-t8iphPjE4K H3 {
  text-align: center;
}
.cid-t8iphPjE4K P {
  color: #6b6b6b;
}
.cid-t8iphPjE4K H2 {
  text-align: center;
}
.cid-t7qLZmVTt4 {
  background-color: #eff2f7;
}
.cid-t7qLZmVTt4 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qLZmVTt4 .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qLZmVTt4 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qLZmVTt4 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qLZmVTt4 .mbr-section-title b:last-child,
.cid-t7qLZmVTt4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qLZmVTt4 .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qLZmVTt4 .mbr-text,
.cid-t7qLZmVTt4 .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8ipxK0lDP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8ipxK0lDP .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8ipxK0lDP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8ipxK0lDP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8ipxK0lDP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8ipxK0lDP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8ipxK0lDP .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8ipxK0lDP .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8ipxK0lDP .nav-link,
.cid-t8ipxK0lDP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8ipxK0lDP .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8ipxK0lDP H4 {
  text-align: center;
}
.cid-t8ipxK0lDP H3 {
  text-align: center;
}
.cid-t8ipxK0lDP P {
  color: #6b6b6b;
}
.cid-t8ipxK0lDP H2 {
  text-align: center;
}
.cid-t7qOcDuDiv {
  background-color: #eff2f7;
}
.cid-t7qOcDuDiv .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qOcDuDiv .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qOcDuDiv .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qOcDuDiv .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qOcDuDiv .mbr-section-title b:last-child,
.cid-t7qOcDuDiv .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qOcDuDiv .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qOcDuDiv .mbr-text,
.cid-t7qOcDuDiv .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8ipR3KyMA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8ipR3KyMA .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8ipR3KyMA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8ipR3KyMA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8ipR3KyMA .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8ipR3KyMA .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8ipR3KyMA .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8ipR3KyMA .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8ipR3KyMA .nav-link,
.cid-t8ipR3KyMA .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8ipR3KyMA .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8ipR3KyMA H4 {
  text-align: center;
}
.cid-t8ipR3KyMA H3 {
  text-align: center;
}
.cid-t8ipR3KyMA P {
  color: #6b6b6b;
}
.cid-t8ipR3KyMA H2 {
  text-align: center;
}
.cid-t7qMjrjAS4 {
  background-color: #eff2f7;
}
.cid-t7qMjrjAS4 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qMjrjAS4 .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qMjrjAS4 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qMjrjAS4 .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qMjrjAS4 .mbr-section-title b:last-child,
.cid-t7qMjrjAS4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qMjrjAS4 .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qMjrjAS4 .mbr-text,
.cid-t7qMjrjAS4 .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t8iq9ga6NP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t8iq9ga6NP .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8iq9ga6NP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8iq9ga6NP .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e2001a;
}
@media (max-width: 767px) {
  .cid-t8iq9ga6NP .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-t8iq9ga6NP .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-t8iq9ga6NP .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-t8iq9ga6NP .nav-tabs .nav-item {
  margin-right: 2rem;
}
.cid-t8iq9ga6NP .nav-link,
.cid-t8iq9ga6NP .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-t8iq9ga6NP .nav-tabs .nav-link.active {
  color: #e2001a;
  border-bottom: 3px solid #e2001a;
}
.cid-t8iq9ga6NP H4 {
  text-align: center;
}
.cid-t8iq9ga6NP H3 {
  text-align: center;
}
.cid-t8iq9ga6NP P {
  color: #6b6b6b;
}
.cid-t8iq9ga6NP H2 {
  text-align: center;
}
.cid-t7qMBgCRvj {
  background-color: #eff2f7;
}
.cid-t7qMBgCRvj .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7qMBgCRvj .mbr-section-tag {
  margin-bottom: 14px;
  text-align: left;
  color: #807a7a;
}
.cid-t7qMBgCRvj .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7qMBgCRvj .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7qMBgCRvj .mbr-section-title b:last-child,
.cid-t7qMBgCRvj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7qMBgCRvj .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7qMBgCRvj .mbr-text,
.cid-t7qMBgCRvj .mbr-section-btn {
  color: #6b6b6b;
  text-align: center;
}
.cid-t6MsDVz9BV {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t6MsDVz9BV img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-t6MsDVz9BV img {
    height: auto;
  }
}
.cid-t6MsDW2cps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t6MsDW2cps img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t6MsDW2cps .si {
  width: 100%;
}
.cid-t6MsDW2cps .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t6MsDW2cps .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t6MsDW2cps .subtitle {
  color: #353535;
}
.cid-t6MsDW2cps .text,
.cid-t6MsDW2cps .si {
  text-align: center;
  color: #353535;
}
.cid-t6MsDW2cps .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t7ou4IaLNx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7ou4IaLNx nav.navbar {
  position: fixed;
}
.cid-t7ou4IaLNx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7ou4IaLNx .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7ou4IaLNx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7ou4IaLNx .dropdown-item:hover,
.cid-t7ou4IaLNx .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t7ou4IaLNx .dropdown-item:hover span {
  color: white;
}
.cid-t7ou4IaLNx .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t7ou4IaLNx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t7ou4IaLNx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7ou4IaLNx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7ou4IaLNx .nav-link {
  position: relative;
}
.cid-t7ou4IaLNx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t7ou4IaLNx .container {
    flex-wrap: nowrap;
  }
}
.cid-t7ou4IaLNx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7ou4IaLNx .dropdown-menu,
.cid-t7ou4IaLNx .navbar.opened {
  background: #ffffff !important;
}
.cid-t7ou4IaLNx .nav-item:focus,
.cid-t7ou4IaLNx .nav-link:focus {
  outline: none;
}
.cid-t7ou4IaLNx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7ou4IaLNx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7ou4IaLNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7ou4IaLNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7ou4IaLNx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7ou4IaLNx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7ou4IaLNx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t7ou4IaLNx .navbar.opened {
  transition: all 0.3s;
}
.cid-t7ou4IaLNx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7ou4IaLNx .navbar .navbar-logo img {
  width: auto;
}
.cid-t7ou4IaLNx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7ou4IaLNx .navbar.collapsed {
  justify-content: center;
}
.cid-t7ou4IaLNx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7ou4IaLNx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7ou4IaLNx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7ou4IaLNx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7ou4IaLNx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7ou4IaLNx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7ou4IaLNx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7ou4IaLNx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7ou4IaLNx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7ou4IaLNx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7ou4IaLNx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7ou4IaLNx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7ou4IaLNx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7ou4IaLNx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7ou4IaLNx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7ou4IaLNx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7ou4IaLNx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7ou4IaLNx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7ou4IaLNx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7ou4IaLNx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7ou4IaLNx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7ou4IaLNx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7ou4IaLNx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7ou4IaLNx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7ou4IaLNx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7ou4IaLNx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7ou4IaLNx .dropdown-item.active,
.cid-t7ou4IaLNx .dropdown-item:active {
  background-color: transparent;
}
.cid-t7ou4IaLNx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7ou4IaLNx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7ou4IaLNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7ou4IaLNx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7ou4IaLNx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7ou4IaLNx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7ou4IaLNx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7ou4IaLNx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7ou4IaLNx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7ou4IaLNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t7ou4IaLNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7ou4IaLNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7ou4IaLNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7ou4IaLNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7ou4IaLNx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7ou4IaLNx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7ou4IaLNx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7ou4IaLNx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7ou4IaLNx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7ou4IaLNx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7ou4IaLNx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ou4IaLNx .navbar {
    height: 70px;
  }
  .cid-t7ou4IaLNx .navbar.opened {
    height: auto;
  }
  .cid-t7ou4IaLNx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7ou4IDmXr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff2f7;
}
.cid-t7ou4IDmXr .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7ou4IDmXr .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t7ou4IDmXr .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7ou4IDmXr .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7ou4IDmXr .mbr-section-title b:last-child,
.cid-t7ou4IDmXr .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7ou4IDmXr .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7ou4J6sUH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7ou4J6sUH .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7ou4J6sUH .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t7ou4J6sUH .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7ou4J6sUH .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: left;
}
.cid-t7ou4J6sUH .mbr-section-title b:last-child,
.cid-t7ou4J6sUH .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7ou4J6sUH .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t7ou4J6sUH .mbr-text,
.cid-t7ou4J6sUH .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t7ou4L8QyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t7ou4L8QyB img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t7ou4L8QyB .si {
  width: 100%;
}
.cid-t7ou4L8QyB .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t7ou4L8QyB .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t7ou4L8QyB .subtitle {
  color: #353535;
}
.cid-t7ou4L8QyB .text,
.cid-t7ou4L8QyB .si {
  text-align: center;
  color: #353535;
}
.cid-t7ou4L8QyB .copyright {
  padding-top: 120px;
  color: #353535;
}
.cid-t7oyY0Xq8g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7oyY0Xq8g nav.navbar {
  position: fixed;
}
.cid-t7oyY0Xq8g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7oyY0Xq8g .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7oyY0Xq8g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7oyY0Xq8g .dropdown-item:hover,
.cid-t7oyY0Xq8g .dropdown-item:focus {
  background: #e2001a !important;
  color: white !important;
}
.cid-t7oyY0Xq8g .dropdown-item:hover span {
  color: white;
}
.cid-t7oyY0Xq8g .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cid-t7oyY0Xq8g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cid-t7oyY0Xq8g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7oyY0Xq8g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7oyY0Xq8g .nav-link {
  position: relative;
}
.cid-t7oyY0Xq8g .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t7oyY0Xq8g .container {
    flex-wrap: nowrap;
  }
}
.cid-t7oyY0Xq8g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7oyY0Xq8g .dropdown-menu,
.cid-t7oyY0Xq8g .navbar.opened {
  background: #ffffff !important;
}
.cid-t7oyY0Xq8g .nav-item:focus,
.cid-t7oyY0Xq8g .nav-link:focus {
  outline: none;
}
.cid-t7oyY0Xq8g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7oyY0Xq8g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7oyY0Xq8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7oyY0Xq8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7oyY0Xq8g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7oyY0Xq8g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7oyY0Xq8g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t7oyY0Xq8g .navbar.opened {
  transition: all 0.3s;
}
.cid-t7oyY0Xq8g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7oyY0Xq8g .navbar .navbar-logo img {
  width: auto;
}
.cid-t7oyY0Xq8g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7oyY0Xq8g .navbar.collapsed {
  justify-content: center;
}
.cid-t7oyY0Xq8g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7oyY0Xq8g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7oyY0Xq8g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7oyY0Xq8g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7oyY0Xq8g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7oyY0Xq8g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7oyY0Xq8g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7oyY0Xq8g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7oyY0Xq8g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7oyY0Xq8g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7oyY0Xq8g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7oyY0Xq8g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7oyY0Xq8g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7oyY0Xq8g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7oyY0Xq8g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7oyY0Xq8g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7oyY0Xq8g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7oyY0Xq8g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7oyY0Xq8g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7oyY0Xq8g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7oyY0Xq8g .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7oyY0Xq8g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7oyY0Xq8g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7oyY0Xq8g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7oyY0Xq8g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7oyY0Xq8g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7oyY0Xq8g .dropdown-item.active,
.cid-t7oyY0Xq8g .dropdown-item:active {
  background-color: transparent;
}
.cid-t7oyY0Xq8g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7oyY0Xq8g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7oyY0Xq8g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7oyY0Xq8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t7oyY0Xq8g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7oyY0Xq8g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7oyY0Xq8g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7oyY0Xq8g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7oyY0Xq8g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7oyY0Xq8g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #807a7a;
}
.cid-t7oyY0Xq8g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7oyY0Xq8g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7oyY0Xq8g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7oyY0Xq8g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7oyY0Xq8g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7oyY0Xq8g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7oyY0Xq8g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7oyY0Xq8g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7oyY0Xq8g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7oyY0Xq8g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7oyY0Xq8g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7oyY0Xq8g .navbar {
    height: 70px;
  }
  .cid-t7oyY0Xq8g .navbar.opened {
    height: auto;
  }
  .cid-t7oyY0Xq8g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7oyY1m1jZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff2f7;
}
.cid-t7oyY1m1jZ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7oyY1m1jZ .mbr-section-tag {
  margin-bottom: 14px;
  text-align: center;
  color: #e2001a;
}
.cid-t7oyY1m1jZ .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7oyY1m1jZ .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: center;
}
.cid-t7oyY1m1jZ .mbr-section-title b:last-child,
.cid-t7oyY1m1jZ .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7oyY1m1jZ .mbr-section-subtitle {
  text-align: left;
  color: #807a7a;
}
.cid-t7oyY1FkPt {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7oyY1FkPt .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-t7oyY1FkPt .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-t7oyY1FkPt .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-t7oyY1FkPt .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #353535;
  text-align: left;
}
.cid-t7oyY1FkPt .mbr-section-title b:last-child,
.cid-t7oyY1FkPt .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-t7oyY1FkPt .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-t7oyY1FkPt .mbr-text,
.cid-t7oyY1FkPt .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-t7oyY1YdSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff2f7;
}
.cid-t7oyY1YdSS img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-t7oyY1YdSS .si {
  width: 100%;
}
.cid-t7oyY1YdSS .text {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-t7oyY1YdSS .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #e2001a;
}
.cid-t7oyY1YdSS .subtitle {
  color: #353535;
}
.cid-t7oyY1YdSS .text,
.cid-t7oyY1YdSS .si {
  text-align: center;
  color: #353535;
}
.cid-t7oyY1YdSS .copyright {
  padding-top: 120px;
  color: #353535;
}
