.btn {
  border-width: 2px;
}
body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f4d65 !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #2299aa !important;
}
.bg-warning {
  background-color: #0c059b !important;
}
.bg-danger {
  background-color: #1f4d65 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f4d65 !important;
  border-color: #1f4d65 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #132f3e !important;
  border-color: #132f3e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #132f3e !important;
  border-color: #132f3e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0174b0 !important;
  border-color: #0174b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19737f !important;
  border-color: #19737f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19737f !important;
  border-color: #19737f !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c059b !important;
  border-color: #0c059b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #08036a !important;
  border-color: #08036a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #08036a !important;
  border-color: #08036a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1f4d65 !important;
  border-color: #1f4d65 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #132f3e !important;
  border-color: #132f3e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #132f3e !important;
  border-color: #132f3e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1f4d65;
  color: #1f4d65;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b1a23 !important;
  background-color: transparent!important;
  border-color: #0b1a23 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f4d65 !important;
  border-color: #1f4d65 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0196e3;
  color: #0196e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #015d8d !important;
  background-color: transparent!important;
  border-color: #015d8d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0196e3 !important;
  border-color: #0196e3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2299aa;
  color: #2299aa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: #145862 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #35b8fc;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: #038fd7 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c059b;
  color: #0c059b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #050247 !important;
  background-color: transparent!important;
  border-color: #050247 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c059b !important;
  border-color: #0c059b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1f4d65;
  color: #1f4d65;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b1a23 !important;
  background-color: transparent!important;
  border-color: #0b1a23 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1f4d65 !important;
  border-color: #1f4d65 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1f4d65 !important;
}
.text-secondary {
  color: #0196e3 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #2299aa !important;
}
.text-warning {
  color: #0c059b !important;
}
.text-danger {
  color: #1f4d65 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #071117 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01537d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #114c55 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #040238 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #071117 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #1f4d65;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2299aa;
}
.alert-warning {
  background-color: #0c059b;
}
.alert-danger {
  background-color: #1f4d65;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f4d65;
  border-color: #1f4d65;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1f4d65;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3f97c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3127f8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3f97c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1f4d65 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1f4d65;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f4d65;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f4d65;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f4d65;
  border-bottom-color: #1f4d65;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1f4d65 !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: #0196e3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231f4d65' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vkWyB4i2VW {
  z-index: 1000;
  width: 100%;
}
.cid-vkWyB4i2VW nav.navbar {
  position: fixed;
}
.cid-vkWyB4i2VW .container,
.cid-vkWyB4i2VW .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vkWyB4i2VW .container,
  .cid-vkWyB4i2VW .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vkWyB4i2VW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkWyB4i2VW .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vkWyB4i2VW .dropdown-item:hover,
