body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #d20000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d20000 !important;
  border-color: #d20000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #850000 !important;
  border-color: #850000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #850000 !important;
  border-color: #850000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d20000 !important;
  border-color: #d20000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #850000 !important;
  border-color: #850000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #850000 !important;
  border-color: #850000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6c0000;
  color: #6c0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d20000;
  border-color: #d20000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d20000 !important;
  border-color: #d20000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6c0000;
  color: #6c0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d20000;
  border-color: #d20000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d20000 !important;
  border-color: #d20000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d20000 !important;
}
.text-secondary {
  color: #d20000 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6c0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6c0000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d20000;
  border-color: #d20000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d20000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff9f9f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d20000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d20000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d20000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d20000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d20000;
  border-bottom-color: #d20000;
}
.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: #d20000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d20000 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23d20000' %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.3;
}
.cid-tz1spZZ3zP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz1spZZ3zP nav.navbar {
  position: fixed;
}
.cid-tz1spZZ3zP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1spZZ3zP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz1spZZ3zP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz1spZZ3zP .dropdown-item:hover,
.cid-tz1spZZ3zP .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tz1spZZ3zP .dropdown-item:hover span {
  color: white;
}
.cid-tz1spZZ3zP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz1spZZ3zP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz1spZZ3zP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz1spZZ3zP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz1spZZ3zP .nav-link {
  position: relative;
}
.cid-tz1spZZ3zP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1spZZ3zP .container {
    flex-wrap: wrap;
  }
}
.cid-tz1spZZ3zP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1spZZ3zP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tz1spZZ3zP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz1spZZ3zP .dropdown-menu,
.cid-tz1spZZ3zP .navbar.opened {
  background: #efefef !important;
}
.cid-tz1spZZ3zP .nav-item:focus,
.cid-tz1spZZ3zP .nav-link:focus {
  outline: none;
}
.cid-tz1spZZ3zP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz1spZZ3zP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz1spZZ3zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz1spZZ3zP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1spZZ3zP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz1spZZ3zP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz1spZZ3zP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tz1spZZ3zP .navbar.opened {
  transition: all 0.3s;
}
.cid-tz1spZZ3zP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz1spZZ3zP .navbar .navbar-logo img {
  width: auto;
}
.cid-tz1spZZ3zP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz1spZZ3zP .navbar.collapsed {
  justify-content: center;
}
.cid-tz1spZZ3zP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz1spZZ3zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz1spZZ3zP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz1spZZ3zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz1spZZ3zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz1spZZ3zP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tz1spZZ3zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz1spZZ3zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz1spZZ3zP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz1spZZ3zP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz1spZZ3zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz1spZZ3zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz1spZZ3zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz1spZZ3zP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tz1spZZ3zP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz1spZZ3zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz1spZZ3zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz1spZZ3zP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz1spZZ3zP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz1spZZ3zP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tz1spZZ3zP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tz1spZZ3zP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz1spZZ3zP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz1spZZ3zP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz1spZZ3zP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz1spZZ3zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz1spZZ3zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz1spZZ3zP .dropdown-item.active,
.cid-tz1spZZ3zP .dropdown-item:active {
  background-color: transparent;
}
.cid-tz1spZZ3zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz1spZZ3zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz1spZZ3zP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz1spZZ3zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tz1spZZ3zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz1spZZ3zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz1spZZ3zP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz1spZZ3zP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz1spZZ3zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz1spZZ3zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tz1spZZ3zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz1spZZ3zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1spZZ3zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1spZZ3zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz1spZZ3zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1spZZ3zP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz1spZZ3zP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz1spZZ3zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1spZZ3zP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz1spZZ3zP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz1spZZ3zP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz1spZZ3zP .navbar {
    height: 70px;
  }
  .cid-tz1spZZ3zP .navbar.opened {
    height: auto;
  }
  .cid-tz1spZZ3zP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz1B1ejj2Z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1B1ejj2Z blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tzMaKkch33 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tzMaKkch33 .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-tzMaKkch33 img,
