body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* 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: #e43f3f !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: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #030246 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfk1KfJetM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk1KfJetM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk1KfJetM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk1KfJetM .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfk1KfJetM .items-wrapper {
  margin: 0 -4px;
}
.cid-vfk1KfJetM .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfk1KfJetM .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfk1KfJetM .content-wrap {
    padding: 24px;
  }
}
.cid-vfk1KfJetM .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfk1KfJetM .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk1KfJetM .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk1KfJetM .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfk1KfJetM .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfk1KfJetM .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk1KfJetM .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfk1KfJetM .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfk1KfJetM .image-wrapper img {
    height: 300px;
  }
}
.cid-vfk1KfJetM .mbr-label {
  color: #000000;
}
.cid-vfk1KfJetM .mbr-section-title {
  color: #000000;
}
.cid-vfk1KfJetM .mbr-text {
  color: #4f4f4f;
}
.cid-vfk1KfJetM .mbr-text,
.cid-vfk1KfJetM .text-wrapper {
  color: #000000;
}
.cid-vfk5BX9n1U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfk5BX9n1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk5BX9n1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfk5BX9n1U .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfk5BX9n1U .container {
    padding: 0 12px;
  }
}
.cid-vfk5BX9n1U .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfk5BX9n1U .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-vfk5BX9n1U .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vfk5BX9n1U .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #030246;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vfk5BX9n1U .mbr-section-title {
  color: #000000;
}
.cid-vfk1tqLwGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk1tqLwGk .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfk1tqLwGk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfk1vXOBUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk1vXOBUC blockquote {
  border-color: #030246;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vfk1vXOBUC .mbr-text {
  color: #000000;
}
.cid-vfk1vXOBUC .mbr-section-title {
  color: #000000;
}
.cid-sFGNHRkFsi {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #030246;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  color: #ffffff;
}
.cid-vfk3uYXDbo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfk3uYXDbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk3uYXDbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk3uYXDbo .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #030246;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-vfk3uYXDbo .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfk3uYXDbo .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfk3uYXDbo .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfk3uYXDbo .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vfk3uYXDbo .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk3uYXDbo .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfk3uYXDbo .mbr-section-title {
  color: #3a001d;
}
.cid-vfk3uYXDbo .mbr-text,
.cid-vfk3uYXDbo .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfk3uYXDbo .mbr-section-title,
.cid-vfk3uYXDbo .mbr-section-btn,
.cid-vfk3uYXDbo .title-wrapper,
.cid-vfk3uYXDbo .logo-wrapper {
  text-align: center;
}
.cid-vfk3uYXDbo .mbr-section-title,
.cid-vfk3uYXDbo .mbr-section-btn,
.cid-vfk3uYXDbo .logo-wrapper,
.cid-vfk3uYXDbo .title-wrapper {
  color: #000000;
}
.cid-vfk1xzNDml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk1xzNDml .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk1xzNDml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk1xzNDml .card-wrapper {
  background: #030246;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfk1xzNDml .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfk1xzNDml .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfk1xzNDml .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfk1xzNDml .mbr-text,
.cid-vfk1xzNDml .mbr-section-btn {
  color: #ffffff;
}
.cid-vfk1xzNDml .card-title,
.cid-vfk1xzNDml .card-box {
  text-align: left;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  color: #000000;
}
.cid-vfk6uP5lHb {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2021-08-10-1.webp");
}
.cid-vfk6uP5lHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk6uP5lHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk6uP5lHb .row {
  margin: 0 !important;
}
.cid-vfk6uP5lHb .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vfk6uP5lHb .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfk6uP5lHb .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-vfk6uP5lHb .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-vfk6uP5lHb .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vfk6uP5lHb .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vfk6uP5lHb .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfk6uP5lHb .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vfk6uP5lHb .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-vfk6uP5lHb .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfk6uP5lHb .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vfk6uP5lHb .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #030246;
  margin-left: 0.5rem;
}
.cid-vfk6uP5lHb .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #030246;
  font-weight: 900;
}
.cid-vfk6uP5lHb .panel-group {
  border: none;
}
.cid-vfk6uP5lHb .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-vfk6uP5lHb .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfk6uP5lHb .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vfk6uP5lHb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-vfk6uP5lHb .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-vfk6uP5lHb .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-vfk6uP5lHb .panel-title-edit {
  color: #131313;
}
.cid-vfk6uP5lHb .panel-body {
  padding: 0 0 20px;
}
.cid-vfk6uP5lHb .panel-text {
  color: #131313;
  margin: 0;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #030246;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #000000;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-sFGNGNNW5A .mbr-section-subtitle {
  color: #000000;
}
.cid-vfk1sshyoe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk1sshyoe .mbr-section-subtitle {
  color: #000000;
}
.cid-vfk2M5DRlR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #030246;
}
.cid-vfk2M5DRlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk2M5DRlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk2M5DRlR .container,
.cid-vfk2M5DRlR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfk2M5DRlR .container,
  .cid-vfk2M5DRlR .container-fluid {
    padding: 0 20px;
  }
}
.cid-vfk2M5DRlR .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfk2M5DRlR .title-wrapper {
    padding: 25px 0;
  }
}
.cid-vfk2M5DRlR .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-vfk2M5DRlR .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-vfk2M5DRlR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfk2M5DRlR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfk2M5DRlR .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfk2M5DRlR .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vfk2M5DRlR .mbr-section-title {
  color: #3d4045;
}
.cid-vfk2M5DRlR .mbr-text {
  color: #000000;
}
.cid-vfk2M5DRlR .mbr-section-btn {
  text-align: right;
}
.cid-vfk2M5DRlR .mbr-section-title,
.cid-vfk2M5DRlR .mbr-section-btn {
  color: #000000;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .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-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfjZyAn2Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfjZyAn2Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjZyAn2Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfjZyAn2Wr .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfjZyAn2Wr .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfjZyAn2Wr .content-wrap .row {
  justify-content: center;
}
.cid-vfjZyAn2Wr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfjZyAn2Wr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfjZyAn2Wr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfjZyAn2Wr .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfjZyAn2Wr .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfjZyAn2Wr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfjZyAn2Wr .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfjZyAn2Wr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfjZyAn2Wr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfjZyAn2Wr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfjZyAn2Wr .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfjZyAn2Wr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfjZyAn2Wr .nav-wrapper .list .item-wrap:hover,
.cid-vfjZyAn2Wr .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfjZyAn2Wr .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfjZyAn2Wr .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfjZyAn2Wr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfjZyAn2Wr .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfjZyAn2Wr .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfjZyAn2Wr .contacts-wrapper .list .item-wrap:hover,
.cid-vfjZyAn2Wr .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfjZyAn2Wr .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfjZyAn2Wr .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfjZyAn2Wr .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfjZyAn2Wr .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfjZyAn2Wr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfjZyAn2Wr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfjZyAn2Wr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfjZyAn2Wr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfjZyAn2Wr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfjZyAn2Wr .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfjZyAn2Wr .mbr-section-title {
  color: #ed463f;
}
.cid-vfjZyAn2Wr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfjZyAn2Wr .list {
  color: #404349;
}
.cid-vfjZyAn2Wr .list,
.cid-vfjZyAn2Wr .item-wrap {
  color: #ffffff;
}
.cid-vfk7wWgaLY .navbar-dropdown {
  position: relative !important;
}
.cid-vfk7wWgaLY .navbar-dropdown {
  position: absolute !important;
}
.cid-vfk7wWgaLY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk7wWgaLY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfk7wWgaLY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfk7wWgaLY .dropdown-item:hover,
.cid-vfk7wWgaLY .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vfk7wWgaLY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfk7wWgaLY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfk7wWgaLY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfk7wWgaLY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfk7wWgaLY .nav-link {
  position: relative;
}
.cid-vfk7wWgaLY .container {
  display: flex;
  margin: auto;
}
.cid-vfk7wWgaLY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfk7wWgaLY .dropdown-menu,
.cid-vfk7wWgaLY .navbar.opened {
  background: #030246 !important;
}
.cid-vfk7wWgaLY .nav-item:focus,
.cid-vfk7wWgaLY .nav-link:focus {
  outline: none;
}
.cid-vfk7wWgaLY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfk7wWgaLY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfk7wWgaLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfk7wWgaLY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk7wWgaLY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfk7wWgaLY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfk7wWgaLY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-vfk7wWgaLY .navbar.opened {
  transition: all 0.3s;
}
.cid-vfk7wWgaLY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfk7wWgaLY .navbar .navbar-logo img {
  width: auto;
}
.cid-vfk7wWgaLY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfk7wWgaLY .navbar.collapsed {
  justify-content: center;
}
.cid-vfk7wWgaLY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfk7wWgaLY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfk7wWgaLY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfk7wWgaLY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfk7wWgaLY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfk7wWgaLY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfk7wWgaLY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfk7wWgaLY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfk7wWgaLY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfk7wWgaLY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfk7wWgaLY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfk7wWgaLY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfk7wWgaLY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfk7wWgaLY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfk7wWgaLY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfk7wWgaLY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfk7wWgaLY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfk7wWgaLY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfk7wWgaLY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfk7wWgaLY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfk7wWgaLY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfk7wWgaLY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfk7wWgaLY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfk7wWgaLY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfk7wWgaLY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfk7wWgaLY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfk7wWgaLY .dropdown-item.active,
.cid-vfk7wWgaLY .dropdown-item:active {
  background-color: transparent;
}
.cid-vfk7wWgaLY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfk7wWgaLY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfk7wWgaLY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfk7wWgaLY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-vfk7wWgaLY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfk7wWgaLY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfk7wWgaLY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfk7wWgaLY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfk7wWgaLY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfk7wWgaLY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-vfk7wWgaLY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfk7wWgaLY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk7wWgaLY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk7wWgaLY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfk7wWgaLY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk7wWgaLY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfk7wWgaLY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfk7wWgaLY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk7wWgaLY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfk7wWgaLY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfk7wWgaLY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfk7wWgaLY .navbar {
    height: 70px;
  }
  .cid-vfk7wWgaLY .navbar.opened {
    height: auto;
  }
  .cid-vfk7wWgaLY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfk7wXlq2K {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk7wXlq2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk7wXlq2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk7wXlq2K .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfk7wXlq2K .items-wrapper {
  margin: 0 -4px;
}
.cid-vfk7wXlq2K .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfk7wXlq2K .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfk7wXlq2K .content-wrap {
    padding: 24px;
  }
}
.cid-vfk7wXlq2K .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfk7wXlq2K .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk7wXlq2K .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk7wXlq2K .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfk7wXlq2K .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfk7wXlq2K .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk7wXlq2K .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfk7wXlq2K .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfk7wXlq2K .image-wrapper img {
    height: 300px;
  }
}
.cid-vfk7wXlq2K .mbr-label {
  color: #000000;
}
.cid-vfk7wXlq2K .mbr-section-title {
  color: #000000;
}
.cid-vfk7wXlq2K .mbr-text {
  color: #4f4f4f;
}
.cid-vfk7wXlq2K .mbr-text,
.cid-vfk7wXlq2K .text-wrapper {
  color: #000000;
}
.cid-vfk7wZrusw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfk7wZrusw .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfk7wZrusw .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfk7xbxZkH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vfk7xbxZkH .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfk7xbxZkH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfk7xbxZkH .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-vfk7xbxZkH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfk7xbxZkH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfk7xcLplf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk7xcLplf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk7xcLplf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk7xcLplf .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfk7xcLplf .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfk7xcLplf .content-wrap .row {
  justify-content: center;
}
.cid-vfk7xcLplf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7xcLplf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7xcLplf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfk7xcLplf .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfk7xcLplf .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfk7xcLplf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfk7xcLplf .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7xcLplf .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7xcLplf .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7xcLplf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk7xcLplf .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk7xcLplf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk7xcLplf .nav-wrapper .list .item-wrap:hover,
.cid-vfk7xcLplf .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk7xcLplf .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7xcLplf .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7xcLplf .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7xcLplf .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk7xcLplf .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk7xcLplf .contacts-wrapper .list .item-wrap:hover,
.cid-vfk7xcLplf .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk7xcLplf .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk7xcLplf .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7xcLplf .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7xcLplf .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7xcLplf .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfk7xcLplf .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfk7xcLplf .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfk7xcLplf .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfk7xcLplf .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfk7xcLplf .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfk7xcLplf .mbr-section-title {
  color: #ed463f;
}
.cid-vfk7xcLplf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfk7xcLplf .list {
  color: #404349;
}
.cid-vfk7xcLplf .list,
.cid-vfk7xcLplf .item-wrap {
  color: #ffffff;
}
.cid-vfk7W7sxtt .navbar-dropdown {
  position: relative !important;
}
.cid-vfk7W7sxtt .navbar-dropdown {
  position: absolute !important;
}
.cid-vfk7W7sxtt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk7W7sxtt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfk7W7sxtt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfk7W7sxtt .dropdown-item:hover,
.cid-vfk7W7sxtt .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vfk7W7sxtt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfk7W7sxtt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfk7W7sxtt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfk7W7sxtt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfk7W7sxtt .nav-link {
  position: relative;
}
.cid-vfk7W7sxtt .container {
  display: flex;
  margin: auto;
}
.cid-vfk7W7sxtt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfk7W7sxtt .dropdown-menu,
.cid-vfk7W7sxtt .navbar.opened {
  background: #030246 !important;
}
.cid-vfk7W7sxtt .nav-item:focus,
.cid-vfk7W7sxtt .nav-link:focus {
  outline: none;
}
.cid-vfk7W7sxtt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfk7W7sxtt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfk7W7sxtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfk7W7sxtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk7W7sxtt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfk7W7sxtt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfk7W7sxtt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-vfk7W7sxtt .navbar.opened {
  transition: all 0.3s;
}
.cid-vfk7W7sxtt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfk7W7sxtt .navbar .navbar-logo img {
  width: auto;
}
.cid-vfk7W7sxtt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfk7W7sxtt .navbar.collapsed {
  justify-content: center;
}
.cid-vfk7W7sxtt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfk7W7sxtt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfk7W7sxtt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfk7W7sxtt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfk7W7sxtt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfk7W7sxtt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfk7W7sxtt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfk7W7sxtt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfk7W7sxtt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfk7W7sxtt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfk7W7sxtt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfk7W7sxtt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfk7W7sxtt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfk7W7sxtt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfk7W7sxtt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfk7W7sxtt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfk7W7sxtt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfk7W7sxtt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfk7W7sxtt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfk7W7sxtt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfk7W7sxtt .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfk7W7sxtt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfk7W7sxtt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfk7W7sxtt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfk7W7sxtt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfk7W7sxtt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfk7W7sxtt .dropdown-item.active,
.cid-vfk7W7sxtt .dropdown-item:active {
  background-color: transparent;
}
.cid-vfk7W7sxtt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfk7W7sxtt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfk7W7sxtt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfk7W7sxtt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-vfk7W7sxtt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfk7W7sxtt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfk7W7sxtt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfk7W7sxtt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfk7W7sxtt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfk7W7sxtt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-vfk7W7sxtt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfk7W7sxtt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk7W7sxtt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk7W7sxtt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfk7W7sxtt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk7W7sxtt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfk7W7sxtt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfk7W7sxtt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk7W7sxtt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfk7W7sxtt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfk7W7sxtt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfk7W7sxtt .navbar {
    height: 70px;
  }
  .cid-vfk7W7sxtt .navbar.opened {
    height: auto;
  }
  .cid-vfk7W7sxtt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfk7W8Civz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk7W8Civz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk7W8Civz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk7W8Civz .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfk7W8Civz .items-wrapper {
  margin: 0 -4px;
}
.cid-vfk7W8Civz .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfk7W8Civz .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfk7W8Civz .content-wrap {
    padding: 24px;
  }
}
.cid-vfk7W8Civz .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfk7W8Civz .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk7W8Civz .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk7W8Civz .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfk7W8Civz .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfk7W8Civz .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk7W8Civz .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfk7W8Civz .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfk7W8Civz .image-wrapper img {
    height: 300px;
  }
}
.cid-vfk7W8Civz .mbr-label {
  color: #000000;
}
.cid-vfk7W8Civz .mbr-section-title {
  color: #000000;
}
.cid-vfk7W8Civz .mbr-text {
  color: #4f4f4f;
}
.cid-vfk7W8Civz .mbr-text,
.cid-vfk7W8Civz .text-wrapper {
  color: #000000;
}
.cid-vfk7W9tvTg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfk7W9tvTg .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfk7W9tvTg .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfk7Wa9bll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vfk7Wa9bll .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfk7Wa9bll .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfk7Wa9bll .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-vfk7Wa9bll .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfk7Wa9bll .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfk7WaWmuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk7WaWmuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk7WaWmuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk7WaWmuM .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfk7WaWmuM .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfk7WaWmuM .content-wrap .row {
  justify-content: center;
}
.cid-vfk7WaWmuM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7WaWmuM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7WaWmuM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfk7WaWmuM .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfk7WaWmuM .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfk7WaWmuM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfk7WaWmuM .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7WaWmuM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7WaWmuM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7WaWmuM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk7WaWmuM .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk7WaWmuM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk7WaWmuM .nav-wrapper .list .item-wrap:hover,
.cid-vfk7WaWmuM .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk7WaWmuM .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7WaWmuM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7WaWmuM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7WaWmuM .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk7WaWmuM .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk7WaWmuM .contacts-wrapper .list .item-wrap:hover,
.cid-vfk7WaWmuM .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk7WaWmuM .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk7WaWmuM .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk7WaWmuM .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk7WaWmuM .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk7WaWmuM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfk7WaWmuM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfk7WaWmuM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfk7WaWmuM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfk7WaWmuM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfk7WaWmuM .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfk7WaWmuM .mbr-section-title {
  color: #ed463f;
}
.cid-vfk7WaWmuM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfk7WaWmuM .list {
  color: #404349;
}
.cid-vfk7WaWmuM .list,
.cid-vfk7WaWmuM .item-wrap {
  color: #ffffff;
}
.cid-vfk8haAmHs .navbar-dropdown {
  position: relative !important;
}
.cid-vfk8haAmHs .navbar-dropdown {
  position: absolute !important;
}
.cid-vfk8haAmHs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk8haAmHs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfk8haAmHs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfk8haAmHs .dropdown-item:hover,
.cid-vfk8haAmHs .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vfk8haAmHs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfk8haAmHs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfk8haAmHs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfk8haAmHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfk8haAmHs .nav-link {
  position: relative;
}
.cid-vfk8haAmHs .container {
  display: flex;
  margin: auto;
}
.cid-vfk8haAmHs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfk8haAmHs .dropdown-menu,
.cid-vfk8haAmHs .navbar.opened {
  background: #030246 !important;
}
.cid-vfk8haAmHs .nav-item:focus,
.cid-vfk8haAmHs .nav-link:focus {
  outline: none;
}
.cid-vfk8haAmHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfk8haAmHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfk8haAmHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfk8haAmHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfk8haAmHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfk8haAmHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfk8haAmHs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-vfk8haAmHs .navbar.opened {
  transition: all 0.3s;
}
.cid-vfk8haAmHs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfk8haAmHs .navbar .navbar-logo img {
  width: auto;
}
.cid-vfk8haAmHs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfk8haAmHs .navbar.collapsed {
  justify-content: center;
}
.cid-vfk8haAmHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfk8haAmHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfk8haAmHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfk8haAmHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfk8haAmHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfk8haAmHs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfk8haAmHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfk8haAmHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfk8haAmHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfk8haAmHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfk8haAmHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfk8haAmHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfk8haAmHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfk8haAmHs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfk8haAmHs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfk8haAmHs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfk8haAmHs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfk8haAmHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfk8haAmHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfk8haAmHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfk8haAmHs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfk8haAmHs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfk8haAmHs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfk8haAmHs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfk8haAmHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfk8haAmHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfk8haAmHs .dropdown-item.active,
.cid-vfk8haAmHs .dropdown-item:active {
  background-color: transparent;
}
.cid-vfk8haAmHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfk8haAmHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfk8haAmHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfk8haAmHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-vfk8haAmHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfk8haAmHs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfk8haAmHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfk8haAmHs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfk8haAmHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfk8haAmHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-vfk8haAmHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfk8haAmHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk8haAmHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfk8haAmHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfk8haAmHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk8haAmHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfk8haAmHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfk8haAmHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfk8haAmHs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfk8haAmHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfk8haAmHs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfk8haAmHs .navbar {
    height: 70px;
  }
  .cid-vfk8haAmHs .navbar.opened {
    height: auto;
  }
  .cid-vfk8haAmHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfk8hbeoli {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8hbeoli .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hbeoli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8hbeoli .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfk8hbeoli .items-wrapper {
  margin: 0 -4px;
}
.cid-vfk8hbeoli .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfk8hbeoli .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfk8hbeoli .content-wrap {
    padding: 24px;
  }
}
.cid-vfk8hbeoli .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfk8hbeoli .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk8hbeoli .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk8hbeoli .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfk8hbeoli .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfk8hbeoli .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfk8hbeoli .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfk8hbeoli .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfk8hbeoli .image-wrapper img {
    height: 300px;
  }
}
.cid-vfk8hbeoli .mbr-label {
  color: #000000;
}
.cid-vfk8hbeoli .mbr-section-title {
  color: #000000;
}
.cid-vfk8hbeoli .mbr-text {
  color: #4f4f4f;
}
.cid-vfk8hbeoli .mbr-text,
.cid-vfk8hbeoli .text-wrapper {
  color: #000000;
}
.cid-vfk8hbSgYM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfk8hbSgYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hbSgYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfk8hbSgYM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfk8hbSgYM .container {
    padding: 0 12px;
  }
}
.cid-vfk8hbSgYM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfk8hbSgYM .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-vfk8hbSgYM .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vfk8hbSgYM .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #030246;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vfk8hbSgYM .mbr-section-title {
  color: #000000;
}
.cid-vfk8hcrl9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8hcrl9T .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfk8hcrl9T .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfk8hcWKxM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8hcWKxM blockquote {
  border-color: #030246;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vfk8hcWKxM .mbr-text {
  color: #000000;
}
.cid-vfk8hcWKxM .mbr-section-title {
  color: #000000;
}
.cid-vfk8hdqsnN {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #030246;
}
.cid-vfk8hdqsnN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vfk8hdqsnN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfk8hdqsnN .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-vfk8hdqsnN .card-title {
  color: #ffffff;
}
.cid-vfk8hehtzr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfk8hehtzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hehtzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8hehtzr .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #030246;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-vfk8hehtzr .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfk8hehtzr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfk8hehtzr .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfk8hehtzr .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vfk8hehtzr .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfk8hehtzr .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfk8hehtzr .mbr-section-title {
  color: #3a001d;
}
.cid-vfk8hehtzr .mbr-text,
.cid-vfk8hehtzr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfk8hehtzr .mbr-section-title,
.cid-vfk8hehtzr .mbr-section-btn,
.cid-vfk8hehtzr .title-wrapper,
.cid-vfk8hehtzr .logo-wrapper {
  text-align: center;
}
.cid-vfk8hehtzr .mbr-section-title,
.cid-vfk8hehtzr .mbr-section-btn,
.cid-vfk8hehtzr .logo-wrapper,
.cid-vfk8hehtzr .title-wrapper {
  color: #000000;
}
.cid-vfk8heZxcu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8heZxcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8heZxcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8heZxcu .card-wrapper {
  background: #030246;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfk8heZxcu .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfk8heZxcu .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfk8heZxcu .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfk8heZxcu .mbr-text,
.cid-vfk8heZxcu .mbr-section-btn {
  color: #ffffff;
}
.cid-vfk8heZxcu .card-title,
.cid-vfk8heZxcu .card-box {
  text-align: left;
}
.cid-vfk8hfwF6c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfk8hfwF6c .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vfk8hfwF6c .card {
    margin-bottom: 2rem!important;
  }
  .cid-vfk8hfwF6c .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfk8hfwF6c .link-wrap {
    align-items: center;
  }
}
.cid-vfk8hfwF6c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfk8hfwF6c .card-title,
.cid-vfk8hfwF6c .card-box {
  color: #000000;
}
.cid-vfk8hg4TxB {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2021-08-10-1.webp");
}
.cid-vfk8hg4TxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hg4TxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8hg4TxB .row {
  margin: 0 !important;
}
.cid-vfk8hg4TxB .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vfk8hg4TxB .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfk8hg4TxB .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-vfk8hg4TxB .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-vfk8hg4TxB .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vfk8hg4TxB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vfk8hg4TxB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfk8hg4TxB .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vfk8hg4TxB .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-vfk8hg4TxB .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfk8hg4TxB .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vfk8hg4TxB .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #030246;
  margin-left: 0.5rem;
}
.cid-vfk8hg4TxB .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #030246;
  font-weight: 900;
}
.cid-vfk8hg4TxB .panel-group {
  border: none;
}
.cid-vfk8hg4TxB .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-vfk8hg4TxB .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfk8hg4TxB .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vfk8hg4TxB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-vfk8hg4TxB .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-vfk8hg4TxB .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-vfk8hg4TxB .panel-title-edit {
  color: #131313;
}
.cid-vfk8hg4TxB .panel-body {
  padding: 0 0 20px;
}
.cid-vfk8hg4TxB .panel-text {
  color: #131313;
  margin: 0;
}
.cid-vfk8hgYmi1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfk8hgYmi1 img,
.cid-vfk8hgYmi1 .item-img {
  width: 100%;
}
.cid-vfk8hgYmi1 .item:focus,
.cid-vfk8hgYmi1 span:focus {
  outline: none;
}
.cid-vfk8hgYmi1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfk8hgYmi1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #030246;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfk8hgYmi1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfk8hgYmi1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfk8hgYmi1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfk8hgYmi1 .mbr-section-title {
  color: #000000;
}
.cid-vfk8hgYmi1 .mbr-text,
.cid-vfk8hgYmi1 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-vfk8hgYmi1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vfk8hgYmi1 .item-subtitle {
  text-align: left;
}
.cid-vfk8hgYmi1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfk8hiOm22 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8hiOm22 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfk8hk9vBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #030246;
}
.cid-vfk8hk9vBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hk9vBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8hk9vBy .container,
.cid-vfk8hk9vBy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfk8hk9vBy .container,
  .cid-vfk8hk9vBy .container-fluid {
    padding: 0 20px;
  }
}
.cid-vfk8hk9vBy .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfk8hk9vBy .title-wrapper {
    padding: 25px 0;
  }
}
.cid-vfk8hk9vBy .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-vfk8hk9vBy .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-vfk8hk9vBy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfk8hk9vBy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfk8hk9vBy .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfk8hk9vBy .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vfk8hk9vBy .mbr-section-title {
  color: #3d4045;
}
.cid-vfk8hk9vBy .mbr-text {
  color: #000000;
}
.cid-vfk8hk9vBy .mbr-section-btn {
  text-align: right;
}
.cid-vfk8hk9vBy .mbr-section-title,
.cid-vfk8hk9vBy .mbr-section-btn {
  color: #000000;
}
.cid-vfkFo1BLTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkFo1BLTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkFo1BLTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkFo1BLTq .row {
  justify-content: space-between;
}
.cid-vfkFo1BLTq .card {
  justify-content: flex-end;
}
.cid-vfkFo1BLTq .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vfkFo1BLTq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfkFo1BLTq .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vfkFo1BLTq .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .panel-group {
    display: block;
  }
}
.cid-vfkFo1BLTq .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #030246;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .panel-group .card {
    padding: 22px 0;
  }
}
.cid-vfkFo1BLTq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfkFo1BLTq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfkFo1BLTq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfkFo1BLTq .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-vfkFo1BLTq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #030246;
}
.cid-vfkFo1BLTq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vfkFo1BLTq .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-vfkFo1BLTq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkFo1BLTq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vfkFo1BLTq .mbr-label {
  color: #c10b02;
}
.cid-vfkFo1BLTq .mbr-section-title {
  color: #030246;
}
.cid-vfkFo1BLTq .mbr-desc {
  color: #4b4949;
}
.cid-vfkFo1BLTq .panel-title-edit {
  color: #000000;
}
.cid-vfkFo1BLTq .panel-text {
  color: #4b4949;
}
.cid-vfkFo1BLTq .panel-text,
.cid-vfkFo1BLTq .panel-body {
  color: #000000;
}
.cid-vfk8hlVhI9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vfk8hlVhI9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfk8hlVhI9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfk8hlVhI9 .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-vfk8hlVhI9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfk8hlVhI9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfk8hniuyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfk8hniuyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8hniuyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8hniuyF .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfk8hniuyF .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfk8hniuyF .content-wrap .row {
  justify-content: center;
}
.cid-vfk8hniuyF .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk8hniuyF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk8hniuyF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfk8hniuyF .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfk8hniuyF .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfk8hniuyF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfk8hniuyF .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk8hniuyF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk8hniuyF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk8hniuyF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk8hniuyF .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk8hniuyF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk8hniuyF .nav-wrapper .list .item-wrap:hover,
.cid-vfk8hniuyF .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk8hniuyF .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk8hniuyF .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk8hniuyF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk8hniuyF .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfk8hniuyF .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfk8hniuyF .contacts-wrapper .list .item-wrap:hover,
.cid-vfk8hniuyF .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfk8hniuyF .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfk8hniuyF .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfk8hniuyF .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfk8hniuyF .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfk8hniuyF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfk8hniuyF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfk8hniuyF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfk8hniuyF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfk8hniuyF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfk8hniuyF .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfk8hniuyF .mbr-section-title {
  color: #ed463f;
}
.cid-vfk8hniuyF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfk8hniuyF .list {
  color: #404349;
}
.cid-vfk8hniuyF .list,
.cid-vfk8hniuyF .item-wrap {
  color: #ffffff;
}
.cid-vfkdjz4V1a .navbar-dropdown {
  position: relative !important;
}
.cid-vfkdjz4V1a .navbar-dropdown {
  position: absolute !important;
}
.cid-vfkdjz4V1a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkdjz4V1a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfkdjz4V1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfkdjz4V1a .dropdown-item:hover,
.cid-vfkdjz4V1a .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vfkdjz4V1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkdjz4V1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkdjz4V1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkdjz4V1a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkdjz4V1a .nav-link {
  position: relative;
}
.cid-vfkdjz4V1a .container {
  display: flex;
  margin: auto;
}
.cid-vfkdjz4V1a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfkdjz4V1a .dropdown-menu,
.cid-vfkdjz4V1a .navbar.opened {
  background: #030246 !important;
}
.cid-vfkdjz4V1a .nav-item:focus,
.cid-vfkdjz4V1a .nav-link:focus {
  outline: none;
}
.cid-vfkdjz4V1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkdjz4V1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfkdjz4V1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkdjz4V1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkdjz4V1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkdjz4V1a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkdjz4V1a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-vfkdjz4V1a .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkdjz4V1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfkdjz4V1a .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkdjz4V1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkdjz4V1a .navbar.collapsed {
  justify-content: center;
}
.cid-vfkdjz4V1a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkdjz4V1a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkdjz4V1a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfkdjz4V1a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkdjz4V1a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkdjz4V1a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfkdjz4V1a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkdjz4V1a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkdjz4V1a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkdjz4V1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkdjz4V1a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkdjz4V1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkdjz4V1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkdjz4V1a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfkdjz4V1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkdjz4V1a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkdjz4V1a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfkdjz4V1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfkdjz4V1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkdjz4V1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkdjz4V1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfkdjz4V1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfkdjz4V1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfkdjz4V1a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfkdjz4V1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfkdjz4V1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkdjz4V1a .dropdown-item.active,
.cid-vfkdjz4V1a .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkdjz4V1a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkdjz4V1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkdjz4V1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkdjz4V1a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-vfkdjz4V1a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfkdjz4V1a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkdjz4V1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfkdjz4V1a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfkdjz4V1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfkdjz4V1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-vfkdjz4V1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfkdjz4V1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkdjz4V1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkdjz4V1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfkdjz4V1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkdjz4V1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkdjz4V1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkdjz4V1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkdjz4V1a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkdjz4V1a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkdjz4V1a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkdjz4V1a .navbar {
    height: 70px;
  }
  .cid-vfkdjz4V1a .navbar.opened {
    height: auto;
  }
  .cid-vfkdjz4V1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkdjzFHFz {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjzFHFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjzFHFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjzFHFz .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfkdjzFHFz .items-wrapper {
  margin: 0 -4px;
}
.cid-vfkdjzFHFz .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfkdjzFHFz .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfkdjzFHFz .content-wrap {
    padding: 24px;
  }
}
.cid-vfkdjzFHFz .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfkdjzFHFz .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkdjzFHFz .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfkdjzFHFz .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfkdjzFHFz .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfkdjzFHFz .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkdjzFHFz .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfkdjzFHFz .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkdjzFHFz .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkdjzFHFz .mbr-label {
  color: #000000;
}
.cid-vfkdjzFHFz .mbr-section-title {
  color: #000000;
}
.cid-vfkdjzFHFz .mbr-text {
  color: #4f4f4f;
}
.cid-vfkdjzFHFz .mbr-text,
.cid-vfkdjzFHFz .text-wrapper {
  color: #000000;
}
.cid-vfkdjAb6Ga {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkdjAb6Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjAb6Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkdjAb6Ga .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfkdjAb6Ga .container {
    padding: 0 12px;
  }
}
.cid-vfkdjAb6Ga .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfkdjAb6Ga .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-vfkdjAb6Ga .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vfkdjAb6Ga .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #030246;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vfkdjAb6Ga .mbr-section-title {
  color: #000000;
}
.cid-vfkdjAvVGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjAvVGI .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfkdjAvVGI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfkdjAOWyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjAOWyP blockquote {
  border-color: #030246;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vfkdjAOWyP .mbr-text {
  color: #000000;
}
.cid-vfkdjAOWyP .mbr-section-title {
  color: #000000;
}
.cid-vfkdjB4XSs {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #030246;
}
.cid-vfkdjB4XSs .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vfkdjB4XSs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfkdjB4XSs .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-vfkdjB4XSs .card-title {
  color: #ffffff;
}
.cid-vfkdjBDBtB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfkdjBDBtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjBDBtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjBDBtB .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #030246;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-vfkdjBDBtB .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfkdjBDBtB .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfkdjBDBtB .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfkdjBDBtB .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vfkdjBDBtB .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfkdjBDBtB .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkdjBDBtB .mbr-section-title {
  color: #3a001d;
}
.cid-vfkdjBDBtB .mbr-text,
.cid-vfkdjBDBtB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfkdjBDBtB .mbr-section-title,
.cid-vfkdjBDBtB .mbr-section-btn,
.cid-vfkdjBDBtB .title-wrapper,
.cid-vfkdjBDBtB .logo-wrapper {
  text-align: center;
}
.cid-vfkdjBDBtB .mbr-section-title,
.cid-vfkdjBDBtB .mbr-section-btn,
.cid-vfkdjBDBtB .logo-wrapper,
.cid-vfkdjBDBtB .title-wrapper {
  color: #000000;
}
.cid-vfkdjBZoMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjBZoMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjBZoMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjBZoMj .card-wrapper {
  background: #030246;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfkdjBZoMj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfkdjBZoMj .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfkdjBZoMj .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfkdjBZoMj .mbr-text,
.cid-vfkdjBZoMj .mbr-section-btn {
  color: #ffffff;
}
.cid-vfkdjBZoMj .card-title,
.cid-vfkdjBZoMj .card-box {
  text-align: left;
}
.cid-vfkdjCy0X2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfkdjCy0X2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vfkdjCy0X2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-vfkdjCy0X2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfkdjCy0X2 .link-wrap {
    align-items: center;
  }
}
.cid-vfkdjCy0X2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfkdjCy0X2 .card-title,
.cid-vfkdjCy0X2 .card-box {
  color: #000000;
}
.cid-vfkdjDh2b6 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2021-08-10-1.webp");
}
.cid-vfkdjDh2b6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjDh2b6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjDh2b6 .row {
  margin: 0 !important;
}
.cid-vfkdjDh2b6 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vfkdjDh2b6 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfkdjDh2b6 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-vfkdjDh2b6 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-vfkdjDh2b6 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vfkdjDh2b6 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vfkdjDh2b6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfkdjDh2b6 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vfkdjDh2b6 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-vfkdjDh2b6 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfkdjDh2b6 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vfkdjDh2b6 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #030246;
  margin-left: 0.5rem;
}
.cid-vfkdjDh2b6 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #030246;
  font-weight: 900;
}
.cid-vfkdjDh2b6 .panel-group {
  border: none;
}
.cid-vfkdjDh2b6 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-vfkdjDh2b6 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfkdjDh2b6 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vfkdjDh2b6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-vfkdjDh2b6 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-vfkdjDh2b6 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-vfkdjDh2b6 .panel-title-edit {
  color: #131313;
}
.cid-vfkdjDh2b6 .panel-body {
  padding: 0 0 20px;
}
.cid-vfkdjDh2b6 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-vfkdjDU8JG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfkdjDU8JG img,
.cid-vfkdjDU8JG .item-img {
  width: 100%;
}
.cid-vfkdjDU8JG .item:focus,
.cid-vfkdjDU8JG span:focus {
  outline: none;
}
.cid-vfkdjDU8JG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfkdjDU8JG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #030246;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfkdjDU8JG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfkdjDU8JG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfkdjDU8JG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkdjDU8JG .mbr-section-title {
  color: #000000;
}
.cid-vfkdjDU8JG .mbr-text,
.cid-vfkdjDU8JG .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-vfkdjDU8JG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vfkdjDU8JG .item-subtitle {
  text-align: left;
}
.cid-vfkdjDU8JG .mbr-section-subtitle {
  color: #000000;
}
.cid-vfkdjEvGNx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjEvGNx .mbr-section-subtitle {
  color: #000000;
}
.cid-vfkdjEQAmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #030246;
}
.cid-vfkdjEQAmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjEQAmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjEQAmW .container,
.cid-vfkdjEQAmW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfkdjEQAmW .container,
  .cid-vfkdjEQAmW .container-fluid {
    padding: 0 20px;
  }
}
.cid-vfkdjEQAmW .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfkdjEQAmW .title-wrapper {
    padding: 25px 0;
  }
}
.cid-vfkdjEQAmW .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-vfkdjEQAmW .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-vfkdjEQAmW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfkdjEQAmW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfkdjEQAmW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfkdjEQAmW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vfkdjEQAmW .mbr-section-title {
  color: #3d4045;
}
.cid-vfkdjEQAmW .mbr-text {
  color: #000000;
}
.cid-vfkdjEQAmW .mbr-section-btn {
  text-align: right;
}
.cid-vfkdjEQAmW .mbr-section-title,
.cid-vfkdjEQAmW .mbr-section-btn {
  color: #000000;
}
.cid-vfkJUzGpyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkJUzGpyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkJUzGpyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkJUzGpyv .row {
  justify-content: space-between;
}
.cid-vfkJUzGpyv .card {
  justify-content: flex-end;
}
.cid-vfkJUzGpyv .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vfkJUzGpyv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfkJUzGpyv .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vfkJUzGpyv .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .panel-group {
    display: block;
  }
}
.cid-vfkJUzGpyv .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #030246;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .panel-group .card {
    padding: 22px 0;
  }
}
.cid-vfkJUzGpyv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfkJUzGpyv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfkJUzGpyv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfkJUzGpyv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-vfkJUzGpyv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #030246;
}
.cid-vfkJUzGpyv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vfkJUzGpyv .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-vfkJUzGpyv .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkJUzGpyv .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vfkJUzGpyv .mbr-label {
  color: #c10b02;
}
.cid-vfkJUzGpyv .mbr-section-title {
  color: #030246;
}
.cid-vfkJUzGpyv .mbr-desc {
  color: #4b4949;
}
.cid-vfkJUzGpyv .panel-title-edit {
  color: #000000;
}
.cid-vfkJUzGpyv .panel-text {
  color: #4b4949;
}
.cid-vfkJUzGpyv .panel-text,
.cid-vfkJUzGpyv .panel-body {
  color: #000000;
}
.cid-vfkdjFLVu0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vfkdjFLVu0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfkdjFLVu0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfkdjFLVu0 .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-vfkdjFLVu0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfkdjFLVu0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfkdjGpanA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkdjGpanA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkdjGpanA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkdjGpanA .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfkdjGpanA .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfkdjGpanA .content-wrap .row {
  justify-content: center;
}
.cid-vfkdjGpanA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkdjGpanA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkdjGpanA .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfkdjGpanA .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfkdjGpanA .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfkdjGpanA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfkdjGpanA .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkdjGpanA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkdjGpanA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkdjGpanA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfkdjGpanA .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfkdjGpanA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfkdjGpanA .nav-wrapper .list .item-wrap:hover,
.cid-vfkdjGpanA .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfkdjGpanA .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkdjGpanA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkdjGpanA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkdjGpanA .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfkdjGpanA .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfkdjGpanA .contacts-wrapper .list .item-wrap:hover,
.cid-vfkdjGpanA .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfkdjGpanA .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfkdjGpanA .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkdjGpanA .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkdjGpanA .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkdjGpanA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfkdjGpanA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkdjGpanA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfkdjGpanA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfkdjGpanA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfkdjGpanA .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfkdjGpanA .mbr-section-title {
  color: #ed463f;
}
.cid-vfkdjGpanA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfkdjGpanA .list {
  color: #404349;
}
.cid-vfkdjGpanA .list,
.cid-vfkdjGpanA .item-wrap {
  color: #ffffff;
}
.cid-vfkeX57VbJ .navbar-dropdown {
  position: relative !important;
}
.cid-vfkeX57VbJ .navbar-dropdown {
  position: absolute !important;
}
.cid-vfkeX57VbJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkeX57VbJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfkeX57VbJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfkeX57VbJ .dropdown-item:hover,
.cid-vfkeX57VbJ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-vfkeX57VbJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkeX57VbJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkeX57VbJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkeX57VbJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkeX57VbJ .nav-link {
  position: relative;
}
.cid-vfkeX57VbJ .container {
  display: flex;
  margin: auto;
}
.cid-vfkeX57VbJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfkeX57VbJ .dropdown-menu,
.cid-vfkeX57VbJ .navbar.opened {
  background: #030246 !important;
}
.cid-vfkeX57VbJ .nav-item:focus,
.cid-vfkeX57VbJ .nav-link:focus {
  outline: none;
}
.cid-vfkeX57VbJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkeX57VbJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfkeX57VbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkeX57VbJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkeX57VbJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkeX57VbJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkeX57VbJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(3, 2, 70, 0.6);
}
.cid-vfkeX57VbJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkeX57VbJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfkeX57VbJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkeX57VbJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkeX57VbJ .navbar.collapsed {
  justify-content: center;
}
.cid-vfkeX57VbJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkeX57VbJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkeX57VbJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vfkeX57VbJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkeX57VbJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkeX57VbJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfkeX57VbJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkeX57VbJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkeX57VbJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkeX57VbJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkeX57VbJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkeX57VbJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkeX57VbJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkeX57VbJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfkeX57VbJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkeX57VbJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkeX57VbJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfkeX57VbJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfkeX57VbJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkeX57VbJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkeX57VbJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfkeX57VbJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfkeX57VbJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfkeX57VbJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfkeX57VbJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfkeX57VbJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkeX57VbJ .dropdown-item.active,
.cid-vfkeX57VbJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkeX57VbJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkeX57VbJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkeX57VbJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkeX57VbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030246;
}
.cid-vfkeX57VbJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfkeX57VbJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkeX57VbJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfkeX57VbJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfkeX57VbJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfkeX57VbJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030246;
}
.cid-vfkeX57VbJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfkeX57VbJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkeX57VbJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkeX57VbJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfkeX57VbJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkeX57VbJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkeX57VbJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkeX57VbJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkeX57VbJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkeX57VbJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkeX57VbJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkeX57VbJ .navbar {
    height: 70px;
  }
  .cid-vfkeX57VbJ .navbar.opened {
    height: auto;
  }
  .cid-vfkeX57VbJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkeX6uQqY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeX6uQqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeX6uQqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeX6uQqY .card-wrapper {
  background-color: #030246;
  padding: 8px;
}
.cid-vfkeX6uQqY .items-wrapper {
  margin: 0 -4px;
}
.cid-vfkeX6uQqY .items-wrapper .card {
  padding: 0 4px;
  justify-content: space-between;
}
.cid-vfkeX6uQqY .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfkeX6uQqY .content-wrap {
    padding: 24px;
  }
}
.cid-vfkeX6uQqY .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfkeX6uQqY .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkeX6uQqY .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfkeX6uQqY .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vfkeX6uQqY .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vfkeX6uQqY .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkeX6uQqY .image-wrapper {
    margin-bottom: 8px;
  }
}
.cid-vfkeX6uQqY .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkeX6uQqY .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkeX6uQqY .mbr-label {
  color: #000000;
}
.cid-vfkeX6uQqY .mbr-section-title {
  color: #000000;
}
.cid-vfkeX6uQqY .mbr-text {
  color: #4f4f4f;
}
.cid-vfkeX6uQqY .mbr-text,
.cid-vfkeX6uQqY .text-wrapper {
  color: #000000;
}
.cid-vfkeX6ZGJj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkeX6ZGJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeX6ZGJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkeX6ZGJj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vfkeX6ZGJj .container {
    padding: 0 12px;
  }
}
.cid-vfkeX6ZGJj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfkeX6ZGJj .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-vfkeX6ZGJj .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-vfkeX6ZGJj .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #030246;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-vfkeX6ZGJj .mbr-section-title {
  color: #000000;
}
.cid-vfkeX7nQFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeX7nQFy .line {
  background-color: #030246;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfkeX7nQFy .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-vfkeX7HsIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeX7HsIe blockquote {
  border-color: #030246;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vfkeX7HsIe .mbr-text {
  color: #000000;
}
.cid-vfkeX7HsIe .mbr-section-title {
  color: #000000;
}
.cid-vfkeX82WCD {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #030246;
}
.cid-vfkeX82WCD .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vfkeX82WCD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfkeX82WCD .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-vfkeX82WCD .card-title {
  color: #ffffff;
}
.cid-vfkeX8Hwtr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfkeX8Hwtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeX8Hwtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeX8Hwtr .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #030246;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-vfkeX8Hwtr .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfkeX8Hwtr .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfkeX8Hwtr .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfkeX8Hwtr .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vfkeX8Hwtr .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfkeX8Hwtr .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkeX8Hwtr .mbr-section-title {
  color: #3a001d;
}
.cid-vfkeX8Hwtr .mbr-text,
.cid-vfkeX8Hwtr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfkeX8Hwtr .mbr-section-title,
.cid-vfkeX8Hwtr .mbr-section-btn,
.cid-vfkeX8Hwtr .title-wrapper,
.cid-vfkeX8Hwtr .logo-wrapper {
  text-align: center;
}
.cid-vfkeX8Hwtr .mbr-section-title,
.cid-vfkeX8Hwtr .mbr-section-btn,
.cid-vfkeX8Hwtr .logo-wrapper,
.cid-vfkeX8Hwtr .title-wrapper {
  color: #000000;
}
.cid-vfkeX98m3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeX98m3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeX98m3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeX98m3f .card-wrapper {
  background: #030246;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vfkeX98m3f .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfkeX98m3f .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfkeX98m3f .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfkeX98m3f .mbr-text,
.cid-vfkeX98m3f .mbr-section-btn {
  color: #ffffff;
}
.cid-vfkeX98m3f .card-title,
.cid-vfkeX98m3f .card-box {
  text-align: left;
}
.cid-vfkeX9Mjra {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfkeX9Mjra .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vfkeX9Mjra .card {
    margin-bottom: 2rem!important;
  }
  .cid-vfkeX9Mjra .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfkeX9Mjra .link-wrap {
    align-items: center;
  }
}
.cid-vfkeX9Mjra .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfkeX9Mjra .card-title,
.cid-vfkeX9Mjra .card-box {
  color: #000000;
}
.cid-vfkeXahYrO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2021-08-10-1.webp");
}
.cid-vfkeXahYrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeXahYrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeXahYrO .row {
  margin: 0 !important;
}
.cid-vfkeXahYrO .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vfkeXahYrO .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfkeXahYrO .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-vfkeXahYrO .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-vfkeXahYrO .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-vfkeXahYrO .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vfkeXahYrO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-vfkeXahYrO .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vfkeXahYrO .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-vfkeXahYrO .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfkeXahYrO .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-vfkeXahYrO .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #030246;
  margin-left: 0.5rem;
}
.cid-vfkeXahYrO .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #030246;
  font-weight: 900;
}
.cid-vfkeXahYrO .panel-group {
  border: none;
}
.cid-vfkeXahYrO .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-vfkeXahYrO .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfkeXahYrO .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vfkeXahYrO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-vfkeXahYrO .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-vfkeXahYrO .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-vfkeXahYrO .panel-title-edit {
  color: #131313;
}
.cid-vfkeXahYrO .panel-body {
  padding: 0 0 20px;
}
.cid-vfkeXahYrO .panel-text {
  color: #131313;
  margin: 0;
}
.cid-vfkfeuZNnA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkfeuZNnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkfeuZNnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkfeuZNnA .container {
    padding: 0 30px;
  }
}
.cid-vfkfeuZNnA .row {
  justify-content: center;
}
.cid-vfkfeuZNnA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vfkfeuZNnA .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkfeuZNnA .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vfkfeuZNnA .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-vfkfeuZNnA .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkfeuZNnA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vfkfeuZNnA .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-vfkeXb6brv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfkeXb6brv img,
.cid-vfkeXb6brv .item-img {
  width: 100%;
}
.cid-vfkeXb6brv .item:focus,
.cid-vfkeXb6brv span:focus {
  outline: none;
}
.cid-vfkeXb6brv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfkeXb6brv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #030246;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfkeXb6brv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfkeXb6brv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfkeXb6brv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkeXb6brv .mbr-section-title {
  color: #000000;
}
.cid-vfkeXb6brv .mbr-text,
.cid-vfkeXb6brv .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-vfkeXb6brv .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vfkeXb6brv .item-subtitle {
  text-align: left;
}
.cid-vfkeXb6brv .mbr-section-subtitle {
  color: #000000;
}
.cid-vfkeXbR572 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeXbR572 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfkeXcfpXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #030246;
}
.cid-vfkeXcfpXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeXcfpXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeXcfpXX .container,
.cid-vfkeXcfpXX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfkeXcfpXX .container,
  .cid-vfkeXcfpXX .container-fluid {
    padding: 0 20px;
  }
}
.cid-vfkeXcfpXX .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vfkeXcfpXX .title-wrapper {
    padding: 25px 0;
  }
}
.cid-vfkeXcfpXX .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-vfkeXcfpXX .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-vfkeXcfpXX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfkeXcfpXX .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfkeXcfpXX .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfkeXcfpXX .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vfkeXcfpXX .mbr-section-title {
  color: #3d4045;
}
.cid-vfkeXcfpXX .mbr-text {
  color: #000000;
}
.cid-vfkeXcfpXX .mbr-section-btn {
  text-align: right;
}
.cid-vfkeXcfpXX .mbr-section-title,
.cid-vfkeXcfpXX .mbr-section-btn {
  color: #000000;
}
.cid-vfkLstLpOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkLstLpOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkLstLpOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkLstLpOs .row {
  justify-content: space-between;
}
.cid-vfkLstLpOs .card {
  justify-content: flex-end;
}
.cid-vfkLstLpOs .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vfkLstLpOs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfkLstLpOs .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-vfkLstLpOs .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .panel-group {
    display: block;
  }
}
.cid-vfkLstLpOs .panel-group .card {
  position: relative;
  padding: 48px 0;
  margin: 0;
  background-color: transparent;
  border-bottom: 3px dashed #030246;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .panel-group .card {
    padding: 22px 0;
  }
}
.cid-vfkLstLpOs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfkLstLpOs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfkLstLpOs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfkLstLpOs .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-vfkLstLpOs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #030246;
}
.cid-vfkLstLpOs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vfkLstLpOs .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .panel-group .card .panel-collapse .panel-body {
    margin: 32px 0 0 0;
  }
}
.cid-vfkLstLpOs .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkLstLpOs .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vfkLstLpOs .mbr-label {
  color: #c10b02;
}
.cid-vfkLstLpOs .mbr-section-title {
  color: #030246;
}
.cid-vfkLstLpOs .mbr-desc {
  color: #4b4949;
}
.cid-vfkLstLpOs .panel-title-edit {
  color: #000000;
}
.cid-vfkLstLpOs .panel-text {
  color: #4b4949;
}
.cid-vfkLstLpOs .panel-text,
.cid-vfkLstLpOs .panel-body {
  color: #000000;
}
.cid-vfkeXdgpS7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vfkeXdgpS7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-vfkeXdgpS7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfkeXdgpS7 .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-vfkeXdgpS7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfkeXdgpS7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfkeXdNnbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeXdNnbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeXdNnbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkeXdNnbz .content-wrap {
  padding: 60px;
  background-color: #030246;
}
@media (max-width: 992px) {
  .cid-vfkeXdNnbz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-vfkeXdNnbz .content-wrap .row {
  justify-content: center;
}
.cid-vfkeXdNnbz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkeXdNnbz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkeXdNnbz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfkeXdNnbz .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-vfkeXdNnbz .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-vfkeXdNnbz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfkeXdNnbz .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkeXdNnbz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkeXdNnbz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkeXdNnbz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfkeXdNnbz .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfkeXdNnbz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfkeXdNnbz .nav-wrapper .list .item-wrap:hover,
.cid-vfkeXdNnbz .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfkeXdNnbz .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkeXdNnbz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkeXdNnbz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkeXdNnbz .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfkeXdNnbz .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vfkeXdNnbz .contacts-wrapper .list .item-wrap:hover,
.cid-vfkeXdNnbz .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-vfkeXdNnbz .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfkeXdNnbz .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfkeXdNnbz .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkeXdNnbz .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vfkeXdNnbz .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfkeXdNnbz .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkeXdNnbz .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfkeXdNnbz .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-vfkeXdNnbz .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-vfkeXdNnbz .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.cid-vfkeXdNnbz .mbr-section-title {
  color: #ed463f;
}
.cid-vfkeXdNnbz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfkeXdNnbz .list {
  color: #404349;
}
.cid-vfkeXdNnbz .list,
.cid-vfkeXdNnbz .item-wrap {
  color: #ffffff;
}