.cid-vkWyB4i2VW .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vkWyB4i2VW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkWyB4i2VW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkWyB4i2VW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkWyB4i2VW .nav-link {
  position: relative;
}
.cid-vkWyB4i2VW .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vkWyB4i2VW .nav-link:hover:before {
  opacity: 1;
}
.cid-vkWyB4i2VW .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vkWyB4i2VW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkWyB4i2VW .container {
  display: flex;
  margin: auto;
}
.cid-vkWyB4i2VW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vkWyB4i2VW .nav-item:focus,
.cid-vkWyB4i2VW .nav-link:focus {
  outline: none;
}
.cid-vkWyB4i2VW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkWyB4i2VW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkWyB4i2VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkWyB4i2VW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkWyB4i2VW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkWyB4i2VW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkWyB4i2VW .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vkWyB4i2VW .navbar.opened {
  transition: all 0.3s;
}
.cid-vkWyB4i2VW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkWyB4i2VW .navbar .navbar-logo img {
  width: auto;
}
.cid-vkWyB4i2VW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkWyB4i2VW .navbar.collapsed {
  justify-content: center;
}
.cid-vkWyB4i2VW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkWyB4i2VW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkWyB4i2VW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vkWyB4i2VW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkWyB4i2VW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkWyB4i2VW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkWyB4i2VW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkWyB4i2VW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkWyB4i2VW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkWyB4i2VW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkWyB4i2VW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkWyB4i2VW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkWyB4i2VW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkWyB4i2VW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkWyB4i2VW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkWyB4i2VW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkWyB4i2VW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkWyB4i2VW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vkWyB4i2VW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkWyB4i2VW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkWyB4i2VW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vkWyB4i2VW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vkWyB4i2VW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vkWyB4i2VW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkWyB4i2VW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkWyB4i2VW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkWyB4i2VW .dropdown-item.active,
.cid-vkWyB4i2VW .dropdown-item:active {
  background-color: transparent;
}
.cid-vkWyB4i2VW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkWyB4i2VW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkWyB4i2VW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkWyB4i2VW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vkWyB4i2VW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vkWyB4i2VW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkWyB4i2VW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkWyB4i2VW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vkWyB4i2VW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vkWyB4i2VW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vkWyB4i2VW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkWyB4i2VW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkWyB4i2VW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkWyB4i2VW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkWyB4i2VW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkWyB4i2VW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkWyB4i2VW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkWyB4i2VW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkWyB4i2VW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vkWyB4i2VW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkWyB4i2VW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkWyB4i2VW .navbar {
    height: 70px;
  }
  .cid-vkWyB4i2VW .navbar.opened {
    height: auto;
  }
  .cid-vkWyB4i2VW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vkWyB4i2VW .icons-menu {
    padding-right: 0;
  }
  .cid-vkWyB4i2VW .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vkWvQWYyDl {
  align-items: flex-start;
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-vkWvQWYyDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkWvQWYyDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkWvQWYyDl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkWvQWYyDl .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vkWvQWYyDl .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vkWvQWYyDl .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 15px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vkWvQWYyDl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkWvQWYyDl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkWvQWYyDl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkWvQWYyDl .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkWvQWYyDl .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vkWvQWYyDl .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vkWvQWYyDl .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vkWvQWYyDl .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vkWvQWYyDl .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vkWvQWYyDl .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vkWvQWYyDl .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vkWvQWYyDl .mbr-section-title {
  color: #ffffff;
}
.cid-vkWvQWYyDl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vkWvQWYyDl .mbr-label {
  color: #ffffff;
}
.cid-vkWvQWYyDl .mbr-text {
  color: #ffffff;
}
.cid-vkWvQWYyDl .mbr-section-subtitle,
.cid-vkWvQWYyDl .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkWvQWYyDl .mbr-section-subtitle,
  .cid-vkWvQWYyDl .mbr-section-btn {
    text-align: left;
  }
}
.cid-vkWvQWYyDl .mbr-label,
.cid-vkWvQWYyDl .label-wrapper {
  text-align: center;
}
.cid-svGLkEVmLN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-svGLkEVmLN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-svGLkEVmLN .row {
    flex-direction: column-reverse;
  }
  .cid-svGLkEVmLN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-svGLkEVmLN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-svGLkEVmLN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-svGLkEVmLN .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-svGLkEVmLN .card-title {
  color: #0c059b;
}
.cid-svGLkEVmLN .mbr-text,
.cid-svGLkEVmLN .mbr-section-btn {
  color: #6c758f;
  text-align: justify;
}
.cid-vluKWzqivG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vluKWzqivG .mbr-text {
  max-width: 550px;
}
.cid-vluKWzqivG .row {
  align-items: center;
}
.cid-vluKWzqivG .mbr-section-subtitle {
  line-height: 1.6;
  color: #bbbbbb;
}
.cid-vluKWzqivG .mbr-text,
.cid-vluKWzqivG .mbr-section-btn {
  color: #000000;
}
.cid-vluKWzqivG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vluKWzqivG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-vluKWzqivG .social-list .mbr-iconfont-social:hover {
  color: #1f4d65;
  transform: translateY(-3px);
}
.cid-vluKWzqivG .social-list .soc-item {
  margin: 0 1rem;
}
.cid-vluKWzqivG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-vluKWzqivG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vluKWzqivG .mbr-text-title {
  color: #36187d;
}
.cid-vluKWzqivG .mbr-section-title {
  color: #0c059b;
}
.cid-vlYlTAXh1Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-vlYlTAXh1Y img,
.cid-vlYlTAXh1Y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlYlTAXh1Y .item:focus,
.cid-vlYlTAXh1Y span:focus {
  outline: none;
}
.cid-vlYlTAXh1Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlYlTAXh1Y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vlYlTAXh1Y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vlYlTAXh1Y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vlYlTAXh1Y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vlYlTAXh1Y .item-content {
    padding: 1rem 0;
  }
}
.cid-vlYlTAXh1Y .mbr-section-title {
  color: #0c059b;
}
.cid-vlYlTAXh1Y .item-title {
  color: #0c059b;
}
.cid-vlYlTAXh1Y .item-subtitle {
  color: #bec2cf;
}
.cid-vlYlTAXh1Y .mbr-text,
.cid-vlYlTAXh1Y .mbr-section-btn {
  color: #000000;
}
.cid-vlYlTAXh1Y .mbr-link {
  color: #0196e3;
}
.cid-vljk31NQzj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f4d65;
}
.cid-vljk31NQzj .team-card {
  overflow: hidden;
}
.cid-vljk31NQzj .team-card:hover img {
  transform: scale(1.2);
}
.cid-vljk31NQzj .block-price {
  margin-top: 2rem;
}
.cid-vljk31NQzj .text-price {
  display: inline-block;
  padding-right: 0rem;
}
.cid-vljk31NQzj .text-date {
  display: inline-block;
}
.cid-vljk31NQzj .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #bbbbbb;
}
.cid-vljk31NQzj .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-vljk31NQzj .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-vljk31NQzj .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-vljk31NQzj .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-vljk31NQzj .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vljk31NQzj img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-vljk31NQzj .main-heading {
  margin-bottom: 2.2rem;
}
.cid-vljk31NQzj .btn {
  margin-top: 3rem;
}
.cid-vljk31NQzj .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-vljk31NQzj .card-wrap {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vljk31NQzj .card-wrap {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vljk31NQzj .card-wrap {
    padding: 5rem 1rem;
  }
}
.cid-vljk31NQzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vljk31NQzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vljk31NQzj .card-text {
  text-align: left;
}
.cid-vliJ5T7Fnm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vliJ5T7Fnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vliJ5T7Fnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vliJ5T7Fnm .row {
  justify-content: center;
}
.cid-vliJ5T7Fnm .row .card {
  justify-content: space-between;
}
.cid-vliJ5T7Fnm .content-wrapper {
  margin-bottom: 20px;
}
.cid-vliJ5T7Fnm .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vliJ5T7Fnm .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vliJ5T7Fnm .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vliJ5T7Fnm .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vliJ5T7Fnm .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vliJ5T7Fnm .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vliJ5T7Fnm .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vliJ5T7Fnm .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vliJ5T7Fnm .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vliJ5T7Fnm .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vliJ5T7Fnm .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vliJ5T7Fnm .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vliJ5T7Fnm .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vliJ5T7Fnm .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vliJ5T7Fnm .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vliJ5T7Fnm .mbr-section-title {
  color: #093388;
}
.cid-vliJ5T7Fnm .mbr-list-title {
  color: #ffffff;
}
.cid-vliJ5T7Fnm .list {
  color: #58595b;
}
.cid-vliJ5T7Fnm .list,
.cid-vliJ5T7Fnm .item-wrap,
.cid-vliJ5T7Fnm .list-wrapper {
  color: #bbbbbb;
}
.cid-vliJ5T7Fnm .mbr-section-title,
.cid-vliJ5T7Fnm .mbr-section-btn,
.cid-vliJ5T7Fnm .content-wrapper {
  color: #ffffff;
}
.cid-vliWpbmXiM {
  z-index: 1000;
  width: 100%;
}
.cid-vliWpbmXiM nav.navbar {
  position: fixed;
}
.cid-vliWpbmXiM .container,
.cid-vliWpbmXiM .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vliWpbmXiM .container,
  .cid-vliWpbmXiM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vliWpbmXiM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vliWpbmXiM .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vliWpbmXiM .dropdown-item:hover,
.cid-vliWpbmXiM .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vliWpbmXiM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vliWpbmXiM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vliWpbmXiM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vliWpbmXiM .nav-link {
  position: relative;
}
.cid-vliWpbmXiM .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vliWpbmXiM .nav-link:hover:before {
  opacity: 1;
}
.cid-vliWpbmXiM .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vliWpbmXiM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vliWpbmXiM .container {
  display: flex;
  margin: auto;
}
.cid-vliWpbmXiM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vliWpbmXiM .nav-item:focus,
.cid-vliWpbmXiM .nav-link:focus {
  outline: none;
}
.cid-vliWpbmXiM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vliWpbmXiM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vliWpbmXiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vliWpbmXiM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vliWpbmXiM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vliWpbmXiM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vliWpbmXiM .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vliWpbmXiM .navbar.opened {
  transition: all 0.3s;
}
.cid-vliWpbmXiM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vliWpbmXiM .navbar .navbar-logo img {
  width: auto;
}
.cid-vliWpbmXiM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vliWpbmXiM .navbar.collapsed {
  justify-content: center;
}
.cid-vliWpbmXiM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vliWpbmXiM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vliWpbmXiM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vliWpbmXiM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vliWpbmXiM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vliWpbmXiM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vliWpbmXiM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vliWpbmXiM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vliWpbmXiM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vliWpbmXiM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vliWpbmXiM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vliWpbmXiM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vliWpbmXiM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vliWpbmXiM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vliWpbmXiM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vliWpbmXiM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vliWpbmXiM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vliWpbmXiM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vliWpbmXiM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vliWpbmXiM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vliWpbmXiM .navbar.navbar-short {
  min-height: 60px;
}
.cid-vliWpbmXiM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vliWpbmXiM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vliWpbmXiM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vliWpbmXiM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vliWpbmXiM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vliWpbmXiM .dropdown-item.active,
.cid-vliWpbmXiM .dropdown-item:active {
  background-color: transparent;
}
.cid-vliWpbmXiM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vliWpbmXiM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vliWpbmXiM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vliWpbmXiM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vliWpbmXiM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vliWpbmXiM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vliWpbmXiM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vliWpbmXiM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vliWpbmXiM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vliWpbmXiM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vliWpbmXiM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vliWpbmXiM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vliWpbmXiM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vliWpbmXiM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vliWpbmXiM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vliWpbmXiM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vliWpbmXiM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vliWpbmXiM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vliWpbmXiM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vliWpbmXiM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vliWpbmXiM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vliWpbmXiM .navbar {
    height: 70px;
  }
  .cid-vliWpbmXiM .navbar.opened {
    height: auto;
  }
  .cid-vliWpbmXiM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vliWpbmXiM .icons-menu {
    padding-right: 0;
  }
  .cid-vliWpbmXiM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vliWpcSVT7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1371.webp");
}
.cid-vliWpcSVT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vliWpcSVT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vliWpcSVT7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vliWpcSVT7 .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vliWpcSVT7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vliWpcSVT7 .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vliWpcSVT7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vliWpcSVT7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vliWpcSVT7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vliWpcSVT7 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vliWpcSVT7 .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vliWpcSVT7 .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vliWpcSVT7 .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vliWpcSVT7 .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vliWpcSVT7 .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vliWpcSVT7 .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vliWpcSVT7 .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vliWpcSVT7 .mbr-section-title {
  color: #ffffff;
}
.cid-vliWpcSVT7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vliWpcSVT7 .mbr-label {
  color: #ffffff;
}
.cid-vliWpcSVT7 .mbr-text {
  color: #ffffff;
}
.cid-vliWpcSVT7 .mbr-section-subtitle,
.cid-vliWpcSVT7 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vliWpcSVT7 .mbr-section-subtitle,
  .cid-vliWpcSVT7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vliWpcSVT7 .mbr-label,
