body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.63rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.7875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.704rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.241rem;
    font-size: calc( 2.2704999999999997rem + (4.63 - 2.2704999999999997) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #4353ff !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #7232bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4353ff !important;
  border-color: #4353ff !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: #0014eb !important;
  border-color: #0014eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !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: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !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: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !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: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7232bd !important;
  border-color: #7232bd !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: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !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: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !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: #4353ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0014eb !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: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !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: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !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: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !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: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7232bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #492078 !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: #7232bd !important;
  border-color: #7232bd !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: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #4353ff !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #7232bd !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0013dc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #411d6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !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: #4353ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #7232bd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4353ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b48ee1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #4353ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #4353ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4353ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4353ff;
}
.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: #4353ff;
  border-bottom-color: #4353ff;
}
.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: #4353ff !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: #1da1f2 !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='%234353ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #4353ff !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9A0bjgjGf .navbar-dropdown {
  position: relative !important;
}
.cid-v9A0bjgjGf .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9A0bjgjGf .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9A0bjgjGf .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-v9A0bjgjGf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9A0bjgjGf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9A0bjgjGf .dropdown-item:hover,
.cid-v9A0bjgjGf .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9A0bjgjGf .dropdown-item:hover span {
  color: white;
}
.cid-v9A0bjgjGf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9A0bjgjGf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9A0bjgjGf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9A0bjgjGf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9A0bjgjGf .nav-link {
  position: relative;
}
.cid-v9A0bjgjGf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9A0bjgjGf .container {
    flex-wrap: nowrap;
  }
}
.cid-v9A0bjgjGf .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9A0bjgjGf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9A0bjgjGf .dropdown-menu,
.cid-v9A0bjgjGf .navbar.opened {
  background: #ffffff !important;
}
.cid-v9A0bjgjGf .nav-item:focus,
.cid-v9A0bjgjGf .nav-link:focus {
  outline: none;
}
.cid-v9A0bjgjGf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9A0bjgjGf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9A0bjgjGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9A0bjgjGf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9A0bjgjGf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9A0bjgjGf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9A0bjgjGf .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9A0bjgjGf .navbar.opened {
  transition: all 0.3s;
}
.cid-v9A0bjgjGf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9A0bjgjGf .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9A0bjgjGf .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9A0bjgjGf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9A0bjgjGf .navbar.collapsed {
  justify-content: center;
}
.cid-v9A0bjgjGf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9A0bjgjGf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9A0bjgjGf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9A0bjgjGf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9A0bjgjGf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9A0bjgjGf .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-v9A0bjgjGf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9A0bjgjGf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9A0bjgjGf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9A0bjgjGf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9A0bjgjGf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9A0bjgjGf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9A0bjgjGf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9A0bjgjGf .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-v9A0bjgjGf .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9A0bjgjGf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9A0bjgjGf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9A0bjgjGf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9A0bjgjGf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9A0bjgjGf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9A0bjgjGf .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9A0bjgjGf .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9A0bjgjGf .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9A0bjgjGf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9A0bjgjGf .navbar-brand .navbar-caption:hover,
.cid-v9A0bjgjGf .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9A0bjgjGf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9A0bjgjGf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9A0bjgjGf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9A0bjgjGf .dropdown-item.active,
.cid-v9A0bjgjGf .dropdown-item:active {
  background-color: transparent;
}
.cid-v9A0bjgjGf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9A0bjgjGf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9A0bjgjGf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9A0bjgjGf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9A0bjgjGf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9A0bjgjGf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9A0bjgjGf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9A0bjgjGf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9A0bjgjGf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9A0bjgjGf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9A0bjgjGf .navbar-buttons {
    text-align: left;
  }
}
.cid-v9A0bjgjGf .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9A0bjgjGf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9A0bjgjGf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9A0bjgjGf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9A0bjgjGf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9A0bjgjGf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9A0bjgjGf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9A0bjgjGf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9A0bjgjGf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9A0bjgjGf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9A0bjgjGf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9A0bjgjGf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9A0bjgjGf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9A0bjgjGf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9A0bjgjGf .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-v9A0bjgjGf .navbar {
    height: 70px;
  }
  .cid-v9A0bjgjGf .navbar.opened {
    height: auto;
  }
  .cid-v9A0bjgjGf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9A0bjgjGf .navbar-nav {
  margin: 0 auto;
}
.cid-v9A0bjgjGf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9A0bjgjGf .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9A0bjgjGf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9A0bjgjGf .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9A0bjgjGf .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9A0bjgjGf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9A0bjgjGf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9A0bjgjGf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9A0bjgjGf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9A0bjgjGf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9A0bjgjGf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9A0bjgjGf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9A0bjgjGf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9A0bjgjGf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9A0bjgjGf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9A0bjgjGf .content-wrap {
  min-height: 80px;
}
.cid-v9Auav04I1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9Auav04I1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Auav04I1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Auav04I1 .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9Auav04I1 .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9Auav04I1 .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9Auav04I1 .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9Auav04I1 .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9Auav04I1 .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9Auav04I1 .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9Auav04I1 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9Auav04I1 .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9Auav04I1 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9Auav04I1 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9Auav04I1 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9Auav04I1 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9Auav04I1 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9Auav04I1 .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9Auav04I1 .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9Auav04I1 .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9Auav04I1 .image-wrapper img {
    height: 300px;
  }
}
.cid-v9Auav04I1 .mbr-label,
.cid-v9Auav04I1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9Auav04I1 .mbr-section-title {
  color: #fffaf0;
}
.cid-v9Auav04I1 .mbr-text,
.cid-v9Auav04I1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9Auav04I1 .mbr-section-title,
.cid-v9Auav04I1 .title-wrapper,
.cid-v9Auav04I1 .mbr-section-btn {
  text-align: center;
}
.cid-v9Auav04I1 .mbr-section-title,
.cid-v9Auav04I1 .title-wrapper,
.cid-v9Auav04I1 .logo-wrapper,
.cid-v9Auav04I1 .mbr-section-btn {
  color: #000000;
}
.cid-topxbiJT0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topxbiJT0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-topxbiJT0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topxbiJT0t .text-wrap {
  width: 100%;
}
.cid-topxbiJT0t .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topxbiJT0t .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-topxbiJT0t .list-wrap {
  margin-top: 52px;
}
.cid-topxbiJT0t .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-topxbiJT0t .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-topxbiJT0t .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-topxbiJT0t .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-topBQiMOhF {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-topBQiMOhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-topBQiMOhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topBQiMOhF .text-wrap {
  width: 100%;
}
.cid-topBQiMOhF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topBQiMOhF .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-topBQiMOhF .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-topwFWlOlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topwFWlOlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-topwFWlOlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topwFWlOlL .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-topwFWlOlL .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-topwFWlOlL .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-topwFWlOlL .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-topwFWlOlL .mbr-section-btn {
  padding-top: 40px;
}
.cid-topwFWlOlL .mbr-text,
.cid-topwFWlOlL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9ArHVTvWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9ArHVTvWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ArHVTvWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ArHVTvWe .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9ArHVTvWe .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9ArHVTvWe .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9ArHVTvWe .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9ArHVTvWe .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9ArHVTvWe .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9ArHVTvWe .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9ArHVTvWe .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9ArHVTvWe .image-wrapper {
  background-color: #65bef6;
  padding: 8px;
}
.cid-v9ArHVTvWe .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v9ArHVTvWe .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9ArHVTvWe .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9ArHVTvWe .mbr-label,
.cid-v9ArHVTvWe .label-wrapper {
  color: #000000;
}
.cid-v9ArHVTvWe .mbr-section-title {
  color: #000000;
}
.cid-v9ArHVTvWe .mbr-text,
.cid-v9ArHVTvWe .text-wrapper {
  color: #000000;
}
.cid-v9ArN2SlpZ {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #65bef6;
}
.cid-v9ArN2SlpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ArN2SlpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ArN2SlpZ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v9ArN2SlpZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9ArN2SlpZ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9ArN2SlpZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9ArN2SlpZ .mbr-label {
  color: #000000;
}
.cid-v9ArN2SlpZ .mbr-text {
  color: #ffffff;
}
.cid-v9ArN2SlpZ .mbr-text,
.cid-v9ArN2SlpZ .mbr-section-btn {
  color: #000000;
}
.cid-v9ArXHtJuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9ArXHtJuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ArXHtJuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ArXHtJuM .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #004aad;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9ArXHtJuM .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9ArXHtJuM .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9ArXHtJuM .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9ArXHtJuM .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9ArXHtJuM .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9ArXHtJuM .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9ArXHtJuM .mbr-section-title {
  color: #3a001d;
}
.cid-v9ArXHtJuM .mbr-text,
.cid-v9ArXHtJuM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9ArXHtJuM .mbr-section-title,
.cid-v9ArXHtJuM .mbr-section-btn,
.cid-v9ArXHtJuM .title-wrapper,
.cid-v9ArXHtJuM .logo-wrapper {
  text-align: center;
}
.cid-v9ArXHtJuM .mbr-section-title,
.cid-v9ArXHtJuM .mbr-section-btn,
.cid-v9ArXHtJuM .logo-wrapper,
.cid-v9ArXHtJuM .title-wrapper {
  color: #000000;
}
.cid-v9AuXGCZU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9AuXGCZU6 .container {
    padding: 0 25px;
  }
}
.cid-v9AuXGCZU6 .title-wrapper {
  margin: 25px 0;
}
.cid-v9AuXGCZU6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AuXGCZU6 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v9AuXGCZU6 .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-v9AuXGCZU6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AuXGCZU6 .mbr-section-title {
  color: #000000;
}
.cid-v9AuXGCZU6 .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AuXGCZU6 .mbr-text {
  color: #000000;
}
.cid-v9Avkbsh0Z {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v9Avkbsh0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Avkbsh0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Avkbsh0Z .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v9Avkbsh0Z .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9Avkbsh0Z .container {
    padding: 0 24px;
  }
}
.cid-v9Avkbsh0Z .row {
  justify-content: center;
}
.cid-v9Avkbsh0Z .content-wrapper {
  border-radius: 40px;
  background-color: #65bef6;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v9Avkbsh0Z .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v9Avkbsh0Z .content-wrapper {
    padding: 32px;
  }
}
.cid-v9Avkbsh0Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9Avkbsh0Z .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v9Avkbsh0Z .mbr-section-title {
  color: #000000;
}
.cid-v9Avkbsh0Z .mbr-text {
  color: #000000;
}
.cid-v9Am5ZvFRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9Am5ZvFRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Am5ZvFRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Am5ZvFRe .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9Am5ZvFRe .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .container {
    padding: 0 20px;
  }
}
.cid-v9Am5ZvFRe .row {
  justify-content: center;
}
.cid-v9Am5ZvFRe .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9Am5ZvFRe .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9Am5ZvFRe .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9Am5ZvFRe .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9Am5ZvFRe .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9Am5ZvFRe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9Am5ZvFRe .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9Am5ZvFRe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9Am5ZvFRe .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9Am5ZvFRe .nav-wrapper .list .item-wrap:hover,
.cid-v9Am5ZvFRe .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9Am5ZvFRe .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9Am5ZvFRe .mbr-text {
  color: #000000;
}
.cid-v9Am5ZvFRe .mbr-list-title {
  color: #000000;
}
.cid-v9Am5ZvFRe .list {
  color: #9a9a9a;
}
.cid-v9Am5ZvFRe .list,
.cid-v9Am5ZvFRe .item-wrap,
.cid-v9Am5ZvFRe .contacts-wrapper {
  color: #000000;
}
.cid-v9AxecK0aW .navbar-dropdown {
  position: relative !important;
}
.cid-v9AxecK0aW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9AxecK0aW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9AxecK0aW .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-v9AxecK0aW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9AxecK0aW .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9AxecK0aW .dropdown-item:hover,
.cid-v9AxecK0aW .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9AxecK0aW .dropdown-item:hover span {
  color: white;
}
.cid-v9AxecK0aW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9AxecK0aW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9AxecK0aW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9AxecK0aW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9AxecK0aW .nav-link {
  position: relative;
}
.cid-v9AxecK0aW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9AxecK0aW .container {
    flex-wrap: nowrap;
  }
}
.cid-v9AxecK0aW .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9AxecK0aW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AxecK0aW .dropdown-menu,
.cid-v9AxecK0aW .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v9AxecK0aW .nav-item:focus,
.cid-v9AxecK0aW .nav-link:focus {
  outline: none;
}
.cid-v9AxecK0aW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AxecK0aW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9AxecK0aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AxecK0aW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AxecK0aW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AxecK0aW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AxecK0aW .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9AxecK0aW .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AxecK0aW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9AxecK0aW .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9AxecK0aW .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9AxecK0aW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AxecK0aW .navbar.collapsed {
  justify-content: center;
}
.cid-v9AxecK0aW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AxecK0aW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AxecK0aW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AxecK0aW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AxecK0aW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AxecK0aW .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-v9AxecK0aW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AxecK0aW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AxecK0aW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AxecK0aW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AxecK0aW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AxecK0aW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AxecK0aW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AxecK0aW .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-v9AxecK0aW .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9AxecK0aW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AxecK0aW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9AxecK0aW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9AxecK0aW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AxecK0aW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AxecK0aW .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9AxecK0aW .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9AxecK0aW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9AxecK0aW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AxecK0aW .navbar-brand .navbar-caption:hover,
.cid-v9AxecK0aW .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AxecK0aW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AxecK0aW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9AxecK0aW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AxecK0aW .dropdown-item.active,
.cid-v9AxecK0aW .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AxecK0aW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AxecK0aW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AxecK0aW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AxecK0aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9AxecK0aW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9AxecK0aW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9AxecK0aW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AxecK0aW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9AxecK0aW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9AxecK0aW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9AxecK0aW .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AxecK0aW .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9AxecK0aW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9AxecK0aW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9AxecK0aW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9AxecK0aW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9AxecK0aW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AxecK0aW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AxecK0aW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9AxecK0aW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AxecK0aW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AxecK0aW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AxecK0aW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AxecK0aW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AxecK0aW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AxecK0aW .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-v9AxecK0aW .navbar {
    height: 70px;
  }
  .cid-v9AxecK0aW .navbar.opened {
    height: auto;
  }
  .cid-v9AxecK0aW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AxecK0aW .navbar-nav {
  margin: 0 auto;
}
.cid-v9AxecK0aW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9AxecK0aW .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9AxecK0aW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9AxecK0aW .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9AxecK0aW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9AxecK0aW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9AxecK0aW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9AxecK0aW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9AxecK0aW .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9AxecK0aW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9AxecK0aW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9AxecK0aW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9AxecK0aW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9AxecK0aW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9AxecK0aW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9AxecK0aW .content-wrap {
  min-height: 80px;
}
.cid-v9AxefcVbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AxefcVbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxefcVbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxefcVbE .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9AxefcVbE .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9AxefcVbE .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9AxefcVbE .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9AxefcVbE .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9AxefcVbE .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9AxefcVbE .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9AxefcVbE .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AxefcVbE .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9AxefcVbE .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AxefcVbE .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AxefcVbE .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AxefcVbE .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AxefcVbE .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9AxefcVbE .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9AxefcVbE .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxefcVbE .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9AxefcVbE .image-wrapper img {
    height: 300px;
  }
}
.cid-v9AxefcVbE .mbr-label,
.cid-v9AxefcVbE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9AxefcVbE .mbr-section-title {
  color: #fffaf0;
}
.cid-v9AxefcVbE .mbr-text,
.cid-v9AxefcVbE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AxefcVbE .mbr-section-title,
.cid-v9AxefcVbE .title-wrapper,
.cid-v9AxefcVbE .mbr-section-btn {
  text-align: center;
}
.cid-v9AxefcVbE .mbr-section-title,
.cid-v9AxefcVbE .title-wrapper,
.cid-v9AxefcVbE .logo-wrapper,
.cid-v9AxefcVbE .mbr-section-btn {
  color: #000000;
}
.cid-v9AxehRBBC {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-v9AxehRBBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxehRBBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxehRBBC .text-wrap {
  width: 100%;
}
.cid-v9AxehRBBC .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AxehRBBC .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AxehRBBC .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v9AxeqiL6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9AxeqiL6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxeqiL6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxeqiL6d .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AxeqiL6d .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .container {
    padding: 0 20px;
  }
}
.cid-v9AxeqiL6d .row {
  justify-content: center;
}
.cid-v9AxeqiL6d .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AxeqiL6d .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AxeqiL6d .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9AxeqiL6d .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9AxeqiL6d .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AxeqiL6d .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AxeqiL6d .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AxeqiL6d .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AxeqiL6d .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AxeqiL6d .nav-wrapper .list .item-wrap:hover,
.cid-v9AxeqiL6d .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9AxeqiL6d .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AxeqiL6d .mbr-text {
  color: #000000;
}
.cid-v9AxeqiL6d .mbr-list-title {
  color: #000000;
}
.cid-v9AxeqiL6d .list {
  color: #9a9a9a;
}
.cid-v9AxeqiL6d .list,
.cid-v9AxeqiL6d .item-wrap,
.cid-v9AxeqiL6d .contacts-wrapper {
  color: #000000;
}
.cid-v9AxRYoX2F .navbar-dropdown {
  position: relative !important;
}
.cid-v9AxRYoX2F .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9AxRYoX2F .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9AxRYoX2F .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-v9AxRYoX2F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9AxRYoX2F .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9AxRYoX2F .dropdown-item:hover,
.cid-v9AxRYoX2F .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9AxRYoX2F .dropdown-item:hover span {
  color: white;
}
.cid-v9AxRYoX2F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9AxRYoX2F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9AxRYoX2F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9AxRYoX2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9AxRYoX2F .nav-link {
  position: relative;
}
.cid-v9AxRYoX2F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9AxRYoX2F .container {
    flex-wrap: nowrap;
  }
}
.cid-v9AxRYoX2F .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9AxRYoX2F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AxRYoX2F .dropdown-menu,
.cid-v9AxRYoX2F .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v9AxRYoX2F .nav-item:focus,
.cid-v9AxRYoX2F .nav-link:focus {
  outline: none;
}
.cid-v9AxRYoX2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AxRYoX2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9AxRYoX2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AxRYoX2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AxRYoX2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AxRYoX2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AxRYoX2F .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9AxRYoX2F .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AxRYoX2F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9AxRYoX2F .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9AxRYoX2F .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9AxRYoX2F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AxRYoX2F .navbar.collapsed {
  justify-content: center;
}
.cid-v9AxRYoX2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AxRYoX2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AxRYoX2F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AxRYoX2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AxRYoX2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AxRYoX2F .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-v9AxRYoX2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AxRYoX2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AxRYoX2F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AxRYoX2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AxRYoX2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AxRYoX2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AxRYoX2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AxRYoX2F .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-v9AxRYoX2F .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9AxRYoX2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AxRYoX2F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9AxRYoX2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9AxRYoX2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AxRYoX2F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AxRYoX2F .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9AxRYoX2F .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9AxRYoX2F .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9AxRYoX2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AxRYoX2F .navbar-brand .navbar-caption:hover,
.cid-v9AxRYoX2F .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AxRYoX2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AxRYoX2F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9AxRYoX2F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AxRYoX2F .dropdown-item.active,
.cid-v9AxRYoX2F .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AxRYoX2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AxRYoX2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AxRYoX2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AxRYoX2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9AxRYoX2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9AxRYoX2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9AxRYoX2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AxRYoX2F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9AxRYoX2F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9AxRYoX2F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9AxRYoX2F .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AxRYoX2F .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9AxRYoX2F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9AxRYoX2F button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9AxRYoX2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9AxRYoX2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9AxRYoX2F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AxRYoX2F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AxRYoX2F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9AxRYoX2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AxRYoX2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AxRYoX2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AxRYoX2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AxRYoX2F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AxRYoX2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AxRYoX2F .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-v9AxRYoX2F .navbar {
    height: 70px;
  }
  .cid-v9AxRYoX2F .navbar.opened {
    height: auto;
  }
  .cid-v9AxRYoX2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AxRYoX2F .navbar-nav {
  margin: 0 auto;
}
.cid-v9AxRYoX2F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9AxRYoX2F .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9AxRYoX2F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9AxRYoX2F .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9AxRYoX2F .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9AxRYoX2F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9AxRYoX2F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9AxRYoX2F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9AxRYoX2F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9AxRYoX2F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9AxRYoX2F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9AxRYoX2F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9AxRYoX2F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9AxRYoX2F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9AxRYoX2F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9AxRYoX2F .content-wrap {
  min-height: 80px;
}
.cid-v9AxRZ2fId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AxRZ2fId .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxRZ2fId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxRZ2fId .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9AxRZ2fId .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9AxRZ2fId .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9AxRZ2fId .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9AxRZ2fId .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9AxRZ2fId .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9AxRZ2fId .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9AxRZ2fId .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AxRZ2fId .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9AxRZ2fId .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AxRZ2fId .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AxRZ2fId .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AxRZ2fId .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AxRZ2fId .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9AxRZ2fId .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9AxRZ2fId .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxRZ2fId .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9AxRZ2fId .image-wrapper img {
    height: 300px;
  }
}
.cid-v9AxRZ2fId .mbr-label,
.cid-v9AxRZ2fId .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9AxRZ2fId .mbr-section-title {
  color: #fffaf0;
}
.cid-v9AxRZ2fId .mbr-text,
.cid-v9AxRZ2fId .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AxRZ2fId .mbr-section-title,
.cid-v9AxRZ2fId .title-wrapper,
.cid-v9AxRZ2fId .mbr-section-btn {
  text-align: center;
}
.cid-v9AxRZ2fId .mbr-section-title,
.cid-v9AxRZ2fId .title-wrapper,
.cid-v9AxRZ2fId .logo-wrapper,
.cid-v9AxRZ2fId .mbr-section-btn {
  color: #000000;
}
.cid-v9AxRZDcXf {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-v9AxRZDcXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxRZDcXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxRZDcXf .text-wrap {
  width: 100%;
}
.cid-v9AxRZDcXf .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AxRZDcXf .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AxRZDcXf .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v9AxS06o10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9AxS06o10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AxS06o10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AxS06o10 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AxS06o10 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .container {
    padding: 0 20px;
  }
}
.cid-v9AxS06o10 .row {
  justify-content: center;
}
.cid-v9AxS06o10 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AxS06o10 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AxS06o10 .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9AxS06o10 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9AxS06o10 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AxS06o10 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AxS06o10 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AxS06o10 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AxS06o10 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AxS06o10 .nav-wrapper .list .item-wrap:hover,
.cid-v9AxS06o10 .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9AxS06o10 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AxS06o10 .mbr-text {
  color: #000000;
}
.cid-v9AxS06o10 .mbr-list-title {
  color: #000000;
}
.cid-v9AxS06o10 .list {
  color: #9a9a9a;
}
.cid-v9AxS06o10 .list,
.cid-v9AxS06o10 .item-wrap,
.cid-v9AxS06o10 .contacts-wrapper {
  color: #000000;
}
.cid-v9AynHRBtV .navbar-dropdown {
  position: relative !important;
}
.cid-v9AynHRBtV .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9AynHRBtV .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9AynHRBtV .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-v9AynHRBtV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9AynHRBtV .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9AynHRBtV .dropdown-item:hover,
.cid-v9AynHRBtV .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9AynHRBtV .dropdown-item:hover span {
  color: white;
}
.cid-v9AynHRBtV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9AynHRBtV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9AynHRBtV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9AynHRBtV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9AynHRBtV .nav-link {
  position: relative;
}
.cid-v9AynHRBtV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9AynHRBtV .container {
    flex-wrap: nowrap;
  }
}
.cid-v9AynHRBtV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9AynHRBtV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AynHRBtV .dropdown-menu,
.cid-v9AynHRBtV .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v9AynHRBtV .nav-item:focus,
.cid-v9AynHRBtV .nav-link:focus {
  outline: none;
}
.cid-v9AynHRBtV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AynHRBtV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9AynHRBtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AynHRBtV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AynHRBtV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AynHRBtV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AynHRBtV .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9AynHRBtV .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AynHRBtV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9AynHRBtV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9AynHRBtV .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9AynHRBtV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AynHRBtV .navbar.collapsed {
  justify-content: center;
}
.cid-v9AynHRBtV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AynHRBtV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AynHRBtV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AynHRBtV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AynHRBtV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AynHRBtV .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-v9AynHRBtV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AynHRBtV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AynHRBtV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AynHRBtV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AynHRBtV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AynHRBtV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AynHRBtV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AynHRBtV .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-v9AynHRBtV .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9AynHRBtV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AynHRBtV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9AynHRBtV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9AynHRBtV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AynHRBtV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AynHRBtV .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9AynHRBtV .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9AynHRBtV .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9AynHRBtV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AynHRBtV .navbar-brand .navbar-caption:hover,
.cid-v9AynHRBtV .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AynHRBtV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AynHRBtV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9AynHRBtV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AynHRBtV .dropdown-item.active,
.cid-v9AynHRBtV .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AynHRBtV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AynHRBtV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AynHRBtV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AynHRBtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9AynHRBtV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9AynHRBtV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9AynHRBtV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AynHRBtV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9AynHRBtV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9AynHRBtV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9AynHRBtV .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AynHRBtV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9AynHRBtV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9AynHRBtV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9AynHRBtV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9AynHRBtV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9AynHRBtV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AynHRBtV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AynHRBtV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9AynHRBtV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AynHRBtV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AynHRBtV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AynHRBtV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AynHRBtV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AynHRBtV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AynHRBtV .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-v9AynHRBtV .navbar {
    height: 70px;
  }
  .cid-v9AynHRBtV .navbar.opened {
    height: auto;
  }
  .cid-v9AynHRBtV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AynHRBtV .navbar-nav {
  margin: 0 auto;
}
.cid-v9AynHRBtV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9AynHRBtV .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9AynHRBtV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9AynHRBtV .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9AynHRBtV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9AynHRBtV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9AynHRBtV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9AynHRBtV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9AynHRBtV .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9AynHRBtV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9AynHRBtV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9AynHRBtV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9AynHRBtV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9AynHRBtV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9AynHRBtV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9AynHRBtV .content-wrap {
  min-height: 80px;
}
.cid-v9AynIQXEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynIQXEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynIQXEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynIQXEE .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9AynIQXEE .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9AynIQXEE .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9AynIQXEE .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9AynIQXEE .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9AynIQXEE .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9AynIQXEE .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9AynIQXEE .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AynIQXEE .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9AynIQXEE .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AynIQXEE .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AynIQXEE .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AynIQXEE .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AynIQXEE .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9AynIQXEE .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9AynIQXEE .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9AynIQXEE .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9AynIQXEE .image-wrapper img {
    height: 300px;
  }
}
.cid-v9AynIQXEE .mbr-label,
.cid-v9AynIQXEE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9AynIQXEE .mbr-section-title {
  color: #fffaf0;
}
.cid-v9AynIQXEE .mbr-text,
.cid-v9AynIQXEE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AynIQXEE .mbr-section-title,
.cid-v9AynIQXEE .title-wrapper,
.cid-v9AynIQXEE .mbr-section-btn {
  text-align: center;
}
.cid-v9AynIQXEE .mbr-section-title,
.cid-v9AynIQXEE .title-wrapper,
.cid-v9AynIQXEE .logo-wrapper,
.cid-v9AynIQXEE .mbr-section-btn {
  color: #000000;
}
.cid-v9AynJvRaA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynJvRaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynJvRaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynJvRaA .text-wrap {
  width: 100%;
}
.cid-v9AynJvRaA .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AynJvRaA .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AynJvRaA .list-wrap {
  margin-top: 52px;
}
.cid-v9AynJvRaA .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v9AynJvRaA .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v9AynJvRaA .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-v9AynJvRaA .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-v9AynKbPWN {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-v9AynKbPWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynKbPWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynKbPWN .text-wrap {
  width: 100%;
}
.cid-v9AynKbPWN .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AynKbPWN .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AynKbPWN .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v9AynKJEK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynKJEK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynKJEK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynKJEK2 .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-v9AynKJEK2 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-v9AynKJEK2 .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-v9AynKJEK2 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-v9AynKJEK2 .mbr-section-btn {
  padding-top: 40px;
}
.cid-v9AynKJEK2 .mbr-text,
.cid-v9AynKJEK2 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9AynLgyr7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynLgyr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynLgyr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynLgyr7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9AynLgyr7 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9AynLgyr7 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9AynLgyr7 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9AynLgyr7 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9AynLgyr7 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AynLgyr7 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AynLgyr7 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9AynLgyr7 .image-wrapper {
  background-color: #65bef6;
  padding: 8px;
}
.cid-v9AynLgyr7 .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v9AynLgyr7 .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9AynLgyr7 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9AynLgyr7 .mbr-label,
.cid-v9AynLgyr7 .label-wrapper {
  color: #000000;
}
.cid-v9AynLgyr7 .mbr-section-title {
  color: #000000;
}
.cid-v9AynLgyr7 .mbr-text,
.cid-v9AynLgyr7 .text-wrapper {
  color: #000000;
}
.cid-v9AynLPyWR {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #65bef6;
}
.cid-v9AynLPyWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynLPyWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynLPyWR .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v9AynLPyWR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AynLPyWR .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9AynLPyWR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AynLPyWR .mbr-label {
  color: #000000;
}
.cid-v9AynLPyWR .mbr-text {
  color: #ffffff;
}
.cid-v9AynLPyWR .mbr-text,
.cid-v9AynLPyWR .mbr-section-btn {
  color: #000000;
}
.cid-v9AynMhPot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynMhPot .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynMhPot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynMhPot .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9AynMhPot .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #004aad;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9AynMhPot .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9AynMhPot .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9AynMhPot .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AynMhPot .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9AynMhPot .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9AynMhPot .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AynMhPot .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AynMhPot .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AynMhPot .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AynMhPot .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AynMhPot .mbr-section-title {
  color: #3a001d;
}
.cid-v9AynMhPot .mbr-text,
.cid-v9AynMhPot .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AynMhPot .mbr-section-title,
.cid-v9AynMhPot .mbr-section-btn,
.cid-v9AynMhPot .title-wrapper,
.cid-v9AynMhPot .logo-wrapper {
  text-align: center;
}
.cid-v9AynMhPot .mbr-section-title,
.cid-v9AynMhPot .mbr-section-btn,
.cid-v9AynMhPot .logo-wrapper,
.cid-v9AynMhPot .title-wrapper {
  color: #000000;
}
.cid-v9AynMKDwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9AynMKDwO .container {
    padding: 0 25px;
  }
}
.cid-v9AynMKDwO .title-wrapper {
  margin: 25px 0;
}
.cid-v9AynMKDwO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AynMKDwO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v9AynMKDwO .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-v9AynMKDwO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AynMKDwO .mbr-section-title {
  color: #000000;
}
.cid-v9AynMKDwO .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AynMKDwO .mbr-text {
  color: #000000;
}
.cid-v9AynNgWMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AynNgWMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynNgWMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynNgWMg .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v9AynNgWMg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9AynNgWMg .container {
    padding: 0 24px;
  }
}
.cid-v9AynNgWMg .row {
  justify-content: center;
}
.cid-v9AynNgWMg .content-wrapper {
  border-radius: 40px;
  background-color: #65bef6;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v9AynNgWMg .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v9AynNgWMg .content-wrapper {
    padding: 32px;
  }
}
.cid-v9AynNgWMg .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9AynNgWMg .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v9AynNgWMg .mbr-section-title {
  color: #000000;
}
.cid-v9AynNgWMg .mbr-text {
  color: #000000;
}
.cid-v9AynNI9yK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9AynNI9yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynNI9yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynNI9yK .section-head {
  margin-bottom: 50px;
}
.cid-v9AynNI9yK .mbr-section-title {
  color: #000000;
}
.cid-v9AynNI9yK .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-v9AynNI9yK .card {
  padding: 0;
}
.cid-v9AynNI9yK .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-v9AynNI9yK .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-v9AynNI9yK .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-v9AynNI9yK .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-v9AynNI9yK .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-v9AynNI9yK .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-v9AynNI9yK .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-v9AynNI9yK .sign {
  display: none !important;
}
.cid-v9AynNI9yK .panel-title-edit {
  color: #000000;
}
.cid-v9AynNI9yK .panel-body {
  padding: 15px 0;
}
.cid-v9AynNI9yK .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9AynOfUk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9AynOfUk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AynOfUk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AynOfUk2 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AynOfUk2 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .container {
    padding: 0 20px;
  }
}
.cid-v9AynOfUk2 .row {
  justify-content: center;
}
.cid-v9AynOfUk2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AynOfUk2 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AynOfUk2 .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9AynOfUk2 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9AynOfUk2 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AynOfUk2 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AynOfUk2 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AynOfUk2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AynOfUk2 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AynOfUk2 .nav-wrapper .list .item-wrap:hover,
.cid-v9AynOfUk2 .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9AynOfUk2 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AynOfUk2 .mbr-text {
  color: #000000;
}
.cid-v9AynOfUk2 .mbr-list-title {
  color: #000000;
}
.cid-v9AynOfUk2 .list {
  color: #9a9a9a;
}
.cid-v9AynOfUk2 .list,
.cid-v9AynOfUk2 .item-wrap,
.cid-v9AynOfUk2 .contacts-wrapper {
  color: #000000;
}
.cid-v9AzZsgeFi .navbar-dropdown {
  position: relative !important;
}
.cid-v9AzZsgeFi .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9AzZsgeFi .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9AzZsgeFi .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-v9AzZsgeFi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9AzZsgeFi .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9AzZsgeFi .dropdown-item:hover,
.cid-v9AzZsgeFi .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9AzZsgeFi .dropdown-item:hover span {
  color: white;
}
.cid-v9AzZsgeFi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9AzZsgeFi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9AzZsgeFi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9AzZsgeFi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9AzZsgeFi .nav-link {
  position: relative;
}
.cid-v9AzZsgeFi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9AzZsgeFi .container {
    flex-wrap: nowrap;
  }
}
.cid-v9AzZsgeFi .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9AzZsgeFi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AzZsgeFi .dropdown-menu,
.cid-v9AzZsgeFi .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v9AzZsgeFi .nav-item:focus,
.cid-v9AzZsgeFi .nav-link:focus {
  outline: none;
}
.cid-v9AzZsgeFi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AzZsgeFi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9AzZsgeFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AzZsgeFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AzZsgeFi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AzZsgeFi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AzZsgeFi .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9AzZsgeFi .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AzZsgeFi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9AzZsgeFi .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9AzZsgeFi .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9AzZsgeFi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AzZsgeFi .navbar.collapsed {
  justify-content: center;
}
.cid-v9AzZsgeFi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AzZsgeFi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AzZsgeFi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AzZsgeFi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AzZsgeFi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AzZsgeFi .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-v9AzZsgeFi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AzZsgeFi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AzZsgeFi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AzZsgeFi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AzZsgeFi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AzZsgeFi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AzZsgeFi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AzZsgeFi .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-v9AzZsgeFi .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9AzZsgeFi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AzZsgeFi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9AzZsgeFi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9AzZsgeFi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AzZsgeFi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AzZsgeFi .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9AzZsgeFi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9AzZsgeFi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9AzZsgeFi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AzZsgeFi .navbar-brand .navbar-caption:hover,
.cid-v9AzZsgeFi .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AzZsgeFi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AzZsgeFi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9AzZsgeFi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AzZsgeFi .dropdown-item.active,
.cid-v9AzZsgeFi .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AzZsgeFi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AzZsgeFi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AzZsgeFi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AzZsgeFi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9AzZsgeFi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9AzZsgeFi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9AzZsgeFi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AzZsgeFi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9AzZsgeFi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9AzZsgeFi .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9AzZsgeFi .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AzZsgeFi .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9AzZsgeFi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9AzZsgeFi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9AzZsgeFi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9AzZsgeFi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9AzZsgeFi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AzZsgeFi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AzZsgeFi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9AzZsgeFi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AzZsgeFi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AzZsgeFi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AzZsgeFi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AzZsgeFi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AzZsgeFi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AzZsgeFi .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-v9AzZsgeFi .navbar {
    height: 70px;
  }
  .cid-v9AzZsgeFi .navbar.opened {
    height: auto;
  }
  .cid-v9AzZsgeFi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AzZsgeFi .navbar-nav {
  margin: 0 auto;
}
.cid-v9AzZsgeFi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9AzZsgeFi .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9AzZsgeFi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9AzZsgeFi .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9AzZsgeFi .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9AzZsgeFi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9AzZsgeFi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9AzZsgeFi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9AzZsgeFi .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9AzZsgeFi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9AzZsgeFi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9AzZsgeFi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9AzZsgeFi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9AzZsgeFi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9AzZsgeFi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9AzZsgeFi .content-wrap {
  min-height: 80px;
}
.cid-v9AzZt05oN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZt05oN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZt05oN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZt05oN .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9AzZt05oN .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9AzZt05oN .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9AzZt05oN .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9AzZt05oN .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9AzZt05oN .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9AzZt05oN .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9AzZt05oN .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AzZt05oN .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9AzZt05oN .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AzZt05oN .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AzZt05oN .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AzZt05oN .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AzZt05oN .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9AzZt05oN .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9AzZt05oN .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZt05oN .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9AzZt05oN .image-wrapper img {
    height: 300px;
  }
}
.cid-v9AzZt05oN .mbr-label,
.cid-v9AzZt05oN .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9AzZt05oN .mbr-section-title {
  color: #fffaf0;
}
.cid-v9AzZt05oN .mbr-text,
.cid-v9AzZt05oN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AzZt05oN .mbr-section-title,
.cid-v9AzZt05oN .title-wrapper,
.cid-v9AzZt05oN .mbr-section-btn {
  text-align: center;
}
.cid-v9AzZt05oN .mbr-section-title,
.cid-v9AzZt05oN .title-wrapper,
.cid-v9AzZt05oN .logo-wrapper,
.cid-v9AzZt05oN .mbr-section-btn {
  color: #000000;
}
.cid-v9AzZtxt6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZtxt6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZtxt6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZtxt6S .text-wrap {
  width: 100%;
}
.cid-v9AzZtxt6S .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AzZtxt6S .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AzZtxt6S .list-wrap {
  margin-top: 52px;
}
.cid-v9AzZtxt6S .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v9AzZtxt6S .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v9AzZtxt6S .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-v9AzZtxt6S .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-v9AzZu6TPU {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-v9AzZu6TPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZu6TPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZu6TPU .text-wrap {
  width: 100%;
}
.cid-v9AzZu6TPU .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AzZu6TPU .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AzZu6TPU .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v9AzZuFCRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZuFCRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZuFCRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZuFCRo .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-v9AzZuFCRo .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-v9AzZuFCRo .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-v9AzZuFCRo .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-v9AzZuFCRo .mbr-section-btn {
  padding-top: 40px;
}
.cid-v9AzZuFCRo .mbr-text,
.cid-v9AzZuFCRo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9AzZvbI9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZvbI9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZvbI9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZvbI9N .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9AzZvbI9N .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9AzZvbI9N .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9AzZvbI9N .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9AzZvbI9N .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9AzZvbI9N .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AzZvbI9N .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AzZvbI9N .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9AzZvbI9N .image-wrapper {
  background-color: #65bef6;
  padding: 8px;
}
.cid-v9AzZvbI9N .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v9AzZvbI9N .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9AzZvbI9N .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9AzZvbI9N .mbr-label,
.cid-v9AzZvbI9N .label-wrapper {
  color: #000000;
}
.cid-v9AzZvbI9N .mbr-section-title {
  color: #000000;
}
.cid-v9AzZvbI9N .mbr-text,
.cid-v9AzZvbI9N .text-wrapper {
  color: #000000;
}
.cid-v9AzZvIYgr {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #65bef6;
}
.cid-v9AzZvIYgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZvIYgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZvIYgr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v9AzZvIYgr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AzZvIYgr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9AzZvIYgr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AzZvIYgr .mbr-label {
  color: #000000;
}
.cid-v9AzZvIYgr .mbr-text {
  color: #ffffff;
}
.cid-v9AzZvIYgr .mbr-text,
.cid-v9AzZvIYgr .mbr-section-btn {
  color: #000000;
}
.cid-v9AzZwh7kb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZwh7kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZwh7kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZwh7kb .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #004aad;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9AzZwh7kb .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZwh7kb .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AzZwh7kb .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AzZwh7kb .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AzZwh7kb .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AzZwh7kb .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AzZwh7kb .mbr-section-title {
  color: #3a001d;
}
.cid-v9AzZwh7kb .mbr-text,
.cid-v9AzZwh7kb .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AzZwh7kb .mbr-section-title,
.cid-v9AzZwh7kb .mbr-section-btn,
.cid-v9AzZwh7kb .title-wrapper,
.cid-v9AzZwh7kb .logo-wrapper {
  text-align: center;
}
.cid-v9AzZwh7kb .mbr-section-title,
.cid-v9AzZwh7kb .mbr-section-btn,
.cid-v9AzZwh7kb .logo-wrapper,
.cid-v9AzZwh7kb .title-wrapper {
  color: #000000;
}
.cid-v9AzZwNgiO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9AzZwNgiO .container {
    padding: 0 25px;
  }
}
.cid-v9AzZwNgiO .title-wrapper {
  margin: 25px 0;
}
.cid-v9AzZwNgiO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AzZwNgiO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v9AzZwNgiO .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-v9AzZwNgiO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AzZwNgiO .mbr-section-title {
  color: #000000;
}
.cid-v9AzZwNgiO .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AzZwNgiO .mbr-text {
  color: #000000;
}
.cid-v9AzZxm2WJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AzZxm2WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZxm2WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZxm2WJ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v9AzZxm2WJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZxm2WJ .container {
    padding: 0 24px;
  }
}
.cid-v9AzZxm2WJ .row {
  justify-content: center;
}
.cid-v9AzZxm2WJ .content-wrapper {
  border-radius: 40px;
  background-color: #65bef6;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v9AzZxm2WJ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v9AzZxm2WJ .content-wrapper {
    padding: 32px;
  }
}
.cid-v9AzZxm2WJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9AzZxm2WJ .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v9AzZxm2WJ .mbr-section-title {
  color: #000000;
}
.cid-v9AzZxm2WJ .mbr-text {
  color: #000000;
}
.cid-v9AzZxVSMd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9AzZxVSMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZxVSMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZxVSMd .section-head {
  margin-bottom: 50px;
}
.cid-v9AzZxVSMd .mbr-section-title {
  color: #000000;
}
.cid-v9AzZxVSMd .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-v9AzZxVSMd .card {
  padding: 0;
}
.cid-v9AzZxVSMd .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-v9AzZxVSMd .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-v9AzZxVSMd .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-v9AzZxVSMd .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-v9AzZxVSMd .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-v9AzZxVSMd .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-v9AzZxVSMd .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-v9AzZxVSMd .sign {
  display: none !important;
}
.cid-v9AzZxVSMd .panel-title-edit {
  color: #000000;
}
.cid-v9AzZxVSMd .panel-body {
  padding: 15px 0;
}
.cid-v9AzZxVSMd .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9AzZyEVzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9AzZyEVzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AzZyEVzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AzZyEVzs .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AzZyEVzs .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .container {
    padding: 0 20px;
  }
}
.cid-v9AzZyEVzs .row {
  justify-content: center;
}
.cid-v9AzZyEVzs .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AzZyEVzs .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AzZyEVzs .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9AzZyEVzs .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9AzZyEVzs .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AzZyEVzs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AzZyEVzs .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AzZyEVzs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AzZyEVzs .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AzZyEVzs .nav-wrapper .list .item-wrap:hover,
.cid-v9AzZyEVzs .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9AzZyEVzs .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AzZyEVzs .mbr-text {
  color: #000000;
}
.cid-v9AzZyEVzs .mbr-list-title {
  color: #000000;
}
.cid-v9AzZyEVzs .list {
  color: #9a9a9a;
}
.cid-v9AzZyEVzs .list,
.cid-v9AzZyEVzs .item-wrap,
.cid-v9AzZyEVzs .contacts-wrapper {
  color: #000000;
}
.cid-v9AD50uaHg .navbar-dropdown {
  position: relative !important;
}
.cid-v9AD50uaHg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v9AD50uaHg .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v9AD50uaHg .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-v9AD50uaHg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9AD50uaHg .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-v9AD50uaHg .dropdown-item:hover,
.cid-v9AD50uaHg .dropdown-item:focus {
  background: #ffffff !important;
  color: #be0000 !important;
}
.cid-v9AD50uaHg .dropdown-item:hover span {
  color: white;
}
.cid-v9AD50uaHg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9AD50uaHg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9AD50uaHg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9AD50uaHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v9AD50uaHg .nav-link {
  position: relative;
}
.cid-v9AD50uaHg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9AD50uaHg .container {
    flex-wrap: nowrap;
  }
}
.cid-v9AD50uaHg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9AD50uaHg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AD50uaHg .dropdown-menu,
.cid-v9AD50uaHg .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v9AD50uaHg .nav-item:focus,
.cid-v9AD50uaHg .nav-link:focus {
  outline: none;
}
.cid-v9AD50uaHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AD50uaHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9AD50uaHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AD50uaHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AD50uaHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AD50uaHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AD50uaHg .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9AD50uaHg .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AD50uaHg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 18px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9AD50uaHg .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9AD50uaHg .navbar .navbar-logo img {
  width: auto;
  border-radius: 0 !important;
}
.cid-v9AD50uaHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AD50uaHg .navbar.collapsed {
  justify-content: center;
}
.cid-v9AD50uaHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AD50uaHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9AD50uaHg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v9AD50uaHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AD50uaHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AD50uaHg .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-v9AD50uaHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AD50uaHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9AD50uaHg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9AD50uaHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AD50uaHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AD50uaHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AD50uaHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9AD50uaHg .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-v9AD50uaHg .navbar .navbar-logo img {
    height: 3rem !important;
    border-radius: 0 !important;
  }
  .cid-v9AD50uaHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9AD50uaHg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9AD50uaHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9AD50uaHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AD50uaHg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9AD50uaHg .navbar.navbar-short {
  min-height: 80px;
}
.cid-v9AD50uaHg .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-v9AD50uaHg .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v9AD50uaHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AD50uaHg .navbar-brand .navbar-caption:hover,
.cid-v9AD50uaHg .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AD50uaHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AD50uaHg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9AD50uaHg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #be0000 !important;
}
.cid-v9AD50uaHg .dropdown-item.active,
.cid-v9AD50uaHg .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AD50uaHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9AD50uaHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AD50uaHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AD50uaHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9AD50uaHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9AD50uaHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9AD50uaHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AD50uaHg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9AD50uaHg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9AD50uaHg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9AD50uaHg .navbar-buttons {
    text-align: left;
  }
}
.cid-v9AD50uaHg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9AD50uaHg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9AD50uaHg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f7f7f7 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9AD50uaHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v9AD50uaHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9AD50uaHg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AD50uaHg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9AD50uaHg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9AD50uaHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AD50uaHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AD50uaHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AD50uaHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AD50uaHg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9AD50uaHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9AD50uaHg .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-v9AD50uaHg .navbar {
    height: 70px;
  }
  .cid-v9AD50uaHg .navbar.opened {
    height: auto;
  }
  .cid-v9AD50uaHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AD50uaHg .navbar-nav {
  margin: 0 auto;
}
.cid-v9AD50uaHg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9AD50uaHg .nav-item .nav-link {
  padding: 8px 18px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v9AD50uaHg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9AD50uaHg .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #be0000 !important;
}
.cid-v9AD50uaHg .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9AD50uaHg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9AD50uaHg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9AD50uaHg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9AD50uaHg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9AD50uaHg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9AD50uaHg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9AD50uaHg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9AD50uaHg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9AD50uaHg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9AD50uaHg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9AD50uaHg .content-wrap {
  min-height: 80px;
}
.cid-v9AD51CZMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD51CZMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD51CZMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD51CZMv .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-v9AD51CZMv .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
.cid-v9AD51CZMv .decoration-wrapper .decor_1 {
  background-color: #0d94e7;
  top: 0;
}
.cid-v9AD51CZMv .decoration-wrapper .decor_2 {
  background-color: #1da1f2;
  top: 70px;
}
.cid-v9AD51CZMv .decoration-wrapper .decor_3 {
  background-color: #51b6f5;
  top: 120px;
}
.cid-v9AD51CZMv .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #65bef6;
  border: 2px solid #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9AD51CZMv .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-v9AD51CZMv .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #000000;
  background-color: #ea3d5b;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AD51CZMv .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-v9AD51CZMv .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AD51CZMv .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AD51CZMv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AD51CZMv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AD51CZMv .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-v9AD51CZMv .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #3a001d;
  border-bottom: none;
  box-shadow: 0 18px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-v9AD51CZMv .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v9AD51CZMv .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-v9AD51CZMv .image-wrapper img {
    height: 300px;
  }
}
.cid-v9AD51CZMv .mbr-label,
.cid-v9AD51CZMv .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9AD51CZMv .mbr-section-title {
  color: #fffaf0;
}
.cid-v9AD51CZMv .mbr-text,
.cid-v9AD51CZMv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AD51CZMv .mbr-section-title,
.cid-v9AD51CZMv .title-wrapper,
.cid-v9AD51CZMv .mbr-section-btn {
  text-align: center;
}
.cid-v9AD51CZMv .mbr-section-title,
.cid-v9AD51CZMv .title-wrapper,
.cid-v9AD51CZMv .logo-wrapper,
.cid-v9AD51CZMv .mbr-section-btn {
  color: #000000;
}
.cid-v9AD52IuJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD52IuJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD52IuJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD52IuJR .text-wrap {
  width: 100%;
}
.cid-v9AD52IuJR .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AD52IuJR .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AD52IuJR .list-wrap {
  margin-top: 52px;
}
.cid-v9AD52IuJR .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v9AD52IuJR .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v9AD52IuJR .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-v9AD52IuJR .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-v9AD53eKm1 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #65bef6;
}
.cid-v9AD53eKm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD53eKm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD53eKm1 .text-wrap {
  width: 100%;
}
.cid-v9AD53eKm1 .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AD53eKm1 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v9AD53eKm1 .comment-text {
  margin-top: 40px;
  color: #000000;
  padding: 0 20px 0 30px;
  border-left: 1px solid currentColor;
}
.cid-v9AD53LZK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD53LZK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD53LZK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD53LZK0 .mbr-title {
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-v9AD53LZK0 .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-v9AD53LZK0 .mbr-subtitle {
  padding-top: 20px;
  color: #000000;
  text-align: left;
}
.cid-v9AD53LZK0 .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-v9AD53LZK0 .mbr-section-btn {
  padding-top: 40px;
}
.cid-v9AD53LZK0 .mbr-text,
.cid-v9AD53LZK0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9AD54wuPl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD54wuPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD54wuPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD54wuPl .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9AD54wuPl .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9AD54wuPl .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v9AD54wuPl .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9AD54wuPl .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9AD54wuPl .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AD54wuPl .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AD54wuPl .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9AD54wuPl .image-wrapper {
  background-color: #65bef6;
  padding: 8px;
}
.cid-v9AD54wuPl .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v9AD54wuPl .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9AD54wuPl .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v9AD54wuPl .mbr-label,
.cid-v9AD54wuPl .label-wrapper {
  color: #000000;
}
.cid-v9AD54wuPl .mbr-section-title {
  color: #000000;
}
.cid-v9AD54wuPl .mbr-text,
.cid-v9AD54wuPl .text-wrapper {
  color: #000000;
}
.cid-v9AD55381a {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #65bef6;
}
.cid-v9AD55381a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD55381a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD55381a .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v9AD55381a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AD55381a .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9AD55381a .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AD55381a .mbr-label {
  color: #000000;
}
.cid-v9AD55381a .mbr-text {
  color: #ffffff;
}
.cid-v9AD55381a .mbr-text,
.cid-v9AD55381a .mbr-section-btn {
  color: #000000;
}
.cid-v9AD55xHDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD55xHDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD55xHDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD55xHDG .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper {
  background-color: #ffffff;
  border: 2px solid #004aad;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-v9AD55xHDG .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-v9AD55xHDG .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AD55xHDG .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9AD55xHDG .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v9AD55xHDG .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9AD55xHDG .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9AD55xHDG .mbr-section-title {
  color: #3a001d;
}
.cid-v9AD55xHDG .mbr-text,
.cid-v9AD55xHDG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9AD55xHDG .mbr-section-title,
.cid-v9AD55xHDG .mbr-section-btn,
.cid-v9AD55xHDG .title-wrapper,
.cid-v9AD55xHDG .logo-wrapper {
  text-align: center;
}
.cid-v9AD55xHDG .mbr-section-title,
.cid-v9AD55xHDG .mbr-section-btn,
.cid-v9AD55xHDG .logo-wrapper,
.cid-v9AD55xHDG .title-wrapper {
  color: #000000;
}
.cid-v9AD564cqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9AD564cqw .container {
    padding: 0 25px;
  }
}
.cid-v9AD564cqw .title-wrapper {
  margin: 25px 0;
}
.cid-v9AD564cqw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AD564cqw .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-v9AD564cqw .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-v9AD564cqw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9AD564cqw .mbr-section-title {
  color: #000000;
}
.cid-v9AD564cqw .mbr-section-subtitle {
  color: #000000;
}
.cid-v9AD564cqw .mbr-text {
  color: #000000;
}
.cid-v9AD56xHHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9AD56xHHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD56xHHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD56xHHs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v9AD56xHHs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9AD56xHHs .container {
    padding: 0 24px;
  }
}
.cid-v9AD56xHHs .row {
  justify-content: center;
}
.cid-v9AD56xHHs .content-wrapper {
  border-radius: 40px;
  background-color: #65bef6;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v9AD56xHHs .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v9AD56xHHs .content-wrapper {
    padding: 32px;
  }
}
.cid-v9AD56xHHs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9AD56xHHs .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v9AD56xHHs .mbr-section-title {
  color: #000000;
}
.cid-v9AD56xHHs .mbr-text {
  color: #000000;
}
.cid-v9AD56ZUkw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9AD56ZUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD56ZUkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD56ZUkw .section-head {
  margin-bottom: 50px;
}
.cid-v9AD56ZUkw .mbr-section-title {
  color: #000000;
}
.cid-v9AD56ZUkw .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-v9AD56ZUkw .card {
  padding: 0;
}
.cid-v9AD56ZUkw .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1da1f2;
}
.cid-v9AD56ZUkw .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-v9AD56ZUkw .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #1da1f2;
}
.cid-v9AD56ZUkw .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1da1f2;
  transition: .3s all;
}
.cid-v9AD56ZUkw .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-v9AD56ZUkw .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-v9AD56ZUkw .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-v9AD56ZUkw .sign {
  display: none !important;
}
.cid-v9AD56ZUkw .panel-title-edit {
  color: #000000;
}
.cid-v9AD56ZUkw .panel-body {
  padding: 15px 0;
}
.cid-v9AD56ZUkw .panel-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9AD57ESKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #65bef6;
}
.cid-v9AD57ESKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AD57ESKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AD57ESKy .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AD57ESKy .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .container {
    padding: 0 20px;
  }
}
.cid-v9AD57ESKy .row {
  justify-content: center;
}
.cid-v9AD57ESKy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AD57ESKy .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AD57ESKy .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v9AD57ESKy .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v9AD57ESKy .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AD57ESKy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AD57ESKy .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AD57ESKy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AD57ESKy .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AD57ESKy .nav-wrapper .list .item-wrap:hover,
.cid-v9AD57ESKy .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-v9AD57ESKy .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-v9AD57ESKy .mbr-text {
  color: #000000;
}
.cid-v9AD57ESKy .mbr-list-title {
  color: #000000;
}
.cid-v9AD57ESKy .list {
  color: #9a9a9a;
}
.cid-v9AD57ESKy .list,
.cid-v9AD57ESKy .item-wrap,
.cid-v9AD57ESKy .contacts-wrapper {
  color: #000000;
}