.cid-tzMaKkch33 .item-img {
  width: 100%;
}
.cid-tzMaKkch33 .item:focus,
.cid-tzMaKkch33 span:focus {
  outline: none;
}
.cid-tzMaKkch33 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzMaKkch33 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzMaKkch33 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzMaKkch33 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzMaKkch33 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzMaKkch33 .mbr-section-title {
  color: #232323;
}
.cid-tzMaKkch33 .mbr-text,
.cid-tzMaKkch33 .mbr-section-btn {
  text-align: left;
}
.cid-tzMaKkch33 .item-title {
  text-align: left;
}
.cid-tzMaKkch33 .item-subtitle {
  text-align: center;
}
.cid-tz2JC1wNeR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz2JC1wNeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz2JC1wNeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz2JC1wNeR .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tz2JC1wNeR .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tz2JC1wNeR .img1 {
  background: #8bc4d8;
}
.cid-tz2JC1wNeR .img2 {
  background: #9b9c9e;
}
.cid-tz2JC1wNeR .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tz2JC1wNeR .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tz2JC1wNeR .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tz2JC1wNeR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz2JC1wNeR .card-wrapper {
    flex-direction: column;
  }
  .cid-tz2JC1wNeR .card-box {
    padding: 1rem;
  }
  .cid-tz2JC1wNeR .card-box,
  .cid-tz2JC1wNeR .img-wrapper {
    width: 100%;
  }
  .cid-tz2JC1wNeR .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tz2JC1wNeR .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tz2JC1wNeR .card-subtitle {
  color: #0077ff;
}
.cid-tz2JC1wNeR .mbr-text,
.cid-tz2JC1wNeR .link-wrap {
  color: #555555;
}
.cid-tz2JC1wNeR .mbr-text,
.cid-tz2JC1wNeR .mbr-section-btn {
  text-align: center;
}
.cid-tz1C0iEFD1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tz1C0iEFD1 .media-container-row .mbr-text {
  text-align: left;
}
.cid-tz1GWBIcbj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz1GWBIcbj nav.navbar {
  position: fixed;
}
.cid-tz1GWBIcbj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1GWBIcbj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz1GWBIcbj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz1GWBIcbj .dropdown-item:hover,
.cid-tz1GWBIcbj .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tz1GWBIcbj .dropdown-item:hover span {
  color: white;
}
.cid-tz1GWBIcbj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz1GWBIcbj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz1GWBIcbj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz1GWBIcbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz1GWBIcbj .nav-link {
  position: relative;
}
.cid-tz1GWBIcbj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1GWBIcbj .container {
    flex-wrap: wrap;
  }
}
.cid-tz1GWBIcbj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1GWBIcbj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tz1GWBIcbj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz1GWBIcbj .dropdown-menu,
.cid-tz1GWBIcbj .navbar.opened {
  background: #efefef !important;
}
.cid-tz1GWBIcbj .nav-item:focus,
.cid-tz1GWBIcbj .nav-link:focus {
  outline: none;
}
.cid-tz1GWBIcbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz1GWBIcbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz1GWBIcbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz1GWBIcbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1GWBIcbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz1GWBIcbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz1GWBIcbj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tz1GWBIcbj .navbar.opened {
  transition: all 0.3s;
}
.cid-tz1GWBIcbj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz1GWBIcbj .navbar .navbar-logo img {
  width: auto;
}
.cid-tz1GWBIcbj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz1GWBIcbj .navbar.collapsed {
  justify-content: center;
}
.cid-tz1GWBIcbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz1GWBIcbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz1GWBIcbj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz1GWBIcbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz1GWBIcbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz1GWBIcbj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tz1GWBIcbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz1GWBIcbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz1GWBIcbj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz1GWBIcbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz1GWBIcbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz1GWBIcbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz1GWBIcbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz1GWBIcbj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tz1GWBIcbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz1GWBIcbj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz1GWBIcbj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz1GWBIcbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz1GWBIcbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz1GWBIcbj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tz1GWBIcbj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tz1GWBIcbj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz1GWBIcbj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz1GWBIcbj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz1GWBIcbj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz1GWBIcbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz1GWBIcbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz1GWBIcbj .dropdown-item.active,
.cid-tz1GWBIcbj .dropdown-item:active {
  background-color: transparent;
}
.cid-tz1GWBIcbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz1GWBIcbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz1GWBIcbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz1GWBIcbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tz1GWBIcbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz1GWBIcbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz1GWBIcbj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz1GWBIcbj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz1GWBIcbj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz1GWBIcbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tz1GWBIcbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz1GWBIcbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1GWBIcbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1GWBIcbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz1GWBIcbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1GWBIcbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz1GWBIcbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz1GWBIcbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1GWBIcbj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz1GWBIcbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz1GWBIcbj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz1GWBIcbj .navbar {
    height: 70px;
  }
  .cid-tz1GWBIcbj .navbar.opened {
    height: auto;
  }
  .cid-tz1GWBIcbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz1GWCarjH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1GWCarjH blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tzdlQZx2bv {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tzdlQZx2bv .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-tzdlQZx2bv img,
.cid-tzdlQZx2bv .item-img {
  width: 100%;
}
.cid-tzdlQZx2bv .item:focus,
.cid-tzdlQZx2bv span:focus {
  outline: none;
}
.cid-tzdlQZx2bv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzdlQZx2bv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzdlQZx2bv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzdlQZx2bv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzdlQZx2bv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzdlQZx2bv .mbr-section-title {
  color: #232323;
}
.cid-tzdlQZx2bv .mbr-text,
.cid-tzdlQZx2bv .mbr-section-btn {
  text-align: left;
}
.cid-tzdlQZx2bv .item-title {
  text-align: left;
}
.cid-tzdlQZx2bv .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz1GWCOJ8O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tz1GWCOJ8O .media-container-row .mbr-text {
  text-align: left;
}
.cid-tz1PCeER5E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz1PCeER5E nav.navbar {
  position: fixed;
}
.cid-tz1PCeER5E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1PCeER5E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz1PCeER5E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz1PCeER5E .dropdown-item:hover,
.cid-tz1PCeER5E .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tz1PCeER5E .dropdown-item:hover span {
  color: white;
}
.cid-tz1PCeER5E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz1PCeER5E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz1PCeER5E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz1PCeER5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz1PCeER5E .nav-link {
  position: relative;
}
.cid-tz1PCeER5E .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1PCeER5E .container {
    flex-wrap: wrap;
  }
}
.cid-tz1PCeER5E .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1PCeER5E .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tz1PCeER5E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz1PCeER5E .dropdown-menu,
.cid-tz1PCeER5E .navbar.opened {
  background: #efefef !important;
}
.cid-tz1PCeER5E .nav-item:focus,
.cid-tz1PCeER5E .nav-link:focus {
  outline: none;
}
.cid-tz1PCeER5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz1PCeER5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz1PCeER5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz1PCeER5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1PCeER5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz1PCeER5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz1PCeER5E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tz1PCeER5E .navbar.opened {
  transition: all 0.3s;
}
.cid-tz1PCeER5E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz1PCeER5E .navbar .navbar-logo img {
  width: auto;
}
.cid-tz1PCeER5E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz1PCeER5E .navbar.collapsed {
  justify-content: center;
}
.cid-tz1PCeER5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz1PCeER5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz1PCeER5E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz1PCeER5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz1PCeER5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz1PCeER5E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tz1PCeER5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz1PCeER5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz1PCeER5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz1PCeER5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz1PCeER5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz1PCeER5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz1PCeER5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz1PCeER5E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tz1PCeER5E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz1PCeER5E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz1PCeER5E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz1PCeER5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz1PCeER5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz1PCeER5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tz1PCeER5E .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tz1PCeER5E .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz1PCeER5E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz1PCeER5E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz1PCeER5E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz1PCeER5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz1PCeER5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz1PCeER5E .dropdown-item.active,
.cid-tz1PCeER5E .dropdown-item:active {
  background-color: transparent;
}
.cid-tz1PCeER5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz1PCeER5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz1PCeER5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz1PCeER5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tz1PCeER5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz1PCeER5E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz1PCeER5E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz1PCeER5E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz1PCeER5E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz1PCeER5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tz1PCeER5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz1PCeER5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1PCeER5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1PCeER5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz1PCeER5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1PCeER5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz1PCeER5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz1PCeER5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1PCeER5E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz1PCeER5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz1PCeER5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz1PCeER5E .navbar {
    height: 70px;
  }
  .cid-tz1PCeER5E .navbar.opened {
    height: auto;
  }
  .cid-tz1PCeER5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz1PCf4S1H {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1PCf4S1H blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tz1PV3SowQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1PV3SowQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1PV3SowQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1PV3SowQ .video-wrapper iframe {
  width: 100%;
}
.cid-tz1PV3SowQ .mbr-section-title,
.cid-tz1PV3SowQ .mbr-section-subtitle,
.cid-tz1PV3SowQ .mbr-text {
  text-align: center;
}
.cid-tz1PV3SowQ .mbr-text {
  color: #465052;
}
.cid-tz1QxPQrcu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1QxPQrcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1QxPQrcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1QxPQrcu .video-wrapper iframe {
  width: 100%;
}
.cid-tz1QxPQrcu .mbr-section-title,
.cid-tz1QxPQrcu .mbr-section-subtitle,
.cid-tz1QxPQrcu .mbr-text {
  text-align: center;
}
.cid-tz1QxPQrcu .mbr-text {
  color: #465052;
}
.cid-tz1QUQ9xYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1QUQ9xYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1QUQ9xYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1QUQ9xYV .video-wrapper iframe {
  width: 100%;
}
.cid-tz1QUQ9xYV .mbr-section-title,
.cid-tz1QUQ9xYV .mbr-section-subtitle,
.cid-tz1QUQ9xYV .mbr-text {
  text-align: center;
}
.cid-tz1QUQ9xYV .mbr-text {
  color: #465052;
}
.cid-tz1RhSZ0Oe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1RhSZ0Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1RhSZ0Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1RhSZ0Oe .video-wrapper iframe {
  width: 100%;
}
.cid-tz1RhSZ0Oe .mbr-section-title,
.cid-tz1RhSZ0Oe .mbr-section-subtitle,
.cid-tz1RhSZ0Oe .mbr-text {
  text-align: center;
}
.cid-tz1RhSZ0Oe .mbr-text {
  color: #465052;
}
.cid-tz1RAFTTAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1RAFTTAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1RAFTTAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1RAFTTAL .video-wrapper iframe {
  width: 100%;
}
.cid-tz1RAFTTAL .mbr-section-title,
.cid-tz1RAFTTAL .mbr-section-subtitle,
.cid-tz1RAFTTAL .mbr-text {
  text-align: center;
}
.cid-tz1RAFTTAL .mbr-text {
  color: #465052;
}
.cid-tz1RXhGv8o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1RXhGv8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1RXhGv8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1RXhGv8o .video-wrapper iframe {
  width: 100%;
}
.cid-tz1RXhGv8o .mbr-section-title,
.cid-tz1RXhGv8o .mbr-section-subtitle,
.cid-tz1RXhGv8o .mbr-text {
  text-align: center;
}
.cid-tz1RXhGv8o .mbr-text {
  color: #465052;
}
.cid-tz1SkzX8RR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1SkzX8RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1SkzX8RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1SkzX8RR .video-wrapper iframe {
  width: 100%;
}
.cid-tz1SkzX8RR .mbr-section-title,
.cid-tz1SkzX8RR .mbr-section-subtitle,
.cid-tz1SkzX8RR .mbr-text {
  text-align: center;
}
.cid-tz1SkzX8RR .mbr-text {
  color: #465052;
}
.cid-tz1SGG3EGd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1SGG3EGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1SGG3EGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1SGG3EGd .video-wrapper iframe {
  width: 100%;
}
.cid-tz1SGG3EGd .mbr-section-title,
.cid-tz1SGG3EGd .mbr-section-subtitle,
.cid-tz1SGG3EGd .mbr-text {
  text-align: center;
}
.cid-tz1SGG3EGd .mbr-text {
  color: #465052;
}
.cid-tz1T2N9wkT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1T2N9wkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1T2N9wkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1T2N9wkT .video-wrapper iframe {
  width: 100%;
}
.cid-tz1T2N9wkT .mbr-section-title,
.cid-tz1T2N9wkT .mbr-section-subtitle,
.cid-tz1T2N9wkT .mbr-text {
  text-align: center;
}
.cid-tz1T2N9wkT .mbr-text {
  color: #465052;
}
.cid-tz1TKihUlI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1TKihUlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1TKihUlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1TKihUlI .video-wrapper iframe {
  width: 100%;
}
.cid-tz1TKihUlI .mbr-section-title,
.cid-tz1TKihUlI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz1TKihUlI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tz1TKihUlI .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tz1PCgT9rz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tz1PCgT9rz .media-container-row .mbr-text {
  text-align: left;
}
.cid-tz1Vc1nwGb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz1Vc1nwGb nav.navbar {
  position: fixed;
}
.cid-tz1Vc1nwGb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1Vc1nwGb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz1Vc1nwGb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz1Vc1nwGb .dropdown-item:hover,
.cid-tz1Vc1nwGb .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tz1Vc1nwGb .dropdown-item:hover span {
  color: white;
}
.cid-tz1Vc1nwGb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz1Vc1nwGb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz1Vc1nwGb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz1Vc1nwGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz1Vc1nwGb .nav-link {
  position: relative;
}
.cid-tz1Vc1nwGb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1Vc1nwGb .container {
    flex-wrap: wrap;
  }
}
.cid-tz1Vc1nwGb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1Vc1nwGb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tz1Vc1nwGb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz1Vc1nwGb .dropdown-menu,
.cid-tz1Vc1nwGb .navbar.opened {
  background: #efefef !important;
}
.cid-tz1Vc1nwGb .nav-item:focus,
.cid-tz1Vc1nwGb .nav-link:focus {
  outline: none;
}
.cid-tz1Vc1nwGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz1Vc1nwGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz1Vc1nwGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz1Vc1nwGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1Vc1nwGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz1Vc1nwGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz1Vc1nwGb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tz1Vc1nwGb .navbar.opened {
  transition: all 0.3s;
}
.cid-tz1Vc1nwGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz1Vc1nwGb .navbar .navbar-logo img {
  width: auto;
}
.cid-tz1Vc1nwGb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz1Vc1nwGb .navbar.collapsed {
  justify-content: center;
}
.cid-tz1Vc1nwGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz1Vc1nwGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz1Vc1nwGb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz1Vc1nwGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz1Vc1nwGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz1Vc1nwGb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tz1Vc1nwGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz1Vc1nwGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz1Vc1nwGb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz1Vc1nwGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz1Vc1nwGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz1Vc1nwGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz1Vc1nwGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz1Vc1nwGb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tz1Vc1nwGb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz1Vc1nwGb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz1Vc1nwGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz1Vc1nwGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz1Vc1nwGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz1Vc1nwGb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tz1Vc1nwGb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tz1Vc1nwGb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz1Vc1nwGb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz1Vc1nwGb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz1Vc1nwGb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz1Vc1nwGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz1Vc1nwGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz1Vc1nwGb .dropdown-item.active,
.cid-tz1Vc1nwGb .dropdown-item:active {
  background-color: transparent;
}
.cid-tz1Vc1nwGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz1Vc1nwGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz1Vc1nwGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz1Vc1nwGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tz1Vc1nwGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz1Vc1nwGb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz1Vc1nwGb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz1Vc1nwGb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz1Vc1nwGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz1Vc1nwGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tz1Vc1nwGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz1Vc1nwGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1Vc1nwGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1Vc1nwGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz1Vc1nwGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1Vc1nwGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz1Vc1nwGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz1Vc1nwGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1Vc1nwGb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz1Vc1nwGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz1Vc1nwGb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz1Vc1nwGb .navbar {
    height: 70px;
  }
  .cid-tz1Vc1nwGb .navbar.opened {
    height: auto;
  }
  .cid-tz1Vc1nwGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz1Vc1T14g {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1Vc1T14g blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tzjVxLTLaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tzjVxLTLaj .title {
  margin-bottom: 2rem;
}
.cid-tzjVxLTLaj .mbr-section-subtitle {
  color: #767676;
}
.cid-tzjVxLTLaj a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzjVxLTLaj a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzjVxLTLaj textarea.form-control {
  min-height: 188px;
}
.cid-tz1Y0jAjSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz1Y0jAjSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1Y0jAjSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz1Y0jAjSd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz1Y0jAjSd .row {
  flex-direction: row-reverse;
}
.cid-tz1Y0jAjSd img {
  width: 100%;
}
.cid-tz1Vc6ah9z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tz1Vc6ah9z .media-container-row .mbr-text {
  text-align: left;
}
.cid-tz1Z8zk6im {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz1Z8zk6im nav.navbar {
  position: fixed;
}
.cid-tz1Z8zk6im .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1Z8zk6im .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tz1Z8zk6im .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz1Z8zk6im .dropdown-item:hover,
.cid-tz1Z8zk6im .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tz1Z8zk6im .dropdown-item:hover span {
  color: white;
}
.cid-tz1Z8zk6im .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tz1Z8zk6im .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tz1Z8zk6im .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tz1Z8zk6im .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz1Z8zk6im .nav-link {
  position: relative;
}
.cid-tz1Z8zk6im .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1Z8zk6im .container {
    flex-wrap: wrap;
  }
}
.cid-tz1Z8zk6im .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tz1Z8zk6im .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tz1Z8zk6im .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz1Z8zk6im .dropdown-menu,
.cid-tz1Z8zk6im .navbar.opened {
  background: #efefef !important;
}
.cid-tz1Z8zk6im .nav-item:focus,
.cid-tz1Z8zk6im .nav-link:focus {
  outline: none;
}
.cid-tz1Z8zk6im .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz1Z8zk6im .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz1Z8zk6im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz1Z8zk6im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz1Z8zk6im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz1Z8zk6im .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz1Z8zk6im .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tz1Z8zk6im .navbar.opened {
  transition: all 0.3s;
}
.cid-tz1Z8zk6im .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz1Z8zk6im .navbar .navbar-logo img {
  width: auto;
}
.cid-tz1Z8zk6im .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz1Z8zk6im .navbar.collapsed {
  justify-content: center;
}
.cid-tz1Z8zk6im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz1Z8zk6im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz1Z8zk6im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tz1Z8zk6im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz1Z8zk6im .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz1Z8zk6im .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tz1Z8zk6im .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz1Z8zk6im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz1Z8zk6im .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz1Z8zk6im .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz1Z8zk6im .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz1Z8zk6im .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz1Z8zk6im .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz1Z8zk6im .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tz1Z8zk6im .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz1Z8zk6im .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz1Z8zk6im .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz1Z8zk6im .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz1Z8zk6im .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz1Z8zk6im .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tz1Z8zk6im .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tz1Z8zk6im .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz1Z8zk6im .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz1Z8zk6im .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz1Z8zk6im .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz1Z8zk6im .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz1Z8zk6im .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz1Z8zk6im .dropdown-item.active,
.cid-tz1Z8zk6im .dropdown-item:active {
  background-color: transparent;
}
.cid-tz1Z8zk6im .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz1Z8zk6im .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz1Z8zk6im .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz1Z8zk6im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tz1Z8zk6im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz1Z8zk6im .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz1Z8zk6im ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz1Z8zk6im .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz1Z8zk6im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz1Z8zk6im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tz1Z8zk6im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz1Z8zk6im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1Z8zk6im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz1Z8zk6im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz1Z8zk6im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1Z8zk6im nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz1Z8zk6im nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz1Z8zk6im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz1Z8zk6im .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz1Z8zk6im a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz1Z8zk6im .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz1Z8zk6im .navbar {
    height: 70px;
  }
  .cid-tz1Z8zk6im .navbar.opened {
    height: auto;
  }
  .cid-tz1Z8zk6im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz1Z8zMpfw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz1Z8zMpfw blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tz25UWdfIQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz26l1lrLg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz26l1lrLg .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz26l1lrLg .mbr-text {
  color: #465052;
}
.cid-uBg8WvssL7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBg8WvssL7 img,
.cid-uBg8WvssL7 .item-img {
  width: 100%;
}
.cid-uBg8WvssL7 .item:focus,
.cid-uBg8WvssL7 span:focus {
  outline: none;
}
.cid-uBg8WvssL7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBg8WvssL7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBg8WvssL7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBg8WvssL7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBg8WvssL7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBg8WvssL7 .mbr-section-title {
  color: #232323;
}
.cid-uBg8WvssL7 .mbr-text,
.cid-uBg8WvssL7 .mbr-section-btn {
  text-align: center;
}
.cid-uBg8WvssL7 .item-title {
  text-align: left;
}
.cid-uBg8WvssL7 .item-subtitle {
  text-align: left;
}
.cid-uBg91djlhc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBg91djlhc .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u2JRb5jfD4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JRb5jfD4 img,
.cid-u2JRb5jfD4 .item-img {
  width: 100%;
}
.cid-u2JRb5jfD4 .item:focus,
.cid-u2JRb5jfD4 span:focus {
  outline: none;
}
.cid-u2JRb5jfD4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2JRb5jfD4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2JRb5jfD4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2JRb5jfD4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u2JRb5jfD4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2JRb5jfD4 .mbr-section-title {
  color: #232323;
}
.cid-u2JRb5jfD4 .mbr-text,
.cid-u2JRb5jfD4 .mbr-section-btn {
  text-align: center;
}
.cid-u2JRb5jfD4 .item-title {
  text-align: left;
}
.cid-u2JRb5jfD4 .item-subtitle {
  text-align: center;
}
.cid-u2JRFCcfXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2JRFCcfXS .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz3b0BdAPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3b0BdAPO img,
.cid-tz3b0BdAPO .item-img {
  width: 100%;
}
.cid-tz3b0BdAPO .item:focus,
.cid-tz3b0BdAPO span:focus {
  outline: none;
}
.cid-tz3b0BdAPO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3b0BdAPO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz3b0BdAPO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz3b0BdAPO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz3b0BdAPO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3b0BdAPO .mbr-section-title {
  color: #232323;
}
.cid-tz3b0BdAPO .mbr-text,
.cid-tz3b0BdAPO .mbr-section-btn {
  text-align: left;
}
.cid-tz3b0BdAPO .item-title {
  text-align: left;
}
.cid-tz3b0BdAPO .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz3afb23h8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz3afb23h8 .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz3afb23h8 .mbr-text {
  color: #465052;
}
.cid-tz30C5QCoL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz30C5QCoL img,
.cid-tz30C5QCoL .item-img {
  width: 100%;
}
.cid-tz30C5QCoL .item:focus,
.cid-tz30C5QCoL span:focus {
  outline: none;
}
.cid-tz30C5QCoL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz30C5QCoL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz30C5QCoL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz30C5QCoL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz30C5QCoL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz30C5QCoL .mbr-section-title {
  color: #232323;
}
.cid-tz30C5QCoL .mbr-text,
.cid-tz30C5QCoL .mbr-section-btn {
  text-align: left;
}
.cid-tz30C5QCoL .item-title {
  text-align: left;
}
.cid-tz30C5QCoL .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz2IlRyTo6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2IlRyTo6 .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2IlRyTo6 .mbr-text {
  color: #465052;
}
.cid-tz2ymmkyZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz2ymmkyZh img,
.cid-tz2ymmkyZh .item-img {
  width: 100%;
}
.cid-tz2ymmkyZh .item:focus,
.cid-tz2ymmkyZh span:focus {
  outline: none;
}
.cid-tz2ymmkyZh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz2ymmkyZh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz2ymmkyZh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz2ymmkyZh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz2ymmkyZh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz2ymmkyZh .mbr-section-title {
  color: #232323;
}
.cid-tz2ymmkyZh .mbr-text,
.cid-tz2ymmkyZh .mbr-section-btn {
  text-align: left;
}
.cid-tz2ymmkyZh .item-title {
  text-align: left;
}
.cid-tz2ymmkyZh .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz2t2YHGE2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2t2YHGE2 .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2t2YHGE2 .mbr-text {
  color: #465052;
}
.cid-tz2kGME6LE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz2kGME6LE img,
.cid-tz2kGME6LE .item-img {
  width: 100%;
}
.cid-tz2kGME6LE .item:focus,
.cid-tz2kGME6LE span:focus {
  outline: none;
}
.cid-tz2kGME6LE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz2kGME6LE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz2kGME6LE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz2kGME6LE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz2kGME6LE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz2kGME6LE .mbr-section-title {
  color: #232323;
}
.cid-tz2kGME6LE .mbr-text,
.cid-tz2kGME6LE .mbr-section-btn {
  text-align: left;
}
.cid-tz2kGME6LE .item-title {
  text-align: left;
}
.cid-tz2kGME6LE .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz2iUitYc1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz2iUitYc1 .line {
  background-color: #d20000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz2iUitYc1 .mbr-text {
  color: #465052;
}
.cid-tz26GHVjCv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz26GHVjCv img,
.cid-tz26GHVjCv .item-img {
  width: 100%;
}
.cid-tz26GHVjCv .item:focus,
.cid-tz26GHVjCv span:focus {
  outline: none;
}
.cid-tz26GHVjCv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz26GHVjCv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz26GHVjCv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz26GHVjCv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tz26GHVjCv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz26GHVjCv .mbr-section-title {
  color: #232323;
}
.cid-tz26GHVjCv .mbr-text,
.cid-tz26GHVjCv .mbr-section-btn {
  text-align: left;
}
.cid-tz26GHVjCv .item-title {
  text-align: left;
}
.cid-tz26GHVjCv .item-subtitle {
  text-align: center;
  color: #465052;
}
.cid-tz1Z8ADgW7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tz1Z8ADgW7 .media-container-row .mbr-text {
  text-align: left;
}
.cid-tzGrEjlhXW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tzGrEjlhXW nav.navbar {
  position: fixed;
}
.cid-tzGrEjlhXW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzGrEjlhXW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzGrEjlhXW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzGrEjlhXW .dropdown-item:hover,
.cid-tzGrEjlhXW .dropdown-item:focus {
  background: #d20000 !important;
  color: white !important;
}
.cid-tzGrEjlhXW .dropdown-item:hover span {
  color: white;
}
.cid-tzGrEjlhXW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzGrEjlhXW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzGrEjlhXW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzGrEjlhXW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzGrEjlhXW .nav-link {
  position: relative;
}
.cid-tzGrEjlhXW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tzGrEjlhXW .container {
    flex-wrap: wrap;
  }
}
.cid-tzGrEjlhXW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tzGrEjlhXW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tzGrEjlhXW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzGrEjlhXW .dropdown-menu,
.cid-tzGrEjlhXW .navbar.opened {
  background: #efefef !important;
}
.cid-tzGrEjlhXW .nav-item:focus,
.cid-tzGrEjlhXW .nav-link:focus {
  outline: none;
}
.cid-tzGrEjlhXW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzGrEjlhXW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzGrEjlhXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzGrEjlhXW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzGrEjlhXW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzGrEjlhXW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzGrEjlhXW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tzGrEjlhXW .navbar.opened {
  transition: all 0.3s;
}
.cid-tzGrEjlhXW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzGrEjlhXW .navbar .navbar-logo img {
  width: auto;
}
.cid-tzGrEjlhXW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzGrEjlhXW .navbar.collapsed {
  justify-content: center;
}
.cid-tzGrEjlhXW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzGrEjlhXW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzGrEjlhXW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tzGrEjlhXW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzGrEjlhXW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzGrEjlhXW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tzGrEjlhXW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzGrEjlhXW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzGrEjlhXW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzGrEjlhXW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzGrEjlhXW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzGrEjlhXW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzGrEjlhXW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzGrEjlhXW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tzGrEjlhXW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzGrEjlhXW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzGrEjlhXW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzGrEjlhXW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzGrEjlhXW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzGrEjlhXW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzGrEjlhXW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzGrEjlhXW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzGrEjlhXW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzGrEjlhXW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzGrEjlhXW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tzGrEjlhXW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzGrEjlhXW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzGrEjlhXW .dropdown-item.active,
.cid-tzGrEjlhXW .dropdown-item:active {
  background-color: transparent;
}
.cid-tzGrEjlhXW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzGrEjlhXW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzGrEjlhXW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzGrEjlhXW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tzGrEjlhXW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzGrEjlhXW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzGrEjlhXW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzGrEjlhXW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzGrEjlhXW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzGrEjlhXW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tzGrEjlhXW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzGrEjlhXW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzGrEjlhXW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzGrEjlhXW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzGrEjlhXW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzGrEjlhXW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzGrEjlhXW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzGrEjlhXW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzGrEjlhXW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tzGrEjlhXW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzGrEjlhXW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tzGrEjlhXW .navbar {
    height: 70px;
  }
  .cid-tzGrEjlhXW .navbar.opened {
    height: auto;
  }
  .cid-tzGrEjlhXW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzGrEjRpbz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzGrEjRpbz blockquote {
  border-color: #d20000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tzMdl7qihS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tzMdl7qihS .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-tzMdl7qihS img,
.cid-tzMdl7qihS .item-img {
  width: 100%;
}
.cid-tzMdl7qihS .item:focus,
.cid-tzMdl7qihS span:focus {
  outline: none;
}
.cid-tzMdl7qihS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzMdl7qihS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzMdl7qihS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzMdl7qihS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzMdl7qihS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzMdl7qihS .mbr-section-title {
  color: #232323;
}
.cid-tzMdl7qihS .mbr-text,
.cid-tzMdl7qihS .mbr-section-btn {
  text-align: left;
}
.cid-tzMdl7qihS .item-title {
  text-align: left;
}
.cid-tzMdl7qihS .item-subtitle {
  text-align: center;
}
.cid-tzGuBrBYv1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzGuBrBYv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzGuBrBYv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzGuBrBYv1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzGuBrBYv1 .row {
  flex-direction: row-reverse;
}
.cid-tzGuBrBYv1 img {
  width: 100%;
}
.cid-tzGrElrfMD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d20000;
  overflow: hidden;
}
.cid-tzGrElrfMD .media-container-row .mbr-text {
  text-align: left;
}