.cid-vliWpcSVT7 .label-wrapper {
  text-align: center;
}
.cid-vlpC8bNGL9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-vlpC8bNGL9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlpC8bNGL9 .row {
    flex-direction: column-reverse;
  }
  .cid-vlpC8bNGL9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vlpC8bNGL9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlpC8bNGL9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vlpC8bNGL9 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vlpC8bNGL9 .card-title {
  color: #0c059b;
}
.cid-vlpC8bNGL9 .mbr-text,
.cid-vlpC8bNGL9 .mbr-section-btn {
  color: #6c758f;
}
.cid-vlvFsonrLV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-vlvFsonrLV img,
.cid-vlvFsonrLV .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlvFsonrLV .item:focus,
.cid-vlvFsonrLV span:focus {
  outline: none;
}
.cid-vlvFsonrLV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vlvFsonrLV .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vlvFsonrLV .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vlvFsonrLV .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vlvFsonrLV .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vlvFsonrLV .item-content {
    padding: 1rem 0;
  }
}
.cid-vlvFsonrLV .mbr-section-title {
  color: #36187d;
}
.cid-vlvFsonrLV .item-title {
  color: #0c059b;
}
.cid-vlvFsonrLV .item-subtitle {
  color: #bec2cf;
}
.cid-vlvFsonrLV .mbr-text,
.cid-vlvFsonrLV .mbr-section-btn {
  color: #000000;
}
.cid-vlvFsonrLV .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-vlvNlHswuw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-vlvNlHswuw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlvNlHswuw .row {
    flex-direction: column-reverse;
  }
  .cid-vlvNlHswuw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vlvNlHswuw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlvNlHswuw .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vlvNlHswuw .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vlvNlHswuw .card-title {
  color: #0c059b;
}
.cid-vlvNlHswuw .mbr-text,
.cid-vlvNlHswuw .mbr-section-btn {
  color: #000000;
}
.cid-vlvNlHswuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlvNlHswuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vliWpfx3ab {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vliWpfx3ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-vliWpfx3ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vliWpfx3ab .row {
  justify-content: center;
}
.cid-vliWpfx3ab .row .card {
  justify-content: space-between;
}
.cid-vliWpfx3ab .content-wrapper {
  margin-bottom: 20px;
}
.cid-vliWpfx3ab .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vliWpfx3ab .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vliWpfx3ab .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vliWpfx3ab .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vliWpfx3ab .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vliWpfx3ab .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vliWpfx3ab .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vliWpfx3ab .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vliWpfx3ab .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vliWpfx3ab .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vliWpfx3ab .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vliWpfx3ab .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vliWpfx3ab .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vliWpfx3ab .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vliWpfx3ab .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vliWpfx3ab .mbr-section-title {
  color: #093388;
}
.cid-vliWpfx3ab .mbr-list-title {
  color: #ffffff;
}
.cid-vliWpfx3ab .list {
  color: #58595b;
}
.cid-vliWpfx3ab .list,
.cid-vliWpfx3ab .item-wrap,
.cid-vliWpfx3ab .list-wrapper {
  color: #bbbbbb;
}
.cid-vliWpfx3ab .mbr-section-title,
.cid-vliWpfx3ab .mbr-section-btn,
.cid-vliWpfx3ab .content-wrapper {
  color: #ffffff;
}
.cid-vlpJI9kJQZ {
  z-index: 1000;
  width: 100%;
}
.cid-vlpJI9kJQZ nav.navbar {
  position: fixed;
}
.cid-vlpJI9kJQZ .container,
.cid-vlpJI9kJQZ .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vlpJI9kJQZ .container,
  .cid-vlpJI9kJQZ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vlpJI9kJQZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlpJI9kJQZ .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vlpJI9kJQZ .dropdown-item:hover,
.cid-vlpJI9kJQZ .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vlpJI9kJQZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlpJI9kJQZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlpJI9kJQZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlpJI9kJQZ .nav-link {
  position: relative;
}
.cid-vlpJI9kJQZ .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vlpJI9kJQZ .nav-link:hover:before {
  opacity: 1;
}
.cid-vlpJI9kJQZ .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vlpJI9kJQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlpJI9kJQZ .container {
  display: flex;
  margin: auto;
}
.cid-vlpJI9kJQZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlpJI9kJQZ .nav-item:focus,
.cid-vlpJI9kJQZ .nav-link:focus {
  outline: none;
}
.cid-vlpJI9kJQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlpJI9kJQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlpJI9kJQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlpJI9kJQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlpJI9kJQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlpJI9kJQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlpJI9kJQZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vlpJI9kJQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vlpJI9kJQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlpJI9kJQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vlpJI9kJQZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlpJI9kJQZ .navbar.collapsed {
  justify-content: center;
}
.cid-vlpJI9kJQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlpJI9kJQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlpJI9kJQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vlpJI9kJQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlpJI9kJQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlpJI9kJQZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vlpJI9kJQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlpJI9kJQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlpJI9kJQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlpJI9kJQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlpJI9kJQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlpJI9kJQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlpJI9kJQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlpJI9kJQZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vlpJI9kJQZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlpJI9kJQZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlpJI9kJQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlpJI9kJQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlpJI9kJQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlpJI9kJQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlpJI9kJQZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlpJI9kJQZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlpJI9kJQZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlpJI9kJQZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlpJI9kJQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlpJI9kJQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlpJI9kJQZ .dropdown-item.active,
.cid-vlpJI9kJQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vlpJI9kJQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlpJI9kJQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlpJI9kJQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlpJI9kJQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vlpJI9kJQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlpJI9kJQZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlpJI9kJQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlpJI9kJQZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlpJI9kJQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vlpJI9kJQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlpJI9kJQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlpJI9kJQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlpJI9kJQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlpJI9kJQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlpJI9kJQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlpJI9kJQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlpJI9kJQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlpJI9kJQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlpJI9kJQZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlpJI9kJQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlpJI9kJQZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlpJI9kJQZ .navbar {
    height: 70px;
  }
  .cid-vlpJI9kJQZ .navbar.opened {
    height: auto;
  }
  .cid-vlpJI9kJQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vlpJI9kJQZ .icons-menu {
    padding-right: 0;
  }
  .cid-vlpJI9kJQZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vlpJIa0SCC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1076.webp");
}
.cid-vlpJIa0SCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpJIa0SCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJIa0SCC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vlpJIa0SCC .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vlpJIa0SCC .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vlpJIa0SCC .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vlpJIa0SCC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlpJIa0SCC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlpJIa0SCC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlpJIa0SCC .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlpJIa0SCC .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vlpJIa0SCC .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vlpJIa0SCC .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vlpJIa0SCC .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vlpJIa0SCC .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vlpJIa0SCC .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vlpJIa0SCC .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vlpJIa0SCC .mbr-section-title {
  color: #ffffff;
}
.cid-vlpJIa0SCC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlpJIa0SCC .mbr-label {
  color: #ffffff;
}
.cid-vlpJIa0SCC .mbr-text {
  color: #ffffff;
}
.cid-vlpJIa0SCC .mbr-section-subtitle,
.cid-vlpJIa0SCC .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlpJIa0SCC .mbr-section-subtitle,
  .cid-vlpJIa0SCC .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlpJIa0SCC .mbr-label,
.cid-vlpJIa0SCC .label-wrapper {
  text-align: center;
}
.cid-vluYucNOmQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-vluYucNOmQ .title {
  padding: 0 2rem;
  color: #0c059b;
}
.cid-vluYucNOmQ .card-title {
  max-width: 600px;
  color: #0c059b;
}
.cid-vluYucNOmQ a {
  display: flex;
}
.cid-vluYucNOmQ .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-vluYucNOmQ .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-vluYucNOmQ .mbr-iconfont {
  font-size: 2.5rem;
  color: #0c059b;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vluYucNOmQ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-vluYucNOmQ img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-vluYucNOmQ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-vluYucNOmQ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vluYucNOmQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-vluYucNOmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vluYucNOmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmEtJ3k5ts {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cccccc;
}
.cid-vmEtJ3k5ts .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmEtJ3k5ts .row {
    flex-direction: column-reverse;
  }
  .cid-vmEtJ3k5ts .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vmEtJ3k5ts .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmEtJ3k5ts .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vmEtJ3k5ts .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vmEtJ3k5ts .card-title {
  color: #36187d;
}
.cid-vmEtJ3k5ts .mbr-text,
.cid-vmEtJ3k5ts .mbr-section-btn {
  color: #6c758f;
}
.cid-vmEtJ3k5ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmEtJ3k5ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJIbo7EH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vlpJIbo7EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpJIbo7EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJIbo7EH .row {
  justify-content: center;
}
.cid-vlpJIbo7EH .row .card {
  justify-content: space-between;
}
.cid-vlpJIbo7EH .content-wrapper {
  margin-bottom: 20px;
}
.cid-vlpJIbo7EH .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vlpJIbo7EH .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vlpJIbo7EH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vlpJIbo7EH .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlpJIbo7EH .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vlpJIbo7EH .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vlpJIbo7EH .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlpJIbo7EH .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlpJIbo7EH .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vlpJIbo7EH .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vlpJIbo7EH .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vlpJIbo7EH .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vlpJIbo7EH .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vlpJIbo7EH .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vlpJIbo7EH .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vlpJIbo7EH .mbr-section-title {
  color: #093388;
}
.cid-vlpJIbo7EH .mbr-list-title {
  color: #ffffff;
}
.cid-vlpJIbo7EH .list {
  color: #58595b;
}
.cid-vlpJIbo7EH .list,
.cid-vlpJIbo7EH .item-wrap,
.cid-vlpJIbo7EH .list-wrapper {
  color: #bbbbbb;
}
.cid-vlpJIbo7EH .mbr-section-title,
.cid-vlpJIbo7EH .mbr-section-btn,
.cid-vlpJIbo7EH .content-wrapper {
  color: #ffffff;
}
.cid-vlpJKy7ZH3 {
  z-index: 1000;
  width: 100%;
}
.cid-vlpJKy7ZH3 nav.navbar {
  position: fixed;
}
.cid-vlpJKy7ZH3 .container,
.cid-vlpJKy7ZH3 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vlpJKy7ZH3 .container,
  .cid-vlpJKy7ZH3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vlpJKy7ZH3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlpJKy7ZH3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vlpJKy7ZH3 .dropdown-item:hover,
