body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #0c1e97 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #0c1e97 !important;
  border-color: #0c1e97 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0c1e97;
  border-color: #0c1e97;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0c1e97 !important;
  border-color: #0c1e97 !important;
}
.btn-info:hover {
  background-color: #081568 !important;
  border-color: #081568 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0c1e97;
  color: #0c1e97;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #0c1e97 !important;
  border-color: #0c1e97;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c1e97 !important;
  border-color: #0c1e97 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #0c1e97 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #040b39 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #0c1e97;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #344cef;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  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: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #000000 !important;
  background-color: #199bfc !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vm0tWgkWdQ .navbar-dropdown {
  position: relative !important;
}
.cid-vm0tWgkWdQ .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vm0tWgkWdQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vm0tWgkWdQ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vm0tWgkWdQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vm0tWgkWdQ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vm0tWgkWdQ .dropdown-item:hover,
.cid-vm0tWgkWdQ .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .dropdown-item:hover span {
  color: white;
}
.cid-vm0tWgkWdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm0tWgkWdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm0tWgkWdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm0tWgkWdQ .nav-link {
  position: relative;
}
.cid-vm0tWgkWdQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vm0tWgkWdQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vm0tWgkWdQ .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vm0tWgkWdQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vm0tWgkWdQ .dropdown-menu,
.cid-vm0tWgkWdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vm0tWgkWdQ .nav-item:focus,
.cid-vm0tWgkWdQ .nav-link:focus {
  outline: none;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm0tWgkWdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm0tWgkWdQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm0tWgkWdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vm0tWgkWdQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vm0tWgkWdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vm0tWgkWdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm0tWgkWdQ .navbar.collapsed {
  justify-content: center;
}
.cid-vm0tWgkWdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm0tWgkWdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm0tWgkWdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm0tWgkWdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm0tWgkWdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm0tWgkWdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm0tWgkWdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm0tWgkWdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm0tWgkWdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vm0tWgkWdQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vm0tWgkWdQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vm0tWgkWdQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption:hover,
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm0tWgkWdQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vm0tWgkWdQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .dropdown-item.active,
.cid-vm0tWgkWdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vm0tWgkWdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vm0tWgkWdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm0tWgkWdQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vm0tWgkWdQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vm0tWgkWdQ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vm0tWgkWdQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vm0tWgkWdQ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vm0tWgkWdQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vm0tWgkWdQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vm0tWgkWdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm0tWgkWdQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm0tWgkWdQ .navbar {
    height: 70px;
  }
  .cid-vm0tWgkWdQ .navbar.opened {
    height: auto;
  }
  .cid-vm0tWgkWdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm0tWgkWdQ .navbar-nav {
  margin: 0 auto;
}
.cid-vm0tWgkWdQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vm0tWgkWdQ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vm0tWgkWdQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vm0tWgkWdQ .nav-item .nav-link:hover,
.cid-vm0tWgkWdQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-vm0tWgkWdQ .nav-item .nav-link:hover::after,
.cid-vm0tWgkWdQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vm0tWgkWdQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vm0tWgkWdQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vm0tWgkWdQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vm0tWgkWdQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vm0tWgkWdQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vm0tWgkWdQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vm0tWgkWdQ .content-wrap {
  min-height: 110px;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/43-2000x1135.jpeg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  text-align: center;
}
.cid-vkJp1xJRPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vkJp1xJRPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJp1xJRPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkJp1xJRPe .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkJp1xJRPe .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkJp1xJRPe .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vkJp1xJRPe .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkJp1xJRPe .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkJp1xJRPe .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkJp1xJRPe .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkJp1xJRPe .items-wrapper {
  margin: 0 -6px;
}
.cid-vkJp1xJRPe .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkJp1xJRPe .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkJp1xJRPe .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: 320px;
  }
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
  display: inline-block;
  margin-bottom: 12px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
    width: 100%;
  }
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkJp1xJRPe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkJp1xJRPe .mbr-label {
  color: #707070;
}
.cid-vkJp1xJRPe .mbr-section-title {
  color: #000000;
}
.cid-vkJp1xJRPe .mbr-section-subtitle {
  color: #707070;
}
.cid-vkJp1xJRPe .item-title {
  color: #ffffff;
}
.cid-vkJp1xJRPe .item-text {
  color: #ffffff;
}
.cid-vkJp1xJRPe .item-title,
.cid-vkJp1xJRPe .mbr-section-btn {
  text-align: right;
}
.cid-vkGAfWtU0U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkGAfWtU0U .content__block {
  padding: 50px 15px;
}
.cid-vkGAfWtU0U .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #199bfc;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vkGAfWtU0U .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vkGAfWtU0U .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vkGAfWtU0U .image {
  perspective: 3500px;
  position: relative;
}
.cid-vkGAfWtU0U .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-vkGAfWtU0U .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkGAfWtU0U .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vkGAfWtU0U .mbr-section-btn .btn-white-outline:hover {
  color: #199bfc !important;
}
@media (max-width: 991px) {
  .cid-vkGAfWtU0U .content__block {
    padding: 30px 15px;
  }
  .cid-vkGAfWtU0U .mbr-figure {
    padding: 0;
  }
  .cid-vkGAfWtU0U .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vkGAfWtU0U .lg-push {
    right: 1%;
  }
  .cid-vkGAfWtU0U .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vkGAfWtU0U .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-vkGAfWtU0U .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vlXypFA983 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlXypFA983 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlXypFA983 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlXypFA983 .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vlXypFA983 .items-wrapper .card {
  padding: 0;
}
.cid-vlXypFA983 .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .content-wrapper {
    padding-right: 0;
  }
}
.cid-vlXypFA983 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vlXypFA983 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlXypFA983 .content-wrap {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vlXypFA983 .mbr-section-title,
.cid-vlXypFA983 .title-wrapper {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .mbr-section-title,
  .cid-vlXypFA983 .title-wrapper {
    text-align: left;
  }
}
.cid-vlXypFA983 .mbr-text,
.cid-vlXypFA983 .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlXypFA983 .mbr-text,
  .cid-vlXypFA983 .text-wrapper {
    text-align: left;
  }
}
.cid-vlXn1Zbcfl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-vlXn1Zbcfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlXn1Zbcfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlXn1Zbcfl .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vlXn1Zbcfl .image-wrapper {
    margin-bottom: 29px;
  }
}
.cid-vlXn1Zbcfl .image-wrapper img {
  width: 360px;
  height: 540px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vlXn1Zbcfl .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vlXn1Zbcfl .text-wrapper .mbr-section-title {
  margin: 0 0 29px 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-vlXn1Zbcfl .text-wrapper .mbr-section-title {
    margin: 0 0 15px 19px;
  }
}
.cid-vlXn1Zbcfl .text-wrapper .list {
  margin: 0;
  padding-left: 4px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-vlXn1Zbcfl .text-wrapper .list {
    padding-left: 19px;
  }
}
.cid-vlXn1Zbcfl .text-wrapper .list li {
  margin: 0;
}
.cid-vlXn1Zbcfl .mbr-section-title {
  color: #ffffff;
}
.cid-vlXn1Zbcfl .list {
  color: #ffffff;
}
.cid-rRIiF0fHgC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rRIiF0fHgC .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRIiF0fHgC .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRIiF0fHgC .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiF0fHgC .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-rRIiF0fHgC .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRIiF0fHgC .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRIiF0fHgC .image {
    max-height: 350px;
  }
  .cid-rRIiF0fHgC .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRIiF0fHgC .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRIiF0fHgC .image {
    width: 100%;
    float: none;
  }
  .cid-rRIiF0fHgC .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-vm0mu9Npwq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0c1e97;
}
.cid-vm0mu9Npwq .content-wrapper {
  position: relative;
}
.cid-vm0mu9Npwq .item:focus,
.cid-vm0mu9Npwq span:focus {
  outline: none;
}
.cid-vm0mu9Npwq .item {
  padding: 10px 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-vm0bN20TAM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vm0bN20TAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm0bN20TAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm0bN20TAM .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vm0bN20TAM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vm0bN20TAM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vm0bN20TAM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 40%);
  }
}
.cid-vm0bN20TAM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vm0bN20TAM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm0bN20TAM .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vm0bN20TAM .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vm0bN20TAM .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vm0bN20TAM .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vm0bN20TAM .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vm0bN20TAM .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vm0bN20TAM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vm0bN20TAM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vm0bN20TAM .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vm0bN20TAM .mbr-section-title {
  color: #000000;
}
.cid-vm0bN20TAM .mbr-text,
.cid-vm0bN20TAM .text-wrapper {
  color: #0c1e97;
  text-align: center;
}
.cid-vm0bN20TAM .list,
.cid-vm0bN20TAM .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm0bN20TAM .mbr-copy {
  color: #0c1e97;
  text-align: center;
}
.cid-vm0bN20TAM .mbr-section-title,
.cid-vm0bN20TAM .title-wrapper,
.cid-vm0bN20TAM .mbr-section-btn,
.cid-vm0bN20TAM .social-wrapper {
  text-align: center;
  color: #96194f;
}
.cid-vm0tWgkWdQ .navbar-dropdown {
  position: relative !important;
}
.cid-vm0tWgkWdQ .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vm0tWgkWdQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vm0tWgkWdQ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vm0tWgkWdQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vm0tWgkWdQ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vm0tWgkWdQ .dropdown-item:hover,
.cid-vm0tWgkWdQ .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .dropdown-item:hover span {
  color: white;
}
.cid-vm0tWgkWdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm0tWgkWdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm0tWgkWdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm0tWgkWdQ .nav-link {
  position: relative;
}
.cid-vm0tWgkWdQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vm0tWgkWdQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vm0tWgkWdQ .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vm0tWgkWdQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vm0tWgkWdQ .dropdown-menu,
.cid-vm0tWgkWdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vm0tWgkWdQ .nav-item:focus,
.cid-vm0tWgkWdQ .nav-link:focus {
  outline: none;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm0tWgkWdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm0tWgkWdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm0tWgkWdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm0tWgkWdQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm0tWgkWdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vm0tWgkWdQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vm0tWgkWdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vm0tWgkWdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm0tWgkWdQ .navbar.collapsed {
  justify-content: center;
}
.cid-vm0tWgkWdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm0tWgkWdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm0tWgkWdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm0tWgkWdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm0tWgkWdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm0tWgkWdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm0tWgkWdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm0tWgkWdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm0tWgkWdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm0tWgkWdQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vm0tWgkWdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm0tWgkWdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vm0tWgkWdQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vm0tWgkWdQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vm0tWgkWdQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption:hover,
.cid-vm0tWgkWdQ .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm0tWgkWdQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vm0tWgkWdQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm0tWgkWdQ .dropdown-item.active,
.cid-vm0tWgkWdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vm0tWgkWdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm0tWgkWdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vm0tWgkWdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vm0tWgkWdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm0tWgkWdQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vm0tWgkWdQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vm0tWgkWdQ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vm0tWgkWdQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vm0tWgkWdQ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vm0tWgkWdQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vm0tWgkWdQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm0tWgkWdQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm0tWgkWdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm0tWgkWdQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vm0tWgkWdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm0tWgkWdQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm0tWgkWdQ .navbar {
    height: 70px;
  }
  .cid-vm0tWgkWdQ .navbar.opened {
    height: auto;
  }
  .cid-vm0tWgkWdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm0tWgkWdQ .navbar-nav {
  margin: 0 auto;
}
.cid-vm0tWgkWdQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vm0tWgkWdQ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vm0tWgkWdQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vm0tWgkWdQ .nav-item .nav-link:hover,
.cid-vm0tWgkWdQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-vm0tWgkWdQ .nav-item .nav-link:hover::after,
.cid-vm0tWgkWdQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vm0tWgkWdQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vm0tWgkWdQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vm0tWgkWdQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vm0tWgkWdQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vm0tWgkWdQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vm0tWgkWdQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vm0tWgkWdQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vm0tWgkWdQ .content-wrap {
  min-height: 110px;
}
.cid-voaEM7By1J {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-voaEM7By1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-voaEM7By1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voaEM7By1J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voaEM7By1J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voaEM7By1J .embla__slide .slide-content {
  width: 100%;
}
.cid-voaEM7By1J .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voaEM7By1J .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voaEM7By1J .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voaEM7By1J .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voaEM7By1J .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voaEM7By1J .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voaEM7By1J .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voaEM7By1J .embla__button--next,
.cid-voaEM7By1J .embla__button--prev {
  display: flex;
}
.cid-voaEM7By1J .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voaEM7By1J .embla__button {
    bottom: 0;
  }
}
.cid-voaEM7By1J .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voaEM7By1J .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voaEM7By1J .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voaEM7By1J .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voaEM7By1J .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voaEM7By1J .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voaEM7By1J .embla__viewport {
    padding: 0;
  }
}
.cid-voaEM7By1J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voaEM7By1J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voaEM7By1J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voaEM7By1J .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voaEM7By1J .mbr-section-title {
  text-align: justify;
}
.cid-voaIcC2q0V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-voaIcC2q0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-voaIcC2q0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voaIcC2q0V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voaIcC2q0V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voaIcC2q0V .embla__slide .slide-content {
  width: 100%;
}
.cid-voaIcC2q0V .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voaIcC2q0V .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voaIcC2q0V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voaIcC2q0V .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voaIcC2q0V .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voaIcC2q0V .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voaIcC2q0V .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voaIcC2q0V .embla__button--next,
.cid-voaIcC2q0V .embla__button--prev {
  display: flex;
}
.cid-voaIcC2q0V .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voaIcC2q0V .embla__button {
    bottom: 0;
  }
}
.cid-voaIcC2q0V .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voaIcC2q0V .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voaIcC2q0V .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voaIcC2q0V .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voaIcC2q0V .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voaIcC2q0V .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voaIcC2q0V .embla__viewport {
    padding: 0;
  }
}
.cid-voaIcC2q0V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voaIcC2q0V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voaIcC2q0V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voaIcC2q0V .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voaIcC2q0V .mbr-section-title {
  text-align: justify;
}
.cid-voMj1PpDTj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-voMj1PpDTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voMj1PpDTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voMj1PpDTj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voMj1PpDTj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voMj1PpDTj .embla__slide .slide-content {
  width: 100%;
}
.cid-voMj1PpDTj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voMj1PpDTj .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voMj1PpDTj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voMj1PpDTj .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voMj1PpDTj .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voMj1PpDTj .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voMj1PpDTj .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voMj1PpDTj .embla__button--next,
.cid-voMj1PpDTj .embla__button--prev {
  display: flex;
}
.cid-voMj1PpDTj .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voMj1PpDTj .embla__button {
    bottom: 0;
  }
}
.cid-voMj1PpDTj .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voMj1PpDTj .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voMj1PpDTj .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voMj1PpDTj .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voMj1PpDTj .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voMj1PpDTj .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voMj1PpDTj .embla__viewport {
    padding: 0;
  }
}
.cid-voMj1PpDTj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voMj1PpDTj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voMj1PpDTj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voMj1PpDTj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voMj1PpDTj .mbr-section-title {
  text-align: justify;
}
.cid-voB1w6oXhM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-voB1w6oXhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-voB1w6oXhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voB1w6oXhM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voB1w6oXhM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voB1w6oXhM .embla__slide .slide-content {
  width: 100%;
}
.cid-voB1w6oXhM .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voB1w6oXhM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voB1w6oXhM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voB1w6oXhM .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voB1w6oXhM .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voB1w6oXhM .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voB1w6oXhM .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voB1w6oXhM .embla__button--next,
.cid-voB1w6oXhM .embla__button--prev {
  display: flex;
}
.cid-voB1w6oXhM .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voB1w6oXhM .embla__button {
    bottom: 0;
  }
}
.cid-voB1w6oXhM .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voB1w6oXhM .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voB1w6oXhM .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voB1w6oXhM .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voB1w6oXhM .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voB1w6oXhM .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voB1w6oXhM .embla__viewport {
    padding: 0;
  }
}
.cid-voB1w6oXhM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voB1w6oXhM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voB1w6oXhM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voB1w6oXhM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voB1w6oXhM .mbr-section-title {
  text-align: justify;
}
.cid-voB27WIH7D {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-voB27WIH7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-voB27WIH7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voB27WIH7D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voB27WIH7D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voB27WIH7D .embla__slide .slide-content {
  width: 100%;
}
.cid-voB27WIH7D .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voB27WIH7D .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voB27WIH7D .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voB27WIH7D .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voB27WIH7D .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voB27WIH7D .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voB27WIH7D .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voB27WIH7D .embla__button--next,
.cid-voB27WIH7D .embla__button--prev {
  display: flex;
}
.cid-voB27WIH7D .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voB27WIH7D .embla__button {
    bottom: 0;
  }
}
.cid-voB27WIH7D .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voB27WIH7D .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voB27WIH7D .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voB27WIH7D .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voB27WIH7D .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voB27WIH7D .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voB27WIH7D .embla__viewport {
    padding: 0;
  }
}
.cid-voB27WIH7D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voB27WIH7D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voB27WIH7D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voB27WIH7D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voB27WIH7D .mbr-section-title {
  text-align: justify;
}
.cid-voB2IyXzA3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ebeaed;
}
.cid-voB2IyXzA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voB2IyXzA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voB2IyXzA3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 285px;
  max-width: 285px;
}
@media (max-width: 768px) {
  .cid-voB2IyXzA3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voB2IyXzA3 .embla__slide .slide-content {
  width: 100%;
}
.cid-voB2IyXzA3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-voB2IyXzA3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voB2IyXzA3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-voB2IyXzA3 .embla__slide:nth-child(2n) {
  min-width: 454px;
  max-width: 454px;
}
@media (max-width: 768px) {
  .cid-voB2IyXzA3 .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-voB2IyXzA3 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
@media (max-width: 992px) {
  .cid-voB2IyXzA3 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-voB2IyXzA3 .embla__button--next,
.cid-voB2IyXzA3 .embla__button--prev {
  display: flex;
}
.cid-voB2IyXzA3 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #199bfc !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-voB2IyXzA3 .embla__button {
    bottom: 0;
  }
}
.cid-voB2IyXzA3 .embla__button:hover {
  background-color: #f3350c !important;
  color: #ffffff !important;
}
.cid-voB2IyXzA3 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #199bfc !important;
  color: #ffffff !important;
}
.cid-voB2IyXzA3 .embla__button.embla__button--prev {
  margin-left: -42px;
}
.cid-voB2IyXzA3 .embla__button.embla__button--next {
  margin-right: -42px;
}
.cid-voB2IyXzA3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-voB2IyXzA3 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-voB2IyXzA3 .embla__viewport {
    padding: 0;
  }
}
.cid-voB2IyXzA3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voB2IyXzA3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voB2IyXzA3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-voB2IyXzA3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voB2IyXzA3 .mbr-section-title {
  text-align: justify;
}
.cid-vm0qBN7jC4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0c1e97;
}
.cid-vm0qBN7jC4 .content-wrapper {
  position: relative;
}
.cid-vm0qBN7jC4 .item:focus,
.cid-vm0qBN7jC4 span:focus {
  outline: none;
}
.cid-vm0qBN7jC4 .item {
  padding: 10px 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-vm0qBNwQGI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vm0qBNwQGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm0qBNwQGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm0qBNwQGI .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vm0qBNwQGI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vm0qBNwQGI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vm0qBNwQGI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 40%);
  }
}
.cid-vm0qBNwQGI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vm0qBNwQGI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm0qBNwQGI .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vm0qBNwQGI .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vm0qBNwQGI .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vm0qBNwQGI .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vm0qBNwQGI .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vm0qBNwQGI .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vm0qBNwQGI .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vm0qBNwQGI .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vm0qBNwQGI .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vm0qBNwQGI .mbr-section-title {
  color: #000000;
}
.cid-vm0qBNwQGI .mbr-text,
.cid-vm0qBNwQGI .text-wrapper {
  color: #0c1e97;
  text-align: center;
}
.cid-vm0qBNwQGI .list,
.cid-vm0qBNwQGI .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm0qBNwQGI .mbr-copy {
  color: #0c1e97;
  text-align: center;
}
.cid-vm0qBNwQGI .mbr-section-title,
.cid-vm0qBNwQGI .title-wrapper,
.cid-vm0qBNwQGI .mbr-section-btn,
.cid-vm0qBNwQGI .social-wrapper {
  text-align: center;
  color: #96194f;
}
.cid-vm2WwQPEig .navbar-dropdown {
  position: relative !important;
}
.cid-vm2WwQPEig .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vm2WwQPEig .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vm2WwQPEig .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vm2WwQPEig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm2WwQPEig .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vm2WwQPEig .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vm2WwQPEig .dropdown-item:hover,
.cid-vm2WwQPEig .dropdown-item:focus {
  background: #ffffff !important;
  color: #a11a20 !important;
}
.cid-vm2WwQPEig .dropdown-item:hover span {
  color: white;
}
.cid-vm2WwQPEig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm2WwQPEig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm2WwQPEig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm2WwQPEig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm2WwQPEig .nav-link {
  position: relative;
}
.cid-vm2WwQPEig .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vm2WwQPEig .container {
    flex-wrap: nowrap;
  }
}
.cid-vm2WwQPEig .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vm2WwQPEig .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vm2WwQPEig .dropdown-menu,
.cid-vm2WwQPEig .navbar.opened {
  background: #ffffff !important;
}
.cid-vm2WwQPEig .nav-item:focus,
.cid-vm2WwQPEig .nav-link:focus {
  outline: none;
}
.cid-vm2WwQPEig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm2WwQPEig .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vm2WwQPEig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm2WwQPEig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm2WwQPEig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm2WwQPEig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm2WwQPEig .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm2WwQPEig .navbar.opened {
  transition: all 0.3s;
}
.cid-vm2WwQPEig .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vm2WwQPEig .navbar .navbar-logo img {
  width: auto;
}
.cid-vm2WwQPEig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm2WwQPEig .navbar.collapsed {
  justify-content: center;
}
.cid-vm2WwQPEig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm2WwQPEig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm2WwQPEig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-vm2WwQPEig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm2WwQPEig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm2WwQPEig .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm2WwQPEig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm2WwQPEig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm2WwQPEig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm2WwQPEig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm2WwQPEig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm2WwQPEig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm2WwQPEig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm2WwQPEig .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm2WwQPEig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm2WwQPEig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm2WwQPEig .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vm2WwQPEig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vm2WwQPEig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm2WwQPEig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vm2WwQPEig .navbar.navbar-short {
  min-height: 96px;
}
.cid-vm2WwQPEig .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vm2WwQPEig .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vm2WwQPEig .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vm2WwQPEig .navbar-brand .navbar-caption:hover,
.cid-vm2WwQPEig .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm2WwQPEig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm2WwQPEig .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vm2WwQPEig .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-vm2WwQPEig .dropdown-item.active,
.cid-vm2WwQPEig .dropdown-item:active {
  background-color: transparent;
}
.cid-vm2WwQPEig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm2WwQPEig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm2WwQPEig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm2WwQPEig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vm2WwQPEig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vm2WwQPEig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vm2WwQPEig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm2WwQPEig ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vm2WwQPEig ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vm2WwQPEig .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vm2WwQPEig .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-vm2WwQPEig .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vm2WwQPEig .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vm2WwQPEig button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vm2WwQPEig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-vm2WwQPEig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vm2WwQPEig button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm2WwQPEig button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vm2WwQPEig button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vm2WwQPEig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm2WwQPEig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm2WwQPEig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm2WwQPEig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm2WwQPEig .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vm2WwQPEig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm2WwQPEig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm2WwQPEig .navbar {
    height: 70px;
  }
  .cid-vm2WwQPEig .navbar.opened {
    height: auto;
  }
  .cid-vm2WwQPEig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm2WwQPEig .navbar-nav {
  margin: 0 auto;
}
.cid-vm2WwQPEig .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vm2WwQPEig .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vm2WwQPEig .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vm2WwQPEig .nav-item .nav-link:hover,
.cid-vm2WwQPEig .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-vm2WwQPEig .nav-item .nav-link:hover::after,
.cid-vm2WwQPEig .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vm2WwQPEig .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vm2WwQPEig .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vm2WwQPEig .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vm2WwQPEig .navbar {
    justify-content: flex-start !important;
  }
  .cid-vm2WwQPEig .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vm2WwQPEig .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vm2WwQPEig .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vm2WwQPEig .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vm2WwQPEig .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vm2WwQPEig .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vm2WwQPEig .content-wrap {
  min-height: 110px;
}
.cid-vnda9nMoFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnda9nMoFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnda9nMoFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnda9nMoFh .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vnda9nMoFh .items-wrapper .card {
  padding: 0;
}
.cid-vnda9nMoFh .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrapper {
    padding-right: 0;
  }
}
.cid-vnda9nMoFh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vnda9nMoFh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnda9nMoFh .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #c0c0c0;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vnda9nMoFh .mbr-section-title,
.cid-vnda9nMoFh .title-wrapper {
  color: #333336;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .mbr-section-title,
  .cid-vnda9nMoFh .title-wrapper {
    text-align: left;
  }
}
.cid-vnda9nMoFh .mbr-text,
.cid-vnda9nMoFh .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnda9nMoFh .mbr-text,
  .cid-vnda9nMoFh .text-wrapper {
    text-align: left;
  }
}
.cid-vmzefgk7T6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-vmzefgk7T6 .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-vmzefgk7T6 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-vmzefgk7T6 .mbr-section-title {
  color: #45494E;
}
.cid-vmzefgk7T6 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vmzefgk7T6 .form-container {
  display: flex;
  width: 100%;
}
.cid-vmzefgk7T6 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vmzefgk7T6 form {
  width: 100%;
}
.cid-vmzefgk7T6 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vmzefgk7T6 form h5 {
  margin: 40px 0 20px;
}
.cid-vmzefgk7T6 form p {
  color: #45494E;
}
.cid-vmzefgk7T6 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vmzefgk7T6 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vmzefgk7T6 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vmzefgk7T6 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-vmzefgk7T6 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form select {
  color: #A2A4A7 !important;
}
.cid-vmzefgk7T6 form textarea {
  height: 250px !important;
}
.cid-vmzefgk7T6 form input:active,
.cid-vmzefgk7T6 form textarea:active,
.cid-vmzefgk7T6 form input:focus,
.cid-vmzefgk7T6 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vmzefgk7T6 form input:active::-webkit-input-placeholder,
.cid-vmzefgk7T6 form textarea:active::-webkit-input-placeholder,
.cid-vmzefgk7T6 form input:focus::-webkit-input-placeholder,
.cid-vmzefgk7T6 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form input:active::-moz-placeholder,
.cid-vmzefgk7T6 form textarea:active::-moz-placeholder,
.cid-vmzefgk7T6 form input:focus::-moz-placeholder,
.cid-vmzefgk7T6 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form input:active:-moz-placeholder,
.cid-vmzefgk7T6 form textarea:active:-moz-placeholder,
.cid-vmzefgk7T6 form input:focus:-moz-placeholder,
.cid-vmzefgk7T6 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form input:active:-ms-input-placeholder,
.cid-vmzefgk7T6 form textarea:active:-ms-input-placeholder,
.cid-vmzefgk7T6 form input:focus:-ms-input-placeholder,
.cid-vmzefgk7T6 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vmzefgk7T6 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vmzefgk7T6 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vmzefgk7T6 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vmzefgk7T6 form .form-control-label {
  width: 100%;
}
.cid-vmzefgk7T6 form .form-check-label {
  margin-bottom: 10px;
}
.cid-vmzefgk7T6 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vmzefgk7T6 form .form-check-input:focus,
.cid-vmzefgk7T6 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vmzefgk7T6 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vm2WwSwTXH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #0c1e97;
}
.cid-vm2WwSwTXH .content-wrapper {
  position: relative;
}
.cid-vm2WwSwTXH .item:focus,
.cid-vm2WwSwTXH span:focus {
  outline: none;
}
.cid-vm2WwSwTXH .item {
  padding: 10px 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-vm2WwSSUsS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vm2WwSSUsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm2WwSSUsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vm2WwSSUsS .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vm2WwSSUsS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-vm2WwSSUsS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vm2WwSSUsS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #0c1e97 40%);
  }
}
.cid-vm2WwSSUsS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vm2WwSSUsS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm2WwSSUsS .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-vm2WwSSUsS .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vm2WwSSUsS .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-vm2WwSSUsS .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vm2WwSSUsS .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vm2WwSSUsS .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-vm2WwSSUsS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vm2WwSSUsS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-vm2WwSSUsS .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vm2WwSSUsS .mbr-section-title {
  color: #000000;
}
.cid-vm2WwSSUsS .mbr-text,
.cid-vm2WwSSUsS .text-wrapper {
  color: #0c1e97;
  text-align: center;
}
.cid-vm2WwSSUsS .list,
.cid-vm2WwSSUsS .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vm2WwSSUsS .mbr-copy {
  color: #0c1e97;
  text-align: center;
}
.cid-vm2WwSSUsS .mbr-section-title,
.cid-vm2WwSSUsS .title-wrapper,
.cid-vm2WwSSUsS .mbr-section-btn,
.cid-vm2WwSSUsS .social-wrapper {
  text-align: center;
  color: #96194f;
}