.cid-vlpJKy7ZH3 .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vlpJKy7ZH3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlpJKy7ZH3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlpJKy7ZH3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlpJKy7ZH3 .nav-link {
  position: relative;
}
.cid-vlpJKy7ZH3 .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vlpJKy7ZH3 .nav-link:hover:before {
  opacity: 1;
}
.cid-vlpJKy7ZH3 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vlpJKy7ZH3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlpJKy7ZH3 .container {
  display: flex;
  margin: auto;
}
.cid-vlpJKy7ZH3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlpJKy7ZH3 .nav-item:focus,
.cid-vlpJKy7ZH3 .nav-link:focus {
  outline: none;
}
.cid-vlpJKy7ZH3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlpJKy7ZH3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlpJKy7ZH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlpJKy7ZH3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlpJKy7ZH3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlpJKy7ZH3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlpJKy7ZH3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vlpJKy7ZH3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vlpJKy7ZH3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlpJKy7ZH3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vlpJKy7ZH3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlpJKy7ZH3 .navbar.collapsed {
  justify-content: center;
}
.cid-vlpJKy7ZH3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlpJKy7ZH3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlpJKy7ZH3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vlpJKy7ZH3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlpJKy7ZH3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlpJKy7ZH3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vlpJKy7ZH3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlpJKy7ZH3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlpJKy7ZH3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlpJKy7ZH3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlpJKy7ZH3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlpJKy7ZH3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlpJKy7ZH3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlpJKy7ZH3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vlpJKy7ZH3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlpJKy7ZH3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlpJKy7ZH3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlpJKy7ZH3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlpJKy7ZH3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlpJKy7ZH3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlpJKy7ZH3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlpJKy7ZH3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlpJKy7ZH3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlpJKy7ZH3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlpJKy7ZH3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlpJKy7ZH3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlpJKy7ZH3 .dropdown-item.active,
.cid-vlpJKy7ZH3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vlpJKy7ZH3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlpJKy7ZH3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlpJKy7ZH3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlpJKy7ZH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vlpJKy7ZH3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlpJKy7ZH3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlpJKy7ZH3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlpJKy7ZH3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlpJKy7ZH3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vlpJKy7ZH3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlpJKy7ZH3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlpJKy7ZH3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlpJKy7ZH3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlpJKy7ZH3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlpJKy7ZH3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlpJKy7ZH3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlpJKy7ZH3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlpJKy7ZH3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlpJKy7ZH3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlpJKy7ZH3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlpJKy7ZH3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlpJKy7ZH3 .navbar {
    height: 70px;
  }
  .cid-vlpJKy7ZH3 .navbar.opened {
    height: auto;
  }
  .cid-vlpJKy7ZH3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vlpJKy7ZH3 .icons-menu {
    padding-right: 0;
  }
  .cid-vlpJKy7ZH3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vlpJKyMclS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-vlpJKyMclS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpJKyMclS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJKyMclS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vlpJKyMclS .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vlpJKyMclS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vlpJKyMclS .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vlpJKyMclS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlpJKyMclS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlpJKyMclS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlpJKyMclS .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlpJKyMclS .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vlpJKyMclS .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vlpJKyMclS .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vlpJKyMclS .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vlpJKyMclS .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vlpJKyMclS .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vlpJKyMclS .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vlpJKyMclS .mbr-section-title {
  color: #ffffff;
}
.cid-vlpJKyMclS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlpJKyMclS .mbr-label {
  color: #ffffff;
}
.cid-vlpJKyMclS .mbr-text {
  color: #ffffff;
}
.cid-vlpJKyMclS .mbr-section-subtitle,
.cid-vlpJKyMclS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlpJKyMclS .mbr-section-subtitle,
  .cid-vlpJKyMclS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlpJKyMclS .mbr-label,
.cid-vlpJKyMclS .label-wrapper {
  text-align: center;
}
.cid-vlpOawn3nE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-vlpOawn3nE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vlpOawn3nE .btn {
  padding: 1rem 3rem;
  border-radius: 0rem;
}
@media (max-width: 767px) {
  .cid-vlpOawn3nE .col-auto {
    margin: auto;
  }
}
.cid-vlpOawn3nE textarea {
  min-height: 200px;
}
.cid-vlpOawn3nE .form-control,
.cid-vlpOawn3nE .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 1rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-vlpOawn3nE .form-control::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input::-webkit-input-placeholder,
.cid-vlpOawn3nE .form-control::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-vlpOawn3nE .form-control:-moz-placeholder,
.cid-vlpOawn3nE .field-input:-moz-placeholder,
.cid-vlpOawn3nE .form-control:-moz-placeholder,
.cid-vlpOawn3nE .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-vlpOawn3nE .form-control:hover,
.cid-vlpOawn3nE .field-input:hover,
.cid-vlpOawn3nE .form-control:focus,
.cid-vlpOawn3nE .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-vlpOawn3nE .form-control:hover::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input:hover::-webkit-input-placeholder,
.cid-vlpOawn3nE .form-control:focus::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input:focus::-webkit-input-placeholder,
.cid-vlpOawn3nE .form-control:hover::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input:hover::-webkit-input-placeholder,
.cid-vlpOawn3nE .form-control:focus::-webkit-input-placeholder,
.cid-vlpOawn3nE .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-vlpOawn3nE .form-control:hover:-moz-placeholder,
.cid-vlpOawn3nE .field-input:hover:-moz-placeholder,
.cid-vlpOawn3nE .form-control:focus:-moz-placeholder,
.cid-vlpOawn3nE .field-input:focus:-moz-placeholder,
.cid-vlpOawn3nE .form-control:hover:-moz-placeholder,
.cid-vlpOawn3nE .field-input:hover:-moz-placeholder,
.cid-vlpOawn3nE .form-control:focus:-moz-placeholder,
.cid-vlpOawn3nE .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-vlpOawn3nE .jq-number__spin:hover,
.cid-vlpOawn3nE .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vlpOawn3nE .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vlpOawn3nE .jq-selectbox li,
.cid-vlpOawn3nE .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-vlpOawn3nE .jq-selectbox li:hover,
.cid-vlpOawn3nE .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-vlpOawn3nE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vlpOawn3nE .jq-number__spin.minus:hover:after,
.cid-vlpOawn3nE .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-vlpOawn3nE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vlpOawn3nE .jq-number__spin.minus:after,
.cid-vlpOawn3nE .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-vlpOawn3nE input::-webkit-clear-button {
  display: none;
}
.cid-vlpOawn3nE input::-webkit-inner-spin-button {
  display: none;
}
.cid-vlpOawn3nE input::-webkit-outer-spin-button {
  display: none;
}
.cid-vlpOawn3nE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vlpOawn3nE H4 {
  color: #0c059b;
}
.cid-vlpLdB5406 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-vlpLdB5406 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-vlpLdB5406 .col-lg-4,
.cid-vlpLdB5406 .col-12 {
  padding: 0 2rem;
}
.cid-vlpLdB5406 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-vlpLdB5406 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-vlpLdB5406 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vlpLdB5406 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-vlpLdB5406 .card-title,
.cid-vlpLdB5406 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-vlpLdB5406 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-vlpLdB5406 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-vlpLdB5406 .mbr-section-title {
  color: #36187d;
}
.cid-vlpLdB5406 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpLdB5406 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpLNmehgH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #f2f3f7;
}
.cid-vlpLNmehgH .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-vlpLNmehgH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vlpLNmehgH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vlpLNmehgH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vlpLNmehgH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vlpLNmehgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpLNmehgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpLNmehgH .mbr-section-subtitle {
  color: #0c059b;
}
.cid-vlpLKocKM6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
.cid-vlpLKocKM6 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vlpLKocKM6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vlpLKocKM6 .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-vlpLKocKM6 .icons {
    justify-content: center !important;
  }
  .cid-vlpLKocKM6 .text-content * {
    text-align: center;
  }
}
.cid-vlpLKocKM6 .mbr-iconfont {
  font-size: 1.8rem;
  color: #235275;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-vlpLKocKM6 .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-vlpLKocKM6 .mbr-section-title {
  color: #36187d;
}
.cid-vlpLKocKM6 P {
  color: #6c758f;
}
.cid-vlpLKocKM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpLKocKM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJKAcobF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vlpJKAcobF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpJKAcobF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpJKAcobF .row {
  justify-content: center;
}
.cid-vlpJKAcobF .row .card {
  justify-content: space-between;
}
.cid-vlpJKAcobF .content-wrapper {
  margin-bottom: 20px;
}
.cid-vlpJKAcobF .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vlpJKAcobF .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vlpJKAcobF .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vlpJKAcobF .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlpJKAcobF .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vlpJKAcobF .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vlpJKAcobF .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlpJKAcobF .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlpJKAcobF .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vlpJKAcobF .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vlpJKAcobF .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vlpJKAcobF .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vlpJKAcobF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vlpJKAcobF .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vlpJKAcobF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vlpJKAcobF .mbr-section-title {
  color: #093388;
}
.cid-vlpJKAcobF .mbr-list-title {
  color: #ffffff;
}
.cid-vlpJKAcobF .list {
  color: #58595b;
}
.cid-vlpJKAcobF .list,
.cid-vlpJKAcobF .item-wrap,
.cid-vlpJKAcobF .list-wrapper {
  color: #bbbbbb;
}
.cid-vlpJKAcobF .mbr-section-title,
.cid-vlpJKAcobF .mbr-section-btn,
.cid-vlpJKAcobF .content-wrapper {
  color: #ffffff;
}
.cid-vm5Bd6X97E {
  z-index: 1000;
  width: 100%;
}
.cid-vm5Bd6X97E nav.navbar {
  position: fixed;
}
.cid-vm5Bd6X97E .container,
.cid-vm5Bd6X97E .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vm5Bd6X97E .container,
  .cid-vm5Bd6X97E .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vm5Bd6X97E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm5Bd6X97E .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vm5Bd6X97E .dropdown-item:hover,
.cid-vm5Bd6X97E .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vm5Bd6X97E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm5Bd6X97E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm5Bd6X97E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm5Bd6X97E .nav-link {
  position: relative;
}
.cid-vm5Bd6X97E .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vm5Bd6X97E .nav-link:hover:before {
  opacity: 1;
}
.cid-vm5Bd6X97E .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vm5Bd6X97E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm5Bd6X97E .container {
  display: flex;
  margin: auto;
}
.cid-vm5Bd6X97E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm5Bd6X97E .nav-item:focus,
.cid-vm5Bd6X97E .nav-link:focus {
  outline: none;
}
.cid-vm5Bd6X97E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm5Bd6X97E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm5Bd6X97E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm5Bd6X97E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm5Bd6X97E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm5Bd6X97E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm5Bd6X97E .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vm5Bd6X97E .navbar.opened {
  transition: all 0.3s;
}
.cid-vm5Bd6X97E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm5Bd6X97E .navbar .navbar-logo img {
  width: auto;
}
.cid-vm5Bd6X97E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm5Bd6X97E .navbar.collapsed {
  justify-content: center;
}
.cid-vm5Bd6X97E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm5Bd6X97E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm5Bd6X97E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vm5Bd6X97E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm5Bd6X97E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm5Bd6X97E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm5Bd6X97E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm5Bd6X97E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm5Bd6X97E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm5Bd6X97E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm5Bd6X97E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm5Bd6X97E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm5Bd6X97E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm5Bd6X97E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm5Bd6X97E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm5Bd6X97E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm5Bd6X97E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm5Bd6X97E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm5Bd6X97E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm5Bd6X97E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vm5Bd6X97E .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm5Bd6X97E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm5Bd6X97E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm5Bd6X97E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm5Bd6X97E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm5Bd6X97E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm5Bd6X97E .dropdown-item.active,
.cid-vm5Bd6X97E .dropdown-item:active {
  background-color: transparent;
}
.cid-vm5Bd6X97E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm5Bd6X97E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm5Bd6X97E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm5Bd6X97E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vm5Bd6X97E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm5Bd6X97E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm5Bd6X97E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm5Bd6X97E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm5Bd6X97E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vm5Bd6X97E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vm5Bd6X97E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm5Bd6X97E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm5Bd6X97E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm5Bd6X97E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm5Bd6X97E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm5Bd6X97E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm5Bd6X97E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm5Bd6X97E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm5Bd6X97E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm5Bd6X97E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm5Bd6X97E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm5Bd6X97E .navbar {
    height: 70px;
  }
  .cid-vm5Bd6X97E .navbar.opened {
    height: auto;
  }
  .cid-vm5Bd6X97E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vm5Bd6X97E .icons-menu {
    padding-right: 0;
  }
  .cid-vm5Bd6X97E .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vm5Bd7ww8I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-vm5Bd7ww8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm5Bd7ww8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm5Bd7ww8I .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vm5Bd7ww8I .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vm5Bd7ww8I .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vm5Bd7ww8I .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vm5Bd7ww8I .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vm5Bd7ww8I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vm5Bd7ww8I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vm5Bd7ww8I .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vm5Bd7ww8I .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vm5Bd7ww8I .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vm5Bd7ww8I .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vm5Bd7ww8I .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vm5Bd7ww8I .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vm5Bd7ww8I .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vm5Bd7ww8I .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vm5Bd7ww8I .mbr-section-title {
  color: #ffffff;
}
.cid-vm5Bd7ww8I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vm5Bd7ww8I .mbr-label {
  color: #ffffff;
}
.cid-vm5Bd7ww8I .mbr-text {
  color: #ffffff;
}
.cid-vm5Bd7ww8I .mbr-section-subtitle,
.cid-vm5Bd7ww8I .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vm5Bd7ww8I .mbr-section-subtitle,
  .cid-vm5Bd7ww8I .mbr-section-btn {
    text-align: left;
  }
}
.cid-vm5Bd7ww8I .mbr-label,
.cid-vm5Bd7ww8I .label-wrapper {
  text-align: center;
}
.cid-vmaEfmHMJQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-vmaEfmHMJQ img,
.cid-vmaEfmHMJQ .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vmaEfmHMJQ .item:focus,
.cid-vmaEfmHMJQ span:focus {
  outline: none;
}
.cid-vmaEfmHMJQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vmaEfmHMJQ .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vmaEfmHMJQ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vmaEfmHMJQ .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vmaEfmHMJQ .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vmaEfmHMJQ .item-content {
    padding: 1rem 0;
  }
}
.cid-vmaEfmHMJQ .mbr-section-title {
  color: #36187d;
}
.cid-vmaEfmHMJQ .item-title {
  color: #0c059b;
}
.cid-vmaEfmHMJQ .item-subtitle {
  color: #bec2cf;
}
.cid-vmaEfmHMJQ .mbr-text,
.cid-vmaEfmHMJQ .mbr-section-btn {
  color: #000000;
}
.cid-vmaEfmHMJQ .mbr-link {
  color: #0196e3;
}
.cid-vm5Bd8qBgu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vm5Bd8qBgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm5Bd8qBgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm5Bd8qBgu .row {
  justify-content: center;
}
.cid-vm5Bd8qBgu .row .card {
  justify-content: space-between;
}
.cid-vm5Bd8qBgu .content-wrapper {
  margin-bottom: 20px;
}
.cid-vm5Bd8qBgu .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vm5Bd8qBgu .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vm5Bd8qBgu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vm5Bd8qBgu .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vm5Bd8qBgu .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vm5Bd8qBgu .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vm5Bd8qBgu .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vm5Bd8qBgu .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vm5Bd8qBgu .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vm5Bd8qBgu .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vm5Bd8qBgu .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vm5Bd8qBgu .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vm5Bd8qBgu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vm5Bd8qBgu .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vm5Bd8qBgu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vm5Bd8qBgu .mbr-section-title {
  color: #093388;
}
.cid-vm5Bd8qBgu .mbr-list-title {
  color: #ffffff;
}
.cid-vm5Bd8qBgu .list {
  color: #58595b;
}
.cid-vm5Bd8qBgu .list,
.cid-vm5Bd8qBgu .item-wrap,
.cid-vm5Bd8qBgu .list-wrapper {
  color: #bbbbbb;
}
.cid-vm5Bd8qBgu .mbr-section-title,
.cid-vm5Bd8qBgu .mbr-section-btn,
.cid-vm5Bd8qBgu .content-wrapper {
  color: #ffffff;
}
.cid-vmazIQK5Hx {
  z-index: 1000;
  width: 100%;
}
.cid-vmazIQK5Hx nav.navbar {
  position: fixed;
}
.cid-vmazIQK5Hx .container,
.cid-vmazIQK5Hx .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vmazIQK5Hx .container,
  .cid-vmazIQK5Hx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vmazIQK5Hx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmazIQK5Hx .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vmazIQK5Hx .dropdown-item:hover,
.cid-vmazIQK5Hx .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vmazIQK5Hx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmazIQK5Hx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmazIQK5Hx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmazIQK5Hx .nav-link {
  position: relative;
}
.cid-vmazIQK5Hx .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vmazIQK5Hx .nav-link:hover:before {
  opacity: 1;
}
.cid-vmazIQK5Hx .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vmazIQK5Hx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmazIQK5Hx .container {
  display: flex;
  margin: auto;
}
.cid-vmazIQK5Hx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmazIQK5Hx .nav-item:focus,
.cid-vmazIQK5Hx .nav-link:focus {
  outline: none;
}
.cid-vmazIQK5Hx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmazIQK5Hx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmazIQK5Hx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmazIQK5Hx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmazIQK5Hx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmazIQK5Hx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmazIQK5Hx .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vmazIQK5Hx .navbar.opened {
  transition: all 0.3s;
}
.cid-vmazIQK5Hx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmazIQK5Hx .navbar .navbar-logo img {
  width: auto;
}
.cid-vmazIQK5Hx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmazIQK5Hx .navbar.collapsed {
  justify-content: center;
}
.cid-vmazIQK5Hx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmazIQK5Hx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmazIQK5Hx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vmazIQK5Hx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmazIQK5Hx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmazIQK5Hx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmazIQK5Hx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmazIQK5Hx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmazIQK5Hx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmazIQK5Hx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmazIQK5Hx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmazIQK5Hx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmazIQK5Hx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmazIQK5Hx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vmazIQK5Hx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmazIQK5Hx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmazIQK5Hx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmazIQK5Hx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmazIQK5Hx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmazIQK5Hx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmazIQK5Hx .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmazIQK5Hx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmazIQK5Hx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmazIQK5Hx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmazIQK5Hx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmazIQK5Hx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmazIQK5Hx .dropdown-item.active,
.cid-vmazIQK5Hx .dropdown-item:active {
  background-color: transparent;
}
.cid-vmazIQK5Hx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmazIQK5Hx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmazIQK5Hx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmazIQK5Hx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vmazIQK5Hx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmazIQK5Hx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmazIQK5Hx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmazIQK5Hx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmazIQK5Hx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vmazIQK5Hx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vmazIQK5Hx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmazIQK5Hx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmazIQK5Hx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmazIQK5Hx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmazIQK5Hx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmazIQK5Hx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmazIQK5Hx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmazIQK5Hx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmazIQK5Hx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmazIQK5Hx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmazIQK5Hx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmazIQK5Hx .navbar {
    height: 70px;
  }
  .cid-vmazIQK5Hx .navbar.opened {
    height: auto;
  }
  .cid-vmazIQK5Hx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vmazIQK5Hx .icons-menu {
    padding-right: 0;
  }
  .cid-vmazIQK5Hx .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vmazISmLM9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1200.webp");
}
.cid-vmazISmLM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmazISmLM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmazISmLM9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vmazISmLM9 .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vmazISmLM9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vmazISmLM9 .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vmazISmLM9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmazISmLM9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmazISmLM9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmazISmLM9 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vmazISmLM9 .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vmazISmLM9 .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vmazISmLM9 .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vmazISmLM9 .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vmazISmLM9 .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vmazISmLM9 .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vmazISmLM9 .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vmazISmLM9 .mbr-section-title {
  color: #ffffff;
}
.cid-vmazISmLM9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vmazISmLM9 .mbr-label {
  color: #ffffff;
}
.cid-vmazISmLM9 .mbr-text {
  color: #ffffff;
}
.cid-vmazISmLM9 .mbr-section-subtitle,
.cid-vmazISmLM9 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vmazISmLM9 .mbr-section-subtitle,
  .cid-vmazISmLM9 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vmazISmLM9 .mbr-label,
.cid-vmazISmLM9 .label-wrapper {
  text-align: center;
}
.cid-vmaAarPzhz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-vmaAarPzhz img,
.cid-vmaAarPzhz .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vmaAarPzhz .item:focus,
.cid-vmaAarPzhz span:focus {
  outline: none;
}
.cid-vmaAarPzhz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vmaAarPzhz .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-vmaAarPzhz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-vmaAarPzhz .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-vmaAarPzhz .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-vmaAarPzhz .item-content {
    padding: 1rem 0;
  }
}
.cid-vmaAarPzhz .mbr-section-title {
  color: #36187d;
}
.cid-vmaAarPzhz .item-title {
  color: #0c059b;
}
.cid-vmaAarPzhz .item-subtitle {
  color: #bec2cf;
}
.cid-vmaAarPzhz .mbr-text,
.cid-vmaAarPzhz .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vmaAarPzhz .mbr-link {
  color: #0196e3;
}
.cid-vmazITc6nS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vmazITc6nS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmazITc6nS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmazITc6nS .row {
  justify-content: center;
}
.cid-vmazITc6nS .row .card {
  justify-content: space-between;
}
.cid-vmazITc6nS .content-wrapper {
  margin-bottom: 20px;
}
.cid-vmazITc6nS .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vmazITc6nS .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vmazITc6nS .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vmazITc6nS .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmazITc6nS .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vmazITc6nS .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vmazITc6nS .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmazITc6nS .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmazITc6nS .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vmazITc6nS .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vmazITc6nS .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vmazITc6nS .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vmazITc6nS .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vmazITc6nS .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmazITc6nS .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vmazITc6nS .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vmazITc6nS .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vmazITc6nS .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmazITc6nS .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vmazITc6nS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vmazITc6nS .mbr-section-title {
  color: #093388;
}
.cid-vmazITc6nS .mbr-list-title {
  color: #ffffff;
}
.cid-vmazITc6nS .list {
  color: #58595b;
}
.cid-vmazITc6nS .list,
.cid-vmazITc6nS .item-wrap,
.cid-vmazITc6nS .list-wrapper {
  color: #bbbbbb;
}
.cid-vmazITc6nS .mbr-section-title,
.cid-vmazITc6nS .mbr-section-btn,
.cid-vmazITc6nS .content-wrapper {
  color: #ffffff;
}
.cid-vlj7vU1qGH {
  z-index: 1000;
  width: 100%;
}
.cid-vlj7vU1qGH nav.navbar {
  position: fixed;
}
.cid-vlj7vU1qGH .container,
.cid-vlj7vU1qGH .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vlj7vU1qGH .container,
  .cid-vlj7vU1qGH .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vlj7vU1qGH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlj7vU1qGH .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vlj7vU1qGH .dropdown-item:hover,
.cid-vlj7vU1qGH .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vlj7vU1qGH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vlj7vU1qGH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vlj7vU1qGH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vlj7vU1qGH .nav-link {
  position: relative;
}
.cid-vlj7vU1qGH .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vlj7vU1qGH .nav-link:hover:before {
  opacity: 1;
}
.cid-vlj7vU1qGH .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vlj7vU1qGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vlj7vU1qGH .container {
  display: flex;
  margin: auto;
}
.cid-vlj7vU1qGH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vlj7vU1qGH .nav-item:focus,
.cid-vlj7vU1qGH .nav-link:focus {
  outline: none;
}
.cid-vlj7vU1qGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vlj7vU1qGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vlj7vU1qGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vlj7vU1qGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vlj7vU1qGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vlj7vU1qGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vlj7vU1qGH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vlj7vU1qGH .navbar.opened {
  transition: all 0.3s;
}
.cid-vlj7vU1qGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vlj7vU1qGH .navbar .navbar-logo img {
  width: auto;
}
.cid-vlj7vU1qGH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vlj7vU1qGH .navbar.collapsed {
  justify-content: center;
}
.cid-vlj7vU1qGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vlj7vU1qGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vlj7vU1qGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vlj7vU1qGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vlj7vU1qGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vlj7vU1qGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vlj7vU1qGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vlj7vU1qGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vlj7vU1qGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vlj7vU1qGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vlj7vU1qGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vlj7vU1qGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vlj7vU1qGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vlj7vU1qGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vlj7vU1qGH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vlj7vU1qGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vlj7vU1qGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vlj7vU1qGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vlj7vU1qGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vlj7vU1qGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vlj7vU1qGH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vlj7vU1qGH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vlj7vU1qGH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vlj7vU1qGH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vlj7vU1qGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vlj7vU1qGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlj7vU1qGH .dropdown-item.active,
.cid-vlj7vU1qGH .dropdown-item:active {
  background-color: transparent;
}
.cid-vlj7vU1qGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vlj7vU1qGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vlj7vU1qGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vlj7vU1qGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vlj7vU1qGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vlj7vU1qGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vlj7vU1qGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vlj7vU1qGH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vlj7vU1qGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vlj7vU1qGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vlj7vU1qGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vlj7vU1qGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlj7vU1qGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vlj7vU1qGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vlj7vU1qGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlj7vU1qGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vlj7vU1qGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vlj7vU1qGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vlj7vU1qGH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vlj7vU1qGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlj7vU1qGH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vlj7vU1qGH .navbar {
    height: 70px;
  }
  .cid-vlj7vU1qGH .navbar.opened {
    height: auto;
  }
  .cid-vlj7vU1qGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vlj7vU1qGH .icons-menu {
    padding-right: 0;
  }
  .cid-vlj7vU1qGH .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vlj7vVFTeS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trabalho16x9-1536x1024.webp");
}
.cid-vlj7vVFTeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlj7vVFTeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlj7vVFTeS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vlj7vVFTeS .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vlj7vVFTeS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vlj7vVFTeS .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vlj7vVFTeS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vlj7vVFTeS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vlj7vVFTeS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vlj7vVFTeS .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vlj7vVFTeS .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vlj7vVFTeS .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vlj7vVFTeS .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vlj7vVFTeS .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vlj7vVFTeS .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vlj7vVFTeS .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vlj7vVFTeS .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vlj7vVFTeS .mbr-section-title {
  color: #ffffff;
}
.cid-vlj7vVFTeS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlj7vVFTeS .mbr-label {
  color: #ffffff;
}
.cid-vlj7vVFTeS .mbr-text {
  color: #ffffff;
}
.cid-vlj7vVFTeS .mbr-section-subtitle,
.cid-vlj7vVFTeS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vlj7vVFTeS .mbr-section-subtitle,
  .cid-vlj7vVFTeS .mbr-section-btn {
    text-align: left;
  }
}
.cid-vlj7vVFTeS .mbr-label,
.cid-vlj7vVFTeS .label-wrapper {
  text-align: center;
}
.cid-vlj84dp7z9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vlj84dp7z9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vlj84dp7z9 .row {
    flex-direction: column-reverse;
  }
  .cid-vlj84dp7z9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vlj84dp7z9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vlj84dp7z9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vlj84dp7z9 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vlj84dp7z9 .card-title {
  color: #0c059b;
}
.cid-vlj84dp7z9 .mbr-text,
.cid-vlj84dp7z9 .mbr-section-btn {
  color: #000000;
}
.cid-vlj84dp7z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlj84dp7z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlj7vXHS9v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vlj7vXHS9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlj7vXHS9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlj7vXHS9v .row {
  justify-content: center;
}
.cid-vlj7vXHS9v .row .card {
  justify-content: space-between;
}
.cid-vlj7vXHS9v .content-wrapper {
  margin-bottom: 20px;
}
.cid-vlj7vXHS9v .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vlj7vXHS9v .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vlj7vXHS9v .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vlj7vXHS9v .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlj7vXHS9v .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vlj7vXHS9v .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vlj7vXHS9v .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vlj7vXHS9v .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vlj7vXHS9v .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vlj7vXHS9v .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vlj7vXHS9v .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vlj7vXHS9v .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vlj7vXHS9v .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vlj7vXHS9v .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vlj7vXHS9v .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vlj7vXHS9v .mbr-section-title {
  color: #093388;
}
.cid-vlj7vXHS9v .mbr-list-title {
  color: #ffffff;
}
.cid-vlj7vXHS9v .list {
  color: #58595b;
}
.cid-vlj7vXHS9v .list,
.cid-vlj7vXHS9v .item-wrap,
.cid-vlj7vXHS9v .list-wrapper {
  color: #bbbbbb;
}
.cid-vlj7vXHS9v .mbr-section-title,
.cid-vlj7vXHS9v .mbr-section-btn,
.cid-vlj7vXHS9v .content-wrapper {
  color: #ffffff;
}
.cid-vloVq5oxjr {
  z-index: 1000;
  width: 100%;
}
.cid-vloVq5oxjr nav.navbar {
  position: fixed;
}
.cid-vloVq5oxjr .container,
.cid-vloVq5oxjr .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vloVq5oxjr .container,
  .cid-vloVq5oxjr .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vloVq5oxjr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloVq5oxjr .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vloVq5oxjr .dropdown-item:hover,
.cid-vloVq5oxjr .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vloVq5oxjr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vloVq5oxjr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vloVq5oxjr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vloVq5oxjr .nav-link {
  position: relative;
}
.cid-vloVq5oxjr .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vloVq5oxjr .nav-link:hover:before {
  opacity: 1;
}
.cid-vloVq5oxjr .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vloVq5oxjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vloVq5oxjr .container {
  display: flex;
  margin: auto;
}
.cid-vloVq5oxjr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vloVq5oxjr .nav-item:focus,
.cid-vloVq5oxjr .nav-link:focus {
  outline: none;
}
.cid-vloVq5oxjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vloVq5oxjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vloVq5oxjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vloVq5oxjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloVq5oxjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vloVq5oxjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vloVq5oxjr .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vloVq5oxjr .navbar.opened {
  transition: all 0.3s;
}
.cid-vloVq5oxjr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vloVq5oxjr .navbar .navbar-logo img {
  width: auto;
}
.cid-vloVq5oxjr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vloVq5oxjr .navbar.collapsed {
  justify-content: center;
}
.cid-vloVq5oxjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vloVq5oxjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vloVq5oxjr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vloVq5oxjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vloVq5oxjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vloVq5oxjr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vloVq5oxjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vloVq5oxjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vloVq5oxjr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vloVq5oxjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vloVq5oxjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vloVq5oxjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vloVq5oxjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vloVq5oxjr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vloVq5oxjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vloVq5oxjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vloVq5oxjr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vloVq5oxjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vloVq5oxjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vloVq5oxjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vloVq5oxjr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vloVq5oxjr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vloVq5oxjr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vloVq5oxjr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vloVq5oxjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vloVq5oxjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vloVq5oxjr .dropdown-item.active,
.cid-vloVq5oxjr .dropdown-item:active {
  background-color: transparent;
}
.cid-vloVq5oxjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vloVq5oxjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vloVq5oxjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vloVq5oxjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vloVq5oxjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vloVq5oxjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vloVq5oxjr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vloVq5oxjr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vloVq5oxjr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vloVq5oxjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vloVq5oxjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vloVq5oxjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloVq5oxjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloVq5oxjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vloVq5oxjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloVq5oxjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vloVq5oxjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vloVq5oxjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloVq5oxjr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vloVq5oxjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vloVq5oxjr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vloVq5oxjr .navbar {
    height: 70px;
  }
  .cid-vloVq5oxjr .navbar.opened {
    height: auto;
  }
  .cid-vloVq5oxjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vloVq5oxjr .icons-menu {
    padding-right: 0;
  }
  .cid-vloVq5oxjr .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vloVq6aGCn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/familia16x9-744x415.webp");
}
.cid-vloVq6aGCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVq6aGCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVq6aGCn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vloVq6aGCn .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vloVq6aGCn .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vloVq6aGCn .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vloVq6aGCn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vloVq6aGCn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vloVq6aGCn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vloVq6aGCn .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vloVq6aGCn .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vloVq6aGCn .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vloVq6aGCn .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vloVq6aGCn .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vloVq6aGCn .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vloVq6aGCn .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vloVq6aGCn .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vloVq6aGCn .mbr-section-title {
  color: #ffffff;
}
.cid-vloVq6aGCn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vloVq6aGCn .mbr-label {
  color: #ffffff;
}
.cid-vloVq6aGCn .mbr-text {
  color: #ffffff;
}
.cid-vloVq6aGCn .mbr-section-subtitle,
.cid-vloVq6aGCn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vloVq6aGCn .mbr-section-subtitle,
  .cid-vloVq6aGCn .mbr-section-btn {
    text-align: left;
  }
}
.cid-vloVq6aGCn .mbr-label,
.cid-vloVq6aGCn .label-wrapper {
  text-align: center;
}
.cid-vloVq6F2Es {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vloVq6F2Es .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vloVq6F2Es .row {
    flex-direction: column-reverse;
  }
  .cid-vloVq6F2Es .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vloVq6F2Es .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vloVq6F2Es .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vloVq6F2Es .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vloVq6F2Es .card-title {
  color: #0c059b;
}
.cid-vloVq6F2Es .mbr-text,
.cid-vloVq6F2Es .mbr-section-btn {
  color: #000000;
}
.cid-vloVq6F2Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVq6F2Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVq7bBKB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vloVq7bBKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVq7bBKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVq7bBKB .row {
  justify-content: center;
}
.cid-vloVq7bBKB .row .card {
  justify-content: space-between;
}
.cid-vloVq7bBKB .content-wrapper {
  margin-bottom: 20px;
}
.cid-vloVq7bBKB .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vloVq7bBKB .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vloVq7bBKB .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vloVq7bBKB .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloVq7bBKB .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vloVq7bBKB .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vloVq7bBKB .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vloVq7bBKB .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloVq7bBKB .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vloVq7bBKB .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vloVq7bBKB .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vloVq7bBKB .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vloVq7bBKB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vloVq7bBKB .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vloVq7bBKB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vloVq7bBKB .mbr-section-title {
  color: #093388;
}
.cid-vloVq7bBKB .mbr-list-title {
  color: #ffffff;
}
.cid-vloVq7bBKB .list {
  color: #58595b;
}
.cid-vloVq7bBKB .list,
.cid-vloVq7bBKB .item-wrap,
.cid-vloVq7bBKB .list-wrapper {
  color: #bbbbbb;
}
.cid-vloVq7bBKB .mbr-section-title,
.cid-vloVq7bBKB .mbr-section-btn,
.cid-vloVq7bBKB .content-wrapper {
  color: #ffffff;
}
.cid-vloW5SB9f2 {
  z-index: 1000;
  width: 100%;
}
.cid-vloW5SB9f2 nav.navbar {
  position: fixed;
}
.cid-vloW5SB9f2 .container,
.cid-vloW5SB9f2 .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vloW5SB9f2 .container,
  .cid-vloW5SB9f2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vloW5SB9f2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloW5SB9f2 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vloW5SB9f2 .dropdown-item:hover,
.cid-vloW5SB9f2 .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vloW5SB9f2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vloW5SB9f2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vloW5SB9f2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vloW5SB9f2 .nav-link {
  position: relative;
}
.cid-vloW5SB9f2 .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vloW5SB9f2 .nav-link:hover:before {
  opacity: 1;
}
.cid-vloW5SB9f2 .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vloW5SB9f2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vloW5SB9f2 .container {
  display: flex;
  margin: auto;
}
.cid-vloW5SB9f2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vloW5SB9f2 .nav-item:focus,
.cid-vloW5SB9f2 .nav-link:focus {
  outline: none;
}
.cid-vloW5SB9f2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vloW5SB9f2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vloW5SB9f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vloW5SB9f2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloW5SB9f2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vloW5SB9f2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vloW5SB9f2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vloW5SB9f2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vloW5SB9f2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vloW5SB9f2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vloW5SB9f2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vloW5SB9f2 .navbar.collapsed {
  justify-content: center;
}
.cid-vloW5SB9f2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vloW5SB9f2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vloW5SB9f2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vloW5SB9f2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vloW5SB9f2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vloW5SB9f2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vloW5SB9f2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vloW5SB9f2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vloW5SB9f2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vloW5SB9f2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vloW5SB9f2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vloW5SB9f2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vloW5SB9f2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vloW5SB9f2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vloW5SB9f2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vloW5SB9f2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vloW5SB9f2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vloW5SB9f2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vloW5SB9f2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vloW5SB9f2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vloW5SB9f2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vloW5SB9f2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vloW5SB9f2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vloW5SB9f2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vloW5SB9f2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vloW5SB9f2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vloW5SB9f2 .dropdown-item.active,
.cid-vloW5SB9f2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vloW5SB9f2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vloW5SB9f2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vloW5SB9f2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vloW5SB9f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vloW5SB9f2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vloW5SB9f2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vloW5SB9f2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vloW5SB9f2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vloW5SB9f2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vloW5SB9f2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vloW5SB9f2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vloW5SB9f2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloW5SB9f2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloW5SB9f2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vloW5SB9f2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloW5SB9f2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vloW5SB9f2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vloW5SB9f2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloW5SB9f2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vloW5SB9f2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vloW5SB9f2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vloW5SB9f2 .navbar {
    height: 70px;
  }
  .cid-vloW5SB9f2 .navbar.opened {
    height: auto;
  }
  .cid-vloW5SB9f2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vloW5SB9f2 .icons-menu {
    padding-right: 0;
  }
  .cid-vloW5SB9f2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vloW5Ti6yP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/imobiliario16x9-1672x941.webp");
}
.cid-vloW5Ti6yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloW5Ti6yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloW5Ti6yP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vloW5Ti6yP .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vloW5Ti6yP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vloW5Ti6yP .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vloW5Ti6yP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vloW5Ti6yP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vloW5Ti6yP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vloW5Ti6yP .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vloW5Ti6yP .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vloW5Ti6yP .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vloW5Ti6yP .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vloW5Ti6yP .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vloW5Ti6yP .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vloW5Ti6yP .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vloW5Ti6yP .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vloW5Ti6yP .mbr-section-title {
  color: #ffffff;
}
.cid-vloW5Ti6yP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vloW5Ti6yP .mbr-label {
  color: #ffffff;
}
.cid-vloW5Ti6yP .mbr-text {
  color: #ffffff;
}
.cid-vloW5Ti6yP .mbr-section-subtitle,
.cid-vloW5Ti6yP .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vloW5Ti6yP .mbr-section-subtitle,
  .cid-vloW5Ti6yP .mbr-section-btn {
    text-align: left;
  }
}
.cid-vloW5Ti6yP .mbr-label,
.cid-vloW5Ti6yP .label-wrapper {
  text-align: center;
}
.cid-vloW5TJikK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vloW5TJikK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vloW5TJikK .row {
    flex-direction: column-reverse;
  }
  .cid-vloW5TJikK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vloW5TJikK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vloW5TJikK .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vloW5TJikK .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vloW5TJikK .card-title {
  color: #0c059b;
}
.cid-vloW5TJikK .mbr-text,
.cid-vloW5TJikK .mbr-section-btn {
  color: #000000;
}
.cid-vloW5TJikK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloW5TJikK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloW5U7vBC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vloW5U7vBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloW5U7vBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloW5U7vBC .row {
  justify-content: center;
}
.cid-vloW5U7vBC .row .card {
  justify-content: space-between;
}
.cid-vloW5U7vBC .content-wrapper {
  margin-bottom: 20px;
}
.cid-vloW5U7vBC .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vloW5U7vBC .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vloW5U7vBC .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vloW5U7vBC .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloW5U7vBC .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vloW5U7vBC .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vloW5U7vBC .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vloW5U7vBC .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloW5U7vBC .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vloW5U7vBC .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vloW5U7vBC .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vloW5U7vBC .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vloW5U7vBC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vloW5U7vBC .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vloW5U7vBC .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vloW5U7vBC .mbr-section-title {
  color: #093388;
}
.cid-vloW5U7vBC .mbr-list-title {
  color: #ffffff;
}
.cid-vloW5U7vBC .list {
  color: #58595b;
}
.cid-vloW5U7vBC .list,
.cid-vloW5U7vBC .item-wrap,
.cid-vloW5U7vBC .list-wrapper {
  color: #bbbbbb;
}
.cid-vloW5U7vBC .mbr-section-title,
.cid-vloW5U7vBC .mbr-section-btn,
.cid-vloW5U7vBC .content-wrapper {
  color: #ffffff;
}
.cid-vloVAMxx1P {
  z-index: 1000;
  width: 100%;
}
.cid-vloVAMxx1P nav.navbar {
  position: fixed;
}
.cid-vloVAMxx1P .container,
.cid-vloVAMxx1P .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vloVAMxx1P .container,
  .cid-vloVAMxx1P .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vloVAMxx1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloVAMxx1P .dropdown-menu {
  padding: 1rem 0;
  border-radius: 0px;
  background: #232323 !important;
}
.cid-vloVAMxx1P .dropdown-item:hover,
.cid-vloVAMxx1P .dropdown-item:focus {
  color: #1f4d65 !important;
}
.cid-vloVAMxx1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vloVAMxx1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vloVAMxx1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vloVAMxx1P .nav-link {
  position: relative;
}
.cid-vloVAMxx1P .nav-link:hover {
  color: #1f4d65 !important;
}
.cid-vloVAMxx1P .nav-link:hover:before {
  opacity: 1;
}
.cid-vloVAMxx1P .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vloVAMxx1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vloVAMxx1P .container {
  display: flex;
  margin: auto;
}
.cid-vloVAMxx1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vloVAMxx1P .nav-item:focus,
.cid-vloVAMxx1P .nav-link:focus {
  outline: none;
}
.cid-vloVAMxx1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vloVAMxx1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vloVAMxx1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vloVAMxx1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vloVAMxx1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vloVAMxx1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vloVAMxx1P .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #1f4d65;
  background: #000000;
}
.cid-vloVAMxx1P .navbar.opened {
  transition: all 0.3s;
}
.cid-vloVAMxx1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vloVAMxx1P .navbar .navbar-logo img {
  width: auto;
}
.cid-vloVAMxx1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vloVAMxx1P .navbar.collapsed {
  justify-content: center;
}
.cid-vloVAMxx1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vloVAMxx1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vloVAMxx1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-vloVAMxx1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vloVAMxx1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vloVAMxx1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vloVAMxx1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vloVAMxx1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vloVAMxx1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vloVAMxx1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vloVAMxx1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vloVAMxx1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vloVAMxx1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vloVAMxx1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vloVAMxx1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vloVAMxx1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vloVAMxx1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vloVAMxx1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vloVAMxx1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vloVAMxx1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vloVAMxx1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-vloVAMxx1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vloVAMxx1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vloVAMxx1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vloVAMxx1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vloVAMxx1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vloVAMxx1P .dropdown-item.active,
.cid-vloVAMxx1P .dropdown-item:active {
  background-color: transparent;
}
.cid-vloVAMxx1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vloVAMxx1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vloVAMxx1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vloVAMxx1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vloVAMxx1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vloVAMxx1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vloVAMxx1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vloVAMxx1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vloVAMxx1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.cid-vloVAMxx1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vloVAMxx1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vloVAMxx1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloVAMxx1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vloVAMxx1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vloVAMxx1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloVAMxx1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vloVAMxx1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vloVAMxx1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vloVAMxx1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vloVAMxx1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vloVAMxx1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vloVAMxx1P .navbar {
    height: 70px;
  }
  .cid-vloVAMxx1P .navbar.opened {
    height: auto;
  }
  .cid-vloVAMxx1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-vloVAMxx1P .icons-menu {
    padding-right: 0;
  }
  .cid-vloVAMxx1P .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vloVAN4J5o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/consumidor16x9-1672x941.webp");
}
.cid-vloVAN4J5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVAN4J5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVAN4J5o .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vloVAN4J5o .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vloVAN4J5o .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vloVAN4J5o .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ff4400;
  border-radius: 100%;
}
.cid-vloVAN4J5o .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vloVAN4J5o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vloVAN4J5o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vloVAN4J5o .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vloVAN4J5o .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vloVAN4J5o .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #ff4400;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vloVAN4J5o .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vloVAN4J5o .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vloVAN4J5o .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vloVAN4J5o .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vloVAN4J5o .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vloVAN4J5o .mbr-section-title {
  color: #ffffff;
}
.cid-vloVAN4J5o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vloVAN4J5o .mbr-label {
  color: #ffffff;
}
.cid-vloVAN4J5o .mbr-text {
  color: #ffffff;
}
.cid-vloVAN4J5o .mbr-section-subtitle,
.cid-vloVAN4J5o .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vloVAN4J5o .mbr-section-subtitle,
  .cid-vloVAN4J5o .mbr-section-btn {
    text-align: left;
  }
}
.cid-vloVAN4J5o .mbr-label,
.cid-vloVAN4J5o .label-wrapper {
  text-align: center;
}
.cid-vloVANoyQF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-vloVANoyQF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vloVANoyQF .row {
    flex-direction: column-reverse;
  }
  .cid-vloVANoyQF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vloVANoyQF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vloVANoyQF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-vloVANoyQF .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-vloVANoyQF .card-title {
  color: #0c059b;
}
.cid-vloVANoyQF .mbr-text,
.cid-vloVANoyQF .mbr-section-btn {
  color: #000000;
}
.cid-vloVANoyQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVANoyQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVANKzMG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-vloVANKzMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vloVANKzMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vloVANKzMG .row {
  justify-content: center;
}
.cid-vloVANKzMG .row .card {
  justify-content: space-between;
}
.cid-vloVANKzMG .content-wrapper {
  margin-bottom: 20px;
}
.cid-vloVANKzMG .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vloVANKzMG .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vloVANKzMG .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vloVANKzMG .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloVANKzMG .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vloVANKzMG .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vloVANKzMG .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vloVANKzMG .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vloVANKzMG .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vloVANKzMG .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vloVANKzMG .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vloVANKzMG .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vloVANKzMG .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vloVANKzMG .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vloVANKzMG .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vloVANKzMG .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #6c758f;
}
.cid-vloVANKzMG .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vloVANKzMG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vloVANKzMG .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #1f4d65;
  margin-bottom: 20px;
}
.cid-vloVANKzMG .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vloVANKzMG .mbr-section-title {
  color: #093388;
}
.cid-vloVANKzMG .mbr-list-title {
  color: #ffffff;
}
.cid-vloVANKzMG .list {
  color: #58595b;
}
.cid-vloVANKzMG .list,
.cid-vloVANKzMG .item-wrap,
.cid-vloVANKzMG .list-wrapper {
  color: #bbbbbb;
}
.cid-vloVANKzMG .mbr-section-title,
.cid-vloVANKzMG .mbr-section-btn,
.cid-vloVANKzMG .content-wrapper {
  color: #ffffff;
}
