.btn {
  border-radius: 80px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #eff0f6 !important;
}
.bg-info {
  background-color: #3f69ff !important;
}
.bg-warning {
  background-color: #ff9417 !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !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: #616169 !important;
  border-color: #616169 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f69ff !important;
  border-color: #3f69ff !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: #0033e7 !important;
  border-color: #0033e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
  color: #535c93 !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: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #535c93 !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9417 !important;
  border-color: #ff9417 !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: #bf6700 !important;
  border-color: #bf6700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4433 !important;
  border-color: #ff4433 !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: #db1200 !important;
  border-color: #db1200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #db1200 !important;
  border-color: #db1200 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #616169 !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: #8c8c95 !important;
  border-color: #8c8c95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f69ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0033e7 !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: #3f69ff !important;
  border-color: #3f69ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b8bcd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #535c93 !important;
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9417;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf6700 !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: #ff9417 !important;
  border-color: #ff9417 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db1200 !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: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #8c8c95 !important;
}
.text-success {
  color: #eff0f6 !important;
}
.text-info {
  color: #3f69ff !important;
}
.text-warning {
  color: #ff9417 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3f69ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f69ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f69ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002fd8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f69ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3f69ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #3f69ff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #3f69ff !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f69ff;
}
.alert-warning {
  background-color: #ff9417;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fff2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8c8c95 !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='%23000000' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
a.text-primary:hover {
  color: #3f69ff !important;
}
a.text-secondary:hover {
  color: #3f69ff !important;
}
a.text-success:hover {
  color: #3f69ff !important;
}
a.text-info:hover {
  color: #3f69ff !important;
}
a.text-warning:hover {
  color: #3f69ff !important;
}
a.text-danger:hover {
  color: #3f69ff !important;
}
a.text-white:hover {
  color: #3f69ff !important;
}
a.text-black:hover {
  color: #3f69ff !important;
}
.btn.btn-primary:hover {
  background-color: #14142b !important;
  border-color: #14142b !important;
  color: #ffffff !important;
}
.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid #e2e3e9 !important;
  color: #14142b !important;
}
.btn.btn-secondary:hover {
  background: #e2e3e9 !important;
  color: #14142b !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
button {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-sLnsAC8JQx .navbar-dropdown {
  position: relative !important;
}
.cid-sLnsAC8JQx .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-sLnsAC8JQx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLnsAC8JQx .dropdown-item:hover,
.cid-sLnsAC8JQx .dropdown-item:focus {
  color: #000000 !important;
}
.cid-sLnsAC8JQx .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLnsAC8JQx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLnsAC8JQx .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLnsAC8JQx .container {
  display: flex;
  margin: auto;
}
.cid-sLnsAC8JQx .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLnsAC8JQx .dropdown-menu,
.cid-sLnsAC8JQx .navbar.opened {
  background: #ffffff !important;
}
.cid-sLnsAC8JQx .nav-item:focus,
.cid-sLnsAC8JQx .nav-link:focus {
  outline: none;
}
.cid-sLnsAC8JQx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLnsAC8JQx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLnsAC8JQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLnsAC8JQx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLnsAC8JQx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLnsAC8JQx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLnsAC8JQx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sLnsAC8JQx .navbar.opened {
  transition: all 0.3s;
}
.cid-sLnsAC8JQx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLnsAC8JQx .navbar .navbar-logo img {
  width: auto;
}
.cid-sLnsAC8JQx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLnsAC8JQx .navbar.collapsed {
  justify-content: center;
}
.cid-sLnsAC8JQx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLnsAC8JQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLnsAC8JQx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLnsAC8JQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLnsAC8JQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLnsAC8JQx .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-sLnsAC8JQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLnsAC8JQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLnsAC8JQx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLnsAC8JQx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLnsAC8JQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLnsAC8JQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLnsAC8JQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLnsAC8JQx .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-sLnsAC8JQx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLnsAC8JQx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLnsAC8JQx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLnsAC8JQx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLnsAC8JQx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLnsAC8JQx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLnsAC8JQx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLnsAC8JQx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLnsAC8JQx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLnsAC8JQx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLnsAC8JQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLnsAC8JQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLnsAC8JQx .dropdown-item.active,
.cid-sLnsAC8JQx .dropdown-item:active {
  background-color: transparent;
}
.cid-sLnsAC8JQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLnsAC8JQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLnsAC8JQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLnsAC8JQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLnsAC8JQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLnsAC8JQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLnsAC8JQx ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLnsAC8JQx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLnsAC8JQx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLnsAC8JQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLnsAC8JQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLnsAC8JQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnsAC8JQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLnsAC8JQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLnsAC8JQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnsAC8JQx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLnsAC8JQx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLnsAC8JQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLnsAC8JQx .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sLnsAC8JQx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLnsAC8JQx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLnsAC8JQx .navbar {
    height: 70px;
  }
  .cid-sLnsAC8JQx .navbar.opened {
    height: auto;
  }
  .cid-sLnsAC8JQx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLnsAC8JQx a {
  display: inline;
}
.cid-sLnsAC8JQx img {
  display: inline;
  padding-right: 10px;
}
.cid-sLnsAC8JQx .dropdown-toggle:after {
  display: none;
}
.cid-sLnsAC8JQx .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLnsAC8JQx .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLnsAC8JQx .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLnsAC8JQx .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLnsAC8JQx .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLnsAC8JQx .nav-item {
  margin-right: 32px;
}
.cid-sLnsAC8JQx .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLnsAC8JQx ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLnsAC8JQx .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLnsAC8JQx .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLnsAC8JQx .navbar-nav {
  margin: auto;
}
.cid-sLnsAC8JQx .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLnsAC8JQx .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLnsAC8JQx .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sLnsAC8JQx .btn {
  border-radius: 1000px !important;
}
.cid-sLnsAC8JQx .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLnsAC8JQx .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLnsAC8JQx .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-sLnsAC8JQx .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLnsAC8JQx .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLnsAC8JQx .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLnsAC8JQx .top {
    margin-top: 25px;
  }
}
.cid-sLnsAC8JQx .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sLnsAC8JQx .container,
  .cid-sLnsAC8JQx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLnsAC8JQx li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLnsAC8JQx ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLnsAC8JQx .icons-menu {
    min-width: initial !important;
  }
  .cid-sLnsAC8JQx a.btn {
    margin-top: 10px;
  }
}
.cid-sLnsAC8JQx a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnsANPSlm {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sLnsANPSlm .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLnsANPSlm .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-sLnsANPSlm .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLnsANPSlm .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sLnsANPSlm .right-side {
  max-width: 554px;
}
.cid-sLnsANPSlm .rs {
  margin-right: 60px;
}
.cid-sLnsANPSlm .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLnsANPSlm .margin {
  margin-right: 14px;
}
.cid-sLnsANPSlm .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-sLnsANPSlm img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sLnsANPSlm .gray {
    padding: 0px 0 5px;
  }
  .cid-sLnsANPSlm img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sLnsANPSlm .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sLnsANPSlm .b {
    margin-bottom: 10px;
  }
}
.cid-sLnsANPSlm .btn {
  margin-top: 20px;
}
.cid-sLnsANPSlm a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnsANPSlm .mbr-text,
.cid-sLnsANPSlm .button-align {
  text-align: left;
}
.cid-v3DVZHIyoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v3DVZHIyoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DVZHIyoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DVZHIyoc .row {
  justify-content: space-between;
}
.cid-v3DVZHIyoc .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3DVZHIyoc .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3DVZHIyoc .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v3DVZHIyoc .mbr-label {
  color: #666666;
}
.cid-v3DVZHIyoc .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3DVZHIyoc .mbr-text {
  color: #666666;
}
.cid-v3E0jbxbLT {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v3E0jbxbLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3E0jbxbLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3E0jbxbLT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v3E0jbxbLT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .container {
    padding: 0 20px;
  }
}
.cid-v3E0jbxbLT .row {
  justify-content: space-between;
}
.cid-v3E0jbxbLT .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-v3E0jbxbLT .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-v3E0jbxbLT .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v3E0jbxbLT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-v3E0jbxbLT .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-v3E0jbxbLT .image-wrapper img {
    height: 450px;
  }
}
.cid-v3E0jbxbLT .mbr-section-title {
  color: #000000;
}
.cid-v3E0jbxbLT .mbr-link {
  color: #000000;
}
.cid-v3E0jbxbLT .mbr-desc {
  color: #000000;
}
.cid-v3E0jbxbLT .mbr-text {
  color: #9a9a9a;
  text-align: left;
}
.cid-v3E5odRkWK {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-v3E5odRkWK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3E5odRkWK .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-v3E5odRkWK .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-v3E5odRkWK .carousel-item.active,
.cid-v3E5odRkWK .carousel-item-next,
.cid-v3E5odRkWK .carousel-item-prev {
  display: flex;
}
.cid-v3E5odRkWK .carousel-controls a {
  transition: opacity .5s;
}
.cid-v3E5odRkWK .carousel-controls a:hover span,
.cid-v3E5odRkWK .carousel-controls a:focus span {
  opacity: 1;
}
.cid-v3E5odRkWK .carousel-controls a:hover svg,
.cid-v3E5odRkWK .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-v3E5odRkWK .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-v3E5odRkWK .user_image {
  overflow: hidden;
  display: flex;
}
.cid-v3E5odRkWK .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-v3E5odRkWK .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-v3E5odRkWK .user_text {
  color: #767676;
}
.cid-v3E5odRkWK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v3E5odRkWK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #8c8c95);
  display: inline-block;
}
.cid-v3E5odRkWK .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-v3E5odRkWK svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-v3E5odRkWK .user_name {
  color: #000000;
}
.cid-v3E5odRkWK .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-v3E5odRkWK .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-v3E5odRkWK .testimonials-quote,
  .cid-v3E5odRkWK .user_text,
  .cid-v3E5odRkWK .user_name,
  .cid-v3E5odRkWK .user_desk {
    text-align: center !important;
  }
  .cid-v3E5odRkWK .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-v3E5odRkWK .mbr-section-title,
  .cid-v3E5odRkWK .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-v3E5odRkWK .carousel-control-prev span {
    right: -1rem;
  }
  .cid-v3E5odRkWK .carousel-control-next span {
    left: -1rem;
  }
  .cid-v3E5odRkWK .user-text {
    padding-right: 2rem;
  }
  .cid-v3E5odRkWK .carousel-control-prev,
  .cid-v3E5odRkWK .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-v3E5odRkWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3E5odRkWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sLnsGibh7v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sLnsGibh7v .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLnsGibh7v .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-sLnsGibh7v .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-sLnsGibh7v H3 {
  color: #1d1d1f;
}
.cid-sLnsGibh7v .card-subtitle {
  text-align: left;
}
.cid-sLnsGibh7v .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLnsGibh7v .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLnsGibh7v .card-title,
.cid-sLnsGibh7v .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-sLnsGibh7v .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLnsGibh7v .card-text {
  color: #8c8c95;
}
.cid-sLnsGibh7v .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-sLnsGibh7v .year-subtitle {
  text-align: center;
  color: #5f5d68;
}
.cid-sLnsGibh7v .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-sLnsGibh7v .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-sLnsGibh7v .accent1 {
  background-color: #fedb01;
}
.cid-sLnsGibh7v .accent2 {
  background-color: #6c38ff;
}
.cid-sLnsGibh7v .accent3 {
  background-color: #ff4433;
}
.cid-sLnsGibh7v .accent4 {
  background-color: #ff9417;
}
.cid-sLnsGibh7v .accent5 {
  background-color: #4cc9f0;
}
.cid-sLnsGibh7v .timeline {
  align-items: center;
}
.cid-sLnsGibh7v .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-sLnsGibh7v .year-title.year1:before {
  background-color: #fedb01;
}
.cid-sLnsGibh7v .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-sLnsGibh7v .year-title.year3:before {
  background-color: #ff4433;
}
.cid-sLnsGibh7v .year-title.year4:before {
  background-color: #ff9417;
}
.cid-sLnsGibh7v .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-sLnsGibh7v .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-sLnsGibh7v .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-sLnsGibh7v .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-sLnsGibh7v .year {
    flex-direction: row;
  }
  .cid-sLnsGibh7v .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-sLnsGibh7v .year-title:before {
    display: block;
  }
  .cid-sLnsGibh7v .accent {
    display: none;
  }
  .cid-sLnsGibh7v .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-sLnsGibh7v .line {
    display: none;
  }
  .cid-sLnsGibh7v .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-sLnsGibh7v .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-sLnsGibh7v .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-sLnsGibh7v .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-sLnsGibh7v .main {
    flex-direction: column;
  }
  .cid-sLnsGibh7v .row.title-block,
  .cid-sLnsGibh7v .timeline {
    margin: auto;
  }
  .cid-sLnsGibh7v .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-sLnsGibh7v .button-align {
    margin-top: 16px;
  }
}
.cid-sLnsGibh7v .btn {
  margin-top: 20px;
}
.cid-sLnsGibh7v a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLnsLDd8Pi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14142b;
}
.cid-sLnsLDd8Pi img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
}
.cid-sLnsLDd8Pi .mbr-section-subtitle {
  margin-right: 30px;
  color: #ffffff;
}
.cid-sLnsLDd8Pi .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-sLnsLDd8Pi .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #000000;
}
.cid-sLnsLDd8Pi .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-sLnsLDd8Pi .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-sLnsLDd8Pi .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-sLnsLDd8Pi .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-sLnsLDd8Pi .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-sLnsLDd8Pi .row-main {
    flex-direction: column;
  }
  .cid-sLnsLDd8Pi .col-auto {
    margin-bottom: 20px;
  }
  .cid-sLnsLDd8Pi .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-sLnt0gnLqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-sLnt0gnLqh img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  padding: 0;
}
.cid-sLnt0gnLqh .title {
  width: auto;
}
.cid-sLnt0gnLqh .row.justify-content-between {
  align-items: center;
}
.cid-sLnt0gnLqh .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-sLnt0gnLqh .row.margin:hover {
  transform: scale(1.03);
}
.cid-sLnt0gnLqh .mbr-section-title {
  color: #8c8c95;
}
.cid-sLnt0gnLqh a.dec {
  text-decoration: none !important;
}
.cid-sLnt0gnLqh .dec:hover {
  color: #14142b !important;
}
@media (max-width: 768px) {
  .cid-sLnt0gnLqh .row.margin {
    padding-bottom: 20px;
    justify-content: center;
  }
  .cid-sLnt0gnLqh .mbr-section-title {
    text-align: center;
  }
}
.cid-sLnt0I1etm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-sLnt0I1etm .mbr-text {
  color: #8c8c95;
}
.cid-sLnt0I1etm .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-uSf7Go6i3d .navbar-dropdown {
  position: relative !important;
}
.cid-uSf7Go6i3d .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-uSf7Go6i3d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uSf7Go6i3d .dropdown-item:hover,
.cid-uSf7Go6i3d .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uSf7Go6i3d .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uSf7Go6i3d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSf7Go6i3d .nav-link {
  position: relative;
  padding: 0;
}
.cid-uSf7Go6i3d .container {
  display: flex;
  margin: auto;
}
.cid-uSf7Go6i3d .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSf7Go6i3d .dropdown-menu,
.cid-uSf7Go6i3d .navbar.opened {
  background: #ffffff !important;
}
.cid-uSf7Go6i3d .nav-item:focus,
.cid-uSf7Go6i3d .nav-link:focus {
  outline: none;
}
.cid-uSf7Go6i3d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSf7Go6i3d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSf7Go6i3d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSf7Go6i3d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSf7Go6i3d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSf7Go6i3d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSf7Go6i3d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uSf7Go6i3d .navbar.opened {
  transition: all 0.3s;
}
.cid-uSf7Go6i3d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSf7Go6i3d .navbar .navbar-logo img {
  width: auto;
}
.cid-uSf7Go6i3d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSf7Go6i3d .navbar.collapsed {
  justify-content: center;
}
.cid-uSf7Go6i3d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSf7Go6i3d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSf7Go6i3d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSf7Go6i3d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSf7Go6i3d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSf7Go6i3d .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-uSf7Go6i3d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSf7Go6i3d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSf7Go6i3d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSf7Go6i3d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSf7Go6i3d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSf7Go6i3d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSf7Go6i3d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSf7Go6i3d .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-uSf7Go6i3d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSf7Go6i3d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSf7Go6i3d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSf7Go6i3d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSf7Go6i3d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSf7Go6i3d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSf7Go6i3d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSf7Go6i3d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSf7Go6i3d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSf7Go6i3d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSf7Go6i3d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSf7Go6i3d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSf7Go6i3d .dropdown-item.active,
.cid-uSf7Go6i3d .dropdown-item:active {
  background-color: transparent;
}
.cid-uSf7Go6i3d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSf7Go6i3d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSf7Go6i3d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSf7Go6i3d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSf7Go6i3d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSf7Go6i3d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSf7Go6i3d ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uSf7Go6i3d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSf7Go6i3d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSf7Go6i3d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSf7Go6i3d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSf7Go6i3d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSf7Go6i3d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSf7Go6i3d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSf7Go6i3d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSf7Go6i3d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSf7Go6i3d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSf7Go6i3d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSf7Go6i3d .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uSf7Go6i3d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSf7Go6i3d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSf7Go6i3d .navbar {
    height: 70px;
  }
  .cid-uSf7Go6i3d .navbar.opened {
    height: auto;
  }
  .cid-uSf7Go6i3d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSf7Go6i3d a {
  display: inline;
}
.cid-uSf7Go6i3d img {
  display: inline;
  padding-right: 10px;
}
.cid-uSf7Go6i3d .dropdown-toggle:after {
  display: none;
}
.cid-uSf7Go6i3d .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uSf7Go6i3d .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uSf7Go6i3d .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uSf7Go6i3d .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uSf7Go6i3d .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uSf7Go6i3d .nav-item {
  margin-right: 32px;
}
.cid-uSf7Go6i3d .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uSf7Go6i3d ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uSf7Go6i3d .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uSf7Go6i3d .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uSf7Go6i3d .navbar-nav {
  margin: auto;
}
.cid-uSf7Go6i3d .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uSf7Go6i3d .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uSf7Go6i3d .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uSf7Go6i3d .btn {
  border-radius: 1000px !important;
}
.cid-uSf7Go6i3d .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uSf7Go6i3d .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uSf7Go6i3d .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-uSf7Go6i3d .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uSf7Go6i3d .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uSf7Go6i3d .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uSf7Go6i3d .top {
    margin-top: 25px;
  }
}
.cid-uSf7Go6i3d .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uSf7Go6i3d .container,
  .cid-uSf7Go6i3d .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uSf7Go6i3d li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uSf7Go6i3d ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uSf7Go6i3d .icons-menu {
    min-width: initial !important;
  }
  .cid-uSf7Go6i3d a.btn {
    margin-top: 10px;
  }
}
.cid-uSf7Go6i3d a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSflTCrpDP {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-uSflTCrpDP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uSflTCrpDP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uSflTCrpDP .mbr-text,
.cid-uSflTCrpDP .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uSflTCrpDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSflTCrpDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSftdDNDap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSftdDNDap .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSftdDNDap .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSftdDNDap .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSftdDNDap .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSftdDNDap .right-side {
  max-width: 554px;
}
.cid-uSftdDNDap .rs {
  margin-right: 60px;
}
.cid-uSftdDNDap .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSftdDNDap .margin {
  margin-right: 14px;
}
.cid-uSftdDNDap .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSftdDNDap img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSftdDNDap .gray {
    padding: 0px 0 5px;
  }
  .cid-uSftdDNDap img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSftdDNDap .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSftdDNDap .b {
    margin-bottom: 10px;
  }
}
.cid-uSftdDNDap .btn {
  margin-top: 20px;
}
.cid-uSftdDNDap a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSftCTplfD {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uSftCTplfD .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSftCTplfD .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSftCTplfD .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSftCTplfD .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSftCTplfD .right-side {
  max-width: 554px;
}
.cid-uSftCTplfD .rs {
  margin-right: 60px;
}
.cid-uSftCTplfD .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSftCTplfD .margin {
  margin-right: 14px;
}
.cid-uSftCTplfD .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSftCTplfD img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSftCTplfD .gray {
    padding: 0px 0 5px;
  }
  .cid-uSftCTplfD img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSftCTplfD .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSftCTplfD .b {
    margin-bottom: 10px;
  }
}
.cid-uSftCTplfD .btn {
  margin-top: 20px;
}
.cid-uSftCTplfD a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSftCTplfD .row {
  flex-direction: row-reverse;
}
.cid-uSfo6Df03h {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-uSfo6Df03h .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-uSfo6Df03h .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-uSfo6Df03h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfo6Df03h .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uSfo6Df03h .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-uSfo6Df03h .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-uSfo6Df03h .box {
  border-radius: 4rem;
}
.cid-uSfo6Df03h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uSfo6Df03h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uSfo6Df03h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uSfo6Df03h .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSfo6Df03h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSfo6Df03h .mbr-section-title {
  color: #252434;
}
.cid-uSfo6Df03h .mbr-section-subtitle {
  color: #252434;
}
.cid-uSftAGFrBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSftAGFrBm .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSftAGFrBm .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSftAGFrBm .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSftAGFrBm .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSftAGFrBm .right-side {
  max-width: 554px;
}
.cid-uSftAGFrBm .rs {
  margin-right: 60px;
}
.cid-uSftAGFrBm .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSftAGFrBm .margin {
  margin-right: 14px;
}
.cid-uSftAGFrBm .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSftAGFrBm img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSftAGFrBm .gray {
    padding: 0px 0 5px;
  }
  .cid-uSftAGFrBm img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSftAGFrBm .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSftAGFrBm .b {
    margin-bottom: 10px;
  }
}
.cid-uSftAGFrBm .btn {
  margin-top: 20px;
}
.cid-uSftAGFrBm a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSf7GrebcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uSf7GrebcK img {
  width: auto;
  max-height: 80px;
  display: inline-block;
  padding: 0;
}
.cid-uSf7GrebcK .title {
  width: auto;
}
.cid-uSf7GrebcK .row.justify-content-between {
  align-items: center;
}
.cid-uSf7GrebcK .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uSf7GrebcK .row.margin:hover {
  transform: scale(1.03);
}
.cid-uSf7GrebcK .mbr-section-title {
  color: #8c8c95;
}
.cid-uSf7GrebcK a.dec {
  text-decoration: none !important;
}
.cid-uSf7GrebcK .dec:hover {
  color: #14142b !important;
}
@media (max-width: 768px) {
  .cid-uSf7GrebcK .row.margin {
    padding-bottom: 20px;
    justify-content: center;
  }
  .cid-uSf7GrebcK .mbr-section-title {
    text-align: center;
  }
}
.cid-uSf7GrMSLT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uSf7GrMSLT .mbr-text {
  color: #8c8c95;
}
.cid-uSf7GrMSLT .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-uSfvXK28rd .navbar-dropdown {
  position: relative !important;
}
.cid-uSfvXK28rd .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-uSfvXK28rd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uSfvXK28rd .dropdown-item:hover,
.cid-uSfvXK28rd .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uSfvXK28rd .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uSfvXK28rd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSfvXK28rd .nav-link {
  position: relative;
  padding: 0;
}
.cid-uSfvXK28rd .container {
  display: flex;
  margin: auto;
}
.cid-uSfvXK28rd .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSfvXK28rd .dropdown-menu,
.cid-uSfvXK28rd .navbar.opened {
  background: #ffffff !important;
}
.cid-uSfvXK28rd .nav-item:focus,
.cid-uSfvXK28rd .nav-link:focus {
  outline: none;
}
.cid-uSfvXK28rd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfvXK28rd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfvXK28rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfvXK28rd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfvXK28rd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfvXK28rd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfvXK28rd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uSfvXK28rd .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfvXK28rd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSfvXK28rd .navbar .navbar-logo img {
  width: auto;
}
.cid-uSfvXK28rd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSfvXK28rd .navbar.collapsed {
  justify-content: center;
}
.cid-uSfvXK28rd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfvXK28rd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSfvXK28rd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSfvXK28rd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfvXK28rd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfvXK28rd .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-uSfvXK28rd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfvXK28rd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSfvXK28rd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSfvXK28rd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfvXK28rd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfvXK28rd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfvXK28rd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSfvXK28rd .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-uSfvXK28rd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfvXK28rd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSfvXK28rd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSfvXK28rd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSfvXK28rd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfvXK28rd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSfvXK28rd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfvXK28rd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfvXK28rd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfvXK28rd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfvXK28rd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSfvXK28rd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfvXK28rd .dropdown-item.active,
.cid-uSfvXK28rd .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfvXK28rd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSfvXK28rd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfvXK28rd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfvXK28rd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSfvXK28rd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfvXK28rd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfvXK28rd ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uSfvXK28rd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfvXK28rd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSfvXK28rd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSfvXK28rd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfvXK28rd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfvXK28rd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfvXK28rd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfvXK28rd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfvXK28rd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfvXK28rd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfvXK28rd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfvXK28rd .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uSfvXK28rd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfvXK28rd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfvXK28rd .navbar {
    height: 70px;
  }
  .cid-uSfvXK28rd .navbar.opened {
    height: auto;
  }
  .cid-uSfvXK28rd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfvXK28rd a {
  display: inline;
}
.cid-uSfvXK28rd img {
  display: inline;
  padding-right: 10px;
}
.cid-uSfvXK28rd .dropdown-toggle:after {
  display: none;
}
.cid-uSfvXK28rd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uSfvXK28rd .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-uSfvXK28rd .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uSfvXK28rd .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uSfvXK28rd .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uSfvXK28rd .nav-item {
  margin-right: 32px;
}
.cid-uSfvXK28rd .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uSfvXK28rd ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uSfvXK28rd .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uSfvXK28rd .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uSfvXK28rd .navbar-nav {
  margin: auto;
}
.cid-uSfvXK28rd .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uSfvXK28rd .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uSfvXK28rd .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uSfvXK28rd .btn {
  border-radius: 1000px !important;
}
.cid-uSfvXK28rd .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uSfvXK28rd .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uSfvXK28rd .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-uSfvXK28rd .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uSfvXK28rd .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-uSfvXK28rd .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uSfvXK28rd .top {
    margin-top: 25px;
  }
}
.cid-uSfvXK28rd .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uSfvXK28rd .container,
  .cid-uSfvXK28rd .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uSfvXK28rd li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uSfvXK28rd ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uSfvXK28rd .icons-menu {
    min-width: initial !important;
  }
  .cid-uSfvXK28rd a.btn {
    margin-top: 10px;
  }
}
.cid-uSfvXK28rd a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfvXKA6q8 {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-uSfvXKA6q8 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uSfvXKA6q8 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uSfvXKA6q8 .mbr-text,
.cid-uSfvXKA6q8 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-uSfvXKA6q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfvXKA6q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Eczmn48I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Eczmn48I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Eczmn48I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Eczmn48I .row {
  justify-content: space-between;
}
.cid-v3Eczmn48I .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3Eczmn48I .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3Eczmn48I .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v3Eczmn48I .mbr-label {
  color: #666666;
}
.cid-v3Eczmn48I .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3Eczmn48I .mbr-text {
  color: #666666;
}
.cid-uSfvXL55gG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSfvXL55gG .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfvXL55gG .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfvXL55gG .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfvXL55gG .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfvXL55gG .right-side {
  max-width: 554px;
}
.cid-uSfvXL55gG .rs {
  margin-right: 60px;
}
.cid-uSfvXL55gG .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfvXL55gG .margin {
  margin-right: 14px;
}
.cid-uSfvXL55gG .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfvXL55gG img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfvXL55gG .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfvXL55gG img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfvXL55gG .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfvXL55gG .b {
    margin-bottom: 10px;
  }
}
.cid-uSfvXL55gG .btn {
  margin-top: 20px;
}
.cid-uSfvXL55gG a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfvXLrDQH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSfvXLrDQH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfvXLrDQH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfvXLrDQH .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfvXLrDQH .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfvXLrDQH .right-side {
  max-width: 554px;
}
.cid-uSfvXLrDQH .rs {
  margin-right: 60px;
}
.cid-uSfvXLrDQH .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfvXLrDQH .margin {
  margin-right: 14px;
}
.cid-uSfvXLrDQH .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfvXLrDQH img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfvXLrDQH .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfvXLrDQH img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfvXLrDQH .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfvXLrDQH .b {
    margin-bottom: 10px;
  }
}
.cid-uSfvXLrDQH .btn {
  margin-top: 20px;
}
.cid-uSfvXLrDQH a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfvXLrDQH .row {
  flex-direction: row-reverse;
}
.cid-uSfyF2KwDG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSfyF2KwDG .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfyF2KwDG .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfyF2KwDG .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfyF2KwDG .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfyF2KwDG .right-side {
  max-width: 554px;
}
.cid-uSfyF2KwDG .rs {
  margin-right: 60px;
}
.cid-uSfyF2KwDG .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfyF2KwDG .margin {
  margin-right: 14px;
}
.cid-uSfyF2KwDG .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfyF2KwDG img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfyF2KwDG .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfyF2KwDG img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfyF2KwDG .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfyF2KwDG .b {
    margin-bottom: 10px;
  }
}
.cid-uSfyF2KwDG .btn {
  margin-top: 20px;
}
.cid-uSfyF2KwDG a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfyNUo5Tw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSfyNUo5Tw .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfyNUo5Tw .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfyNUo5Tw .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfyNUo5Tw .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfyNUo5Tw .right-side {
  max-width: 554px;
}
.cid-uSfyNUo5Tw .rs {
  margin-right: 60px;
}
.cid-uSfyNUo5Tw .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfyNUo5Tw .margin {
  margin-right: 14px;
}
.cid-uSfyNUo5Tw .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfyNUo5Tw img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfyNUo5Tw .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfyNUo5Tw img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfyNUo5Tw .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfyNUo5Tw .b {
    margin-bottom: 10px;
  }
}
.cid-uSfyNUo5Tw .btn {
  margin-top: 20px;
}
.cid-uSfyNUo5Tw a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfyNUo5Tw .row {
  flex-direction: row-reverse;
}
.cid-uSfzt5Phg8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfzt5Phg8 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfzt5Phg8 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfzt5Phg8 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfzt5Phg8 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfzt5Phg8 .right-side {
  max-width: 554px;
}
.cid-uSfzt5Phg8 .rs {
  margin-right: 60px;
}
.cid-uSfzt5Phg8 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfzt5Phg8 .margin {
  margin-right: 14px;
}
.cid-uSfzt5Phg8 .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfzt5Phg8 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfzt5Phg8 .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfzt5Phg8 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfzt5Phg8 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfzt5Phg8 .b {
    margin-bottom: 10px;
  }
}
.cid-uSfzt5Phg8 .btn {
  margin-top: 20px;
}
.cid-uSfzt5Phg8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfvXLMnc3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-uSfvXLMnc3 .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-uSfvXLMnc3 .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-uSfvXLMnc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfvXLMnc3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uSfvXLMnc3 .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-uSfvXLMnc3 .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-uSfvXLMnc3 .box {
  border-radius: 4rem;
}
.cid-uSfvXLMnc3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uSfvXLMnc3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uSfvXLMnc3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uSfvXLMnc3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSfvXLMnc3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSfvXLMnc3 .mbr-section-title {
  color: #252434;
}
.cid-uSfvXLMnc3 .mbr-section-subtitle {
  color: #252434;
}
.cid-uSfwIiSdrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfwIiSdrh .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSfwIiSdrh .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSfwIiSdrh .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSfwIiSdrh .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSfwIiSdrh .right-side {
  max-width: 554px;
}
.cid-uSfwIiSdrh .rs {
  margin-right: 60px;
}
.cid-uSfwIiSdrh .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSfwIiSdrh .margin {
  margin-right: 14px;
}
.cid-uSfwIiSdrh .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSfwIiSdrh img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSfwIiSdrh .gray {
    padding: 0px 0 5px;
  }
  .cid-uSfwIiSdrh img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSfwIiSdrh .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSfwIiSdrh .b {
    margin-bottom: 10px;
  }
}
.cid-uSfwIiSdrh .btn {
  margin-top: 20px;
}
.cid-uSfwIiSdrh a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSg1ZiTieL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff0f6;
}
.cid-uSg1ZiTieL .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSg1ZiTieL .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSg1ZiTieL .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSg1ZiTieL .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSg1ZiTieL .right-side {
  max-width: 554px;
}
.cid-uSg1ZiTieL .rs {
  margin-right: 60px;
}
.cid-uSg1ZiTieL .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSg1ZiTieL .margin {
  margin-right: 14px;
}
.cid-uSg1ZiTieL .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-uSg1ZiTieL img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSg1ZiTieL .gray {
    padding: 0px 0 5px;
  }
  .cid-uSg1ZiTieL img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSg1ZiTieL .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSg1ZiTieL .b {
    margin-bottom: 10px;
  }
}
.cid-uSg1ZiTieL .btn {
  margin-top: 20px;
}
.cid-uSg1ZiTieL a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSg1ZiTieL .row {
  flex-direction: row-reverse;
}
.cid-uSfB0QoqJq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSfB0QoqJq .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-uSfB0QoqJq .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSfB0QoqJq .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uSfB0QoqJq .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-uSfB0QoqJq .mbr-iconfont {
    right: 1rem;
  }
}
.cid-uSfB0QoqJq img,
.cid-uSfB0QoqJq .item-img {
  position: relative;
  width: 100%;
}
.cid-uSfB0QoqJq .item:focus,
.cid-uSfB0QoqJq span:focus {
  outline: none;
}
.cid-uSfB0QoqJq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSfB0QoqJq .mbr-section-title {
  color: #232323;
}
.cid-uSfB0QoqJq .mbr-text,
.cid-uSfB0QoqJq .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uSfB0QoqJq .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uSfB0QoqJq .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uSfB0QoqJq .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EiyL89mh {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3EiyL89mh .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EiyL89mh .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EiyL89mh .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EiyL89mh .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EiyL89mh .right-side {
  max-width: 554px;
}
.cid-v3EiyL89mh .rs {
  margin-right: 60px;
}
.cid-v3EiyL89mh .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EiyL89mh .margin {
  margin-right: 14px;
}
.cid-v3EiyL89mh .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EiyL89mh img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EiyL89mh .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EiyL89mh img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EiyL89mh .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EiyL89mh .b {
    margin-bottom: 10px;
  }
}
.cid-v3EiyL89mh .btn {
  margin-top: 20px;
}
.cid-v3EiyL89mh a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSfvXMXiyq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uSfvXMXiyq .mbr-text {
  color: #8c8c95;
}
.cid-uSfvXMXiyq .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3E7V1i0Ch .navbar-dropdown {
  position: relative !important;
}
.cid-v3E7V1i0Ch .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-v3E7V1i0Ch .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3E7V1i0Ch .dropdown-item:hover,
.cid-v3E7V1i0Ch .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3E7V1i0Ch .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3E7V1i0Ch .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3E7V1i0Ch .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3E7V1i0Ch .container {
  display: flex;
  margin: auto;
}
.cid-v3E7V1i0Ch .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3E7V1i0Ch .dropdown-menu,
.cid-v3E7V1i0Ch .navbar.opened {
  background: #ffffff !important;
}
.cid-v3E7V1i0Ch .nav-item:focus,
.cid-v3E7V1i0Ch .nav-link:focus {
  outline: none;
}
.cid-v3E7V1i0Ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3E7V1i0Ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3E7V1i0Ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3E7V1i0Ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3E7V1i0Ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3E7V1i0Ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3E7V1i0Ch .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3E7V1i0Ch .navbar.opened {
  transition: all 0.3s;
}
.cid-v3E7V1i0Ch .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3E7V1i0Ch .navbar .navbar-logo img {
  width: auto;
}
.cid-v3E7V1i0Ch .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3E7V1i0Ch .navbar.collapsed {
  justify-content: center;
}
.cid-v3E7V1i0Ch .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3E7V1i0Ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3E7V1i0Ch .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3E7V1i0Ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3E7V1i0Ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3E7V1i0Ch .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-v3E7V1i0Ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3E7V1i0Ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3E7V1i0Ch .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3E7V1i0Ch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3E7V1i0Ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3E7V1i0Ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3E7V1i0Ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3E7V1i0Ch .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-v3E7V1i0Ch .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3E7V1i0Ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3E7V1i0Ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3E7V1i0Ch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3E7V1i0Ch .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3E7V1i0Ch .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3E7V1i0Ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3E7V1i0Ch .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3E7V1i0Ch .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3E7V1i0Ch .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3E7V1i0Ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3E7V1i0Ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3E7V1i0Ch .dropdown-item.active,
.cid-v3E7V1i0Ch .dropdown-item:active {
  background-color: transparent;
}
.cid-v3E7V1i0Ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3E7V1i0Ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3E7V1i0Ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3E7V1i0Ch .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3E7V1i0Ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3E7V1i0Ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3E7V1i0Ch ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3E7V1i0Ch .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3E7V1i0Ch button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3E7V1i0Ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3E7V1i0Ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3E7V1i0Ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3E7V1i0Ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3E7V1i0Ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3E7V1i0Ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3E7V1i0Ch nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3E7V1i0Ch nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3E7V1i0Ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3E7V1i0Ch .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3E7V1i0Ch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3E7V1i0Ch .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3E7V1i0Ch .navbar {
    height: 70px;
  }
  .cid-v3E7V1i0Ch .navbar.opened {
    height: auto;
  }
  .cid-v3E7V1i0Ch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3E7V1i0Ch a {
  display: inline;
}
.cid-v3E7V1i0Ch img {
  display: inline;
  padding-right: 10px;
}
.cid-v3E7V1i0Ch .dropdown-toggle:after {
  display: none;
}
.cid-v3E7V1i0Ch .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3E7V1i0Ch .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3E7V1i0Ch .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3E7V1i0Ch .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3E7V1i0Ch .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3E7V1i0Ch .nav-item {
  margin-right: 32px;
}
.cid-v3E7V1i0Ch .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3E7V1i0Ch ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3E7V1i0Ch .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3E7V1i0Ch .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3E7V1i0Ch .navbar-nav {
  margin: auto;
}
.cid-v3E7V1i0Ch .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3E7V1i0Ch .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3E7V1i0Ch .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3E7V1i0Ch .btn {
  border-radius: 1000px !important;
}
.cid-v3E7V1i0Ch .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3E7V1i0Ch .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3E7V1i0Ch .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-v3E7V1i0Ch .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3E7V1i0Ch .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3E7V1i0Ch .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3E7V1i0Ch .top {
    margin-top: 25px;
  }
}
.cid-v3E7V1i0Ch .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3E7V1i0Ch .container,
  .cid-v3E7V1i0Ch .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3E7V1i0Ch li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3E7V1i0Ch ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3E7V1i0Ch .icons-menu {
    min-width: initial !important;
  }
  .cid-v3E7V1i0Ch a.btn {
    margin-top: 10px;
  }
}
.cid-v3E7V1i0Ch a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3E8H0nZPU {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v3E8H0nZPU .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3E8H0nZPU .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3E8H0nZPU .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3E8H0nZPU .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3E8H0nZPU .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3E8H0nZPU .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3E8H0nZPU .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3E8H0nZPU .shadow:hover .mbr-iconfont,
.cid-v3E8H0nZPU .shadow:hover .number,
.cid-v3E8H0nZPU .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-v3E8H0nZPU .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3E8H0nZPU .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
}
.cid-v3E8H0nZPU span,
.cid-v3E8H0nZPU .number {
  transition: 0.35s;
}
.cid-v3E8H0nZPU .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (max-width: 990px) {
  .cid-v3E8H0nZPU .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3E8H0nZPU .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3E8H0nZPU H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3E8H0nZPU .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v3E8H0nZPU .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3E8H0nZPU .link-title {
  display: inline-block;
}
.cid-v3E8H0nZPU .episode {
  color: #ffffff;
}
.cid-v3E8H0nZPU .img-title {
  color: #ffffff;
}
.cid-v3E8H0nZPU .margin {
  margin-right: 14px;
}
.cid-v3E8H0nZPU .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3E8H0nZPU .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3E8H0nZPU .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3E8H0nZPU a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v3E8H0nZPU .title-block {
    flex-direction: column;
  }
  .cid-v3E8H0nZPU .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3E8H0nZPU .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3E8H0nZPU .item.features-image {
  margin-top: 30px;
}
.cid-v3E8H0nZPU .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3E8H0nZPU .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3E8H0nZPU .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3E8H0nZPU .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3E8H0nZPU .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v3E9kDXKhK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v3E9kDXKhK .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3E9kDXKhK .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3E9kDXKhK .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3E9kDXKhK .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3E9kDXKhK .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3E9kDXKhK .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3E9kDXKhK .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3E9kDXKhK .shadow:hover .mbr-iconfont,
.cid-v3E9kDXKhK .shadow:hover .number,
.cid-v3E9kDXKhK .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-v3E9kDXKhK .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3E9kDXKhK .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
}
.cid-v3E9kDXKhK span,
.cid-v3E9kDXKhK .number {
  transition: 0.35s;
}
.cid-v3E9kDXKhK .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (max-width: 990px) {
  .cid-v3E9kDXKhK .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3E9kDXKhK .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3E9kDXKhK H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3E9kDXKhK .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v3E9kDXKhK .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3E9kDXKhK .link-title {
  display: inline-block;
}
.cid-v3E9kDXKhK .episode {
  color: #ffffff;
}
.cid-v3E9kDXKhK .img-title {
  color: #ffffff;
}
.cid-v3E9kDXKhK .margin {
  margin-right: 14px;
}
.cid-v3E9kDXKhK .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3E9kDXKhK .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3E9kDXKhK .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3E9kDXKhK a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v3E9kDXKhK .title-block {
    flex-direction: column;
  }
  .cid-v3E9kDXKhK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3E9kDXKhK .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3E9kDXKhK .item.features-image {
  margin-top: 30px;
}
.cid-v3E9kDXKhK .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3E9kDXKhK .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3E9kDXKhK .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3E9kDXKhK .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3E9kDXKhK .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v3Ew8zu3PO {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v3Ew8zu3PO .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3Ew8zu3PO .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3Ew8zu3PO .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-v3Ew8zu3PO .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v3Ew8zu3PO .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3Ew8zu3PO .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3Ew8zu3PO .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3Ew8zu3PO .shadow:hover .mbr-iconfont,
.cid-v3Ew8zu3PO .shadow:hover .number,
.cid-v3Ew8zu3PO .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-v3Ew8zu3PO .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3Ew8zu3PO .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
}
.cid-v3Ew8zu3PO span,
.cid-v3Ew8zu3PO .number {
  transition: 0.35s;
}
.cid-v3Ew8zu3PO .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (max-width: 990px) {
  .cid-v3Ew8zu3PO .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3Ew8zu3PO .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3Ew8zu3PO H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3Ew8zu3PO .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v3Ew8zu3PO .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3Ew8zu3PO .link-title {
  display: inline-block;
}
.cid-v3Ew8zu3PO .episode {
  color: #ffffff;
}
.cid-v3Ew8zu3PO .img-title {
  color: #ffffff;
}
.cid-v3Ew8zu3PO .margin {
  margin-right: 14px;
}
.cid-v3Ew8zu3PO .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3Ew8zu3PO .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3Ew8zu3PO .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3Ew8zu3PO a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v3Ew8zu3PO .title-block {
    flex-direction: column;
  }
  .cid-v3Ew8zu3PO .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3Ew8zu3PO .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3Ew8zu3PO .item.features-image {
  margin-top: 30px;
}
.cid-v3Ew8zu3PO .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3Ew8zu3PO .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3Ew8zu3PO .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3Ew8zu3PO .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3Ew8zu3PO .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v3E7V4lkQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3E7V4lkQU .mbr-text {
  color: #8c8c95;
}
.cid-v3E7V4lkQU .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EpU7pN2Z .navbar-dropdown {
  position: relative !important;
}
.cid-v3EpU7pN2Z .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-v3EpU7pN2Z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EpU7pN2Z .dropdown-item:hover,
.cid-v3EpU7pN2Z .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EpU7pN2Z .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EpU7pN2Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EpU7pN2Z .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EpU7pN2Z .container {
  display: flex;
  margin: auto;
}
.cid-v3EpU7pN2Z .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EpU7pN2Z .dropdown-menu,
.cid-v3EpU7pN2Z .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EpU7pN2Z .nav-item:focus,
.cid-v3EpU7pN2Z .nav-link:focus {
  outline: none;
}
.cid-v3EpU7pN2Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EpU7pN2Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EpU7pN2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EpU7pN2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EpU7pN2Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EpU7pN2Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EpU7pN2Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EpU7pN2Z .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EpU7pN2Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EpU7pN2Z .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EpU7pN2Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EpU7pN2Z .navbar.collapsed {
  justify-content: center;
}
.cid-v3EpU7pN2Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EpU7pN2Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EpU7pN2Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EpU7pN2Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EpU7pN2Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EpU7pN2Z .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-v3EpU7pN2Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EpU7pN2Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EpU7pN2Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EpU7pN2Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EpU7pN2Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EpU7pN2Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EpU7pN2Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EpU7pN2Z .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-v3EpU7pN2Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EpU7pN2Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EpU7pN2Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EpU7pN2Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EpU7pN2Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EpU7pN2Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EpU7pN2Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EpU7pN2Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EpU7pN2Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EpU7pN2Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EpU7pN2Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EpU7pN2Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EpU7pN2Z .dropdown-item.active,
.cid-v3EpU7pN2Z .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EpU7pN2Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EpU7pN2Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EpU7pN2Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EpU7pN2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EpU7pN2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EpU7pN2Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EpU7pN2Z ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EpU7pN2Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EpU7pN2Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EpU7pN2Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EpU7pN2Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EpU7pN2Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EpU7pN2Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EpU7pN2Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EpU7pN2Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EpU7pN2Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EpU7pN2Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EpU7pN2Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EpU7pN2Z .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EpU7pN2Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EpU7pN2Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EpU7pN2Z .navbar {
    height: 70px;
  }
  .cid-v3EpU7pN2Z .navbar.opened {
    height: auto;
  }
  .cid-v3EpU7pN2Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EpU7pN2Z a {
  display: inline;
}
.cid-v3EpU7pN2Z img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EpU7pN2Z .dropdown-toggle:after {
  display: none;
}
.cid-v3EpU7pN2Z .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EpU7pN2Z .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EpU7pN2Z .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EpU7pN2Z .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EpU7pN2Z .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EpU7pN2Z .nav-item {
  margin-right: 32px;
}
.cid-v3EpU7pN2Z .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EpU7pN2Z ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EpU7pN2Z .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EpU7pN2Z .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EpU7pN2Z .navbar-nav {
  margin: auto;
}
.cid-v3EpU7pN2Z .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EpU7pN2Z .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EpU7pN2Z .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EpU7pN2Z .btn {
  border-radius: 1000px !important;
}
.cid-v3EpU7pN2Z .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EpU7pN2Z .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EpU7pN2Z .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-v3EpU7pN2Z .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EpU7pN2Z .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EpU7pN2Z .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EpU7pN2Z .top {
    margin-top: 25px;
  }
}
.cid-v3EpU7pN2Z .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EpU7pN2Z .container,
  .cid-v3EpU7pN2Z .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EpU7pN2Z li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EpU7pN2Z ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EpU7pN2Z .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EpU7pN2Z a.btn {
    margin-top: 10px;
  }
}
.cid-v3EpU7pN2Z a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EpU7F6Vy {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3EpU7F6Vy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3EpU7F6Vy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3EpU7F6Vy .mbr-text,
.cid-v3EpU7F6Vy .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3EpU7F6Vy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EpU7F6Vy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EpU8akNN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3EpU8akNN .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EpU8akNN .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EpU8akNN .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EpU8akNN .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EpU8akNN .right-side {
  max-width: 554px;
}
.cid-v3EpU8akNN .rs {
  margin-right: 60px;
}
.cid-v3EpU8akNN .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EpU8akNN .margin {
  margin-right: 14px;
}
.cid-v3EpU8akNN .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EpU8akNN img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EpU8akNN .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EpU8akNN img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EpU8akNN .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EpU8akNN .b {
    margin-bottom: 10px;
  }
}
.cid-v3EpU8akNN .btn {
  margin-top: 20px;
}
.cid-v3EpU8akNN a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EpU8K33t {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EpU8K33t .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EpU8K33t .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EpU8K33t .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EpU8K33t .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EpU8K33t .right-side {
  max-width: 554px;
}
.cid-v3EpU8K33t .rs {
  margin-right: 60px;
}
.cid-v3EpU8K33t .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EpU8K33t .margin {
  margin-right: 14px;
}
.cid-v3EpU8K33t .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EpU8K33t img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EpU8K33t .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EpU8K33t img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EpU8K33t .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EpU8K33t .b {
    margin-bottom: 10px;
  }
}
.cid-v3EpU8K33t .btn {
  margin-top: 20px;
}
.cid-v3EpU8K33t a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EpU8K33t .row {
  flex-direction: row-reverse;
}
.cid-v3EpU99Asw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-v3EpU99Asw .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3EpU99Asw .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3EpU99Asw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EpU99Asw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3EpU99Asw .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3EpU99Asw .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3EpU99Asw .box {
  border-radius: 4rem;
}
.cid-v3EpU99Asw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3EpU99Asw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3EpU99Asw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3EpU99Asw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3EpU99Asw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3EpU99Asw .mbr-section-title {
  color: #252434;
}
.cid-v3EpU99Asw .mbr-section-subtitle {
  color: #252434;
}
.cid-v3EpUa6hUE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3EpUa6hUE .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3EpUa6hUE .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3EpUa6hUE .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3EpUa6hUE .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3EpUa6hUE .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3EpUa6hUE img,
.cid-v3EpUa6hUE .item-img {
  position: relative;
  width: 100%;
}
.cid-v3EpUa6hUE .item:focus,
.cid-v3EpUa6hUE span:focus {
  outline: none;
}
.cid-v3EpUa6hUE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3EpUa6hUE .mbr-section-title {
  color: #232323;
}
.cid-v3EpUa6hUE .mbr-text,
.cid-v3EpUa6hUE .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3EpUa6hUE .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3EpUa6hUE .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3EpUa6hUE .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EpUaotMf {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3EpUaotMf .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EpUaotMf .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EpUaotMf .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EpUaotMf .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EpUaotMf .right-side {
  max-width: 554px;
}
.cid-v3EpUaotMf .rs {
  margin-right: 60px;
}
.cid-v3EpUaotMf .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EpUaotMf .margin {
  margin-right: 14px;
}
.cid-v3EpUaotMf .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EpUaotMf img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EpUaotMf .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EpUaotMf img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EpUaotMf .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EpUaotMf .b {
    margin-bottom: 10px;
  }
}
.cid-v3EpUaotMf .btn {
  margin-top: 20px;
}
.cid-v3EpUaotMf a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EpUaEzbf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EpUaEzbf .mbr-text {
  color: #8c8c95;
}
.cid-v3EpUaEzbf .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EyAORnc4 .navbar-dropdown {
  position: relative !important;
}
.cid-v3EyAORnc4 .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-v3EyAORnc4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EyAORnc4 .dropdown-item:hover,
.cid-v3EyAORnc4 .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EyAORnc4 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EyAORnc4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EyAORnc4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EyAORnc4 .container {
  display: flex;
  margin: auto;
}
.cid-v3EyAORnc4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EyAORnc4 .dropdown-menu,
.cid-v3EyAORnc4 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EyAORnc4 .nav-item:focus,
.cid-v3EyAORnc4 .nav-link:focus {
  outline: none;
}
.cid-v3EyAORnc4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EyAORnc4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EyAORnc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EyAORnc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EyAORnc4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EyAORnc4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EyAORnc4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EyAORnc4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EyAORnc4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EyAORnc4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EyAORnc4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EyAORnc4 .navbar.collapsed {
  justify-content: center;
}
.cid-v3EyAORnc4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EyAORnc4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EyAORnc4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EyAORnc4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EyAORnc4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EyAORnc4 .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-v3EyAORnc4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EyAORnc4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EyAORnc4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EyAORnc4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EyAORnc4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EyAORnc4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EyAORnc4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EyAORnc4 .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-v3EyAORnc4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EyAORnc4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EyAORnc4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EyAORnc4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EyAORnc4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EyAORnc4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EyAORnc4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EyAORnc4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EyAORnc4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EyAORnc4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EyAORnc4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EyAORnc4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EyAORnc4 .dropdown-item.active,
.cid-v3EyAORnc4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EyAORnc4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EyAORnc4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EyAORnc4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EyAORnc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EyAORnc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EyAORnc4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EyAORnc4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EyAORnc4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EyAORnc4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EyAORnc4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EyAORnc4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EyAORnc4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyAORnc4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyAORnc4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EyAORnc4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyAORnc4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EyAORnc4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EyAORnc4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyAORnc4 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EyAORnc4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EyAORnc4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EyAORnc4 .navbar {
    height: 70px;
  }
  .cid-v3EyAORnc4 .navbar.opened {
    height: auto;
  }
  .cid-v3EyAORnc4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EyAORnc4 a {
  display: inline;
}
.cid-v3EyAORnc4 img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EyAORnc4 .dropdown-toggle:after {
  display: none;
}
.cid-v3EyAORnc4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EyAORnc4 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EyAORnc4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EyAORnc4 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EyAORnc4 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EyAORnc4 .nav-item {
  margin-right: 32px;
}
.cid-v3EyAORnc4 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EyAORnc4 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EyAORnc4 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EyAORnc4 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EyAORnc4 .navbar-nav {
  margin: auto;
}
.cid-v3EyAORnc4 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EyAORnc4 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EyAORnc4 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EyAORnc4 .btn {
  border-radius: 1000px !important;
}
.cid-v3EyAORnc4 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EyAORnc4 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EyAORnc4 .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-v3EyAORnc4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EyAORnc4 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EyAORnc4 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EyAORnc4 .top {
    margin-top: 25px;
  }
}
.cid-v3EyAORnc4 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EyAORnc4 .container,
  .cid-v3EyAORnc4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EyAORnc4 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EyAORnc4 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EyAORnc4 .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EyAORnc4 a.btn {
    margin-top: 10px;
  }
}
.cid-v3EyAORnc4 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyAPbjgs {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3EyAPbjgs h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3EyAPbjgs h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3EyAPbjgs .mbr-text,
.cid-v3EyAPbjgs .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3EyAPbjgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyAPbjgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyAPLDFx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3EyAPLDFx .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyAPLDFx .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyAPLDFx .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyAPLDFx .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyAPLDFx .right-side {
  max-width: 554px;
}
.cid-v3EyAPLDFx .rs {
  margin-right: 60px;
}
.cid-v3EyAPLDFx .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyAPLDFx .margin {
  margin-right: 14px;
}
.cid-v3EyAPLDFx .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyAPLDFx img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyAPLDFx .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyAPLDFx img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyAPLDFx .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyAPLDFx .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyAPLDFx .btn {
  margin-top: 20px;
}
.cid-v3EyAPLDFx a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EF53GQzM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EF53GQzM .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EF53GQzM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EF53GQzM .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EF53GQzM .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EF53GQzM .right-side {
  max-width: 554px;
}
.cid-v3EF53GQzM .rs {
  margin-right: 60px;
}
.cid-v3EF53GQzM .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EF53GQzM .margin {
  margin-right: 14px;
}
.cid-v3EF53GQzM .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EF53GQzM img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EF53GQzM .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EF53GQzM img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EF53GQzM .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EF53GQzM .b {
    margin-bottom: 10px;
  }
}
.cid-v3EF53GQzM .btn {
  margin-top: 20px;
}
.cid-v3EF53GQzM a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EF53GQzM .row {
  flex-direction: row-reverse;
}
.cid-v3EFvZEvBH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EFvZEvBH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EFvZEvBH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EFvZEvBH .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EFvZEvBH .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EFvZEvBH .right-side {
  max-width: 554px;
}
.cid-v3EFvZEvBH .rs {
  margin-right: 60px;
}
.cid-v3EFvZEvBH .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EFvZEvBH .margin {
  margin-right: 14px;
}
.cid-v3EFvZEvBH .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EFvZEvBH img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EFvZEvBH .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EFvZEvBH img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EFvZEvBH .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EFvZEvBH .b {
    margin-bottom: 10px;
  }
}
.cid-v3EFvZEvBH .btn {
  margin-top: 20px;
}
.cid-v3EFvZEvBH a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EGbIKHvb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EGbIKHvb .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EGbIKHvb .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EGbIKHvb .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EGbIKHvb .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EGbIKHvb .right-side {
  max-width: 554px;
}
.cid-v3EGbIKHvb .rs {
  margin-right: 60px;
}
.cid-v3EGbIKHvb .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EGbIKHvb .margin {
  margin-right: 14px;
}
.cid-v3EGbIKHvb .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EGbIKHvb img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EGbIKHvb .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EGbIKHvb img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EGbIKHvb .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EGbIKHvb .b {
    margin-bottom: 10px;
  }
}
.cid-v3EGbIKHvb .btn {
  margin-top: 20px;
}
.cid-v3EGbIKHvb a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EGbIKHvb .row {
  flex-direction: row-reverse;
}
.cid-v3EyAR9mFw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3EyAR9mFw .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3EyAR9mFw .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3EyAR9mFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyAR9mFw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3EyAR9mFw .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3EyAR9mFw .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3EyAR9mFw .box {
  border-radius: 4rem;
}
.cid-v3EyAR9mFw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3EyAR9mFw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3EyAR9mFw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3EyAR9mFw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3EyAR9mFw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3EyAR9mFw .mbr-section-title {
  color: #252434;
}
.cid-v3EyAR9mFw .mbr-section-subtitle {
  color: #252434;
}
.cid-v3EBErZRo6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eff0f6;
}
.cid-v3EBErZRo6 .item-row {
  background: white;
  padding: 2rem;
  border-radius: 2rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3EBErZRo6 .item-row {
    padding: 2rem 1rem;
  }
}
.cid-v3ECZDd4mo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3ECZDd4mo .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3ECZDd4mo .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3ECZDd4mo .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3ECZDd4mo .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3ECZDd4mo .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3ECZDd4mo img,
.cid-v3ECZDd4mo .item-img {
  position: relative;
  width: 100%;
}
.cid-v3ECZDd4mo .item:focus,
.cid-v3ECZDd4mo span:focus {
  outline: none;
}
.cid-v3ECZDd4mo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3ECZDd4mo .mbr-section-title {
  color: #232323;
}
.cid-v3ECZDd4mo .mbr-text,
.cid-v3ECZDd4mo .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3ECZDd4mo .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3ECZDd4mo .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3ECZDd4mo .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EyASSDO5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EyASSDO5 .mbr-text {
  color: #8c8c95;
}
.cid-v3EyASSDO5 .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EyJYvgDf .navbar-dropdown {
  position: relative !important;
}
.cid-v3EyJYvgDf .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-v3EyJYvgDf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EyJYvgDf .dropdown-item:hover,
.cid-v3EyJYvgDf .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EyJYvgDf .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EyJYvgDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EyJYvgDf .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EyJYvgDf .container {
  display: flex;
  margin: auto;
}
.cid-v3EyJYvgDf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EyJYvgDf .dropdown-menu,
.cid-v3EyJYvgDf .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EyJYvgDf .nav-item:focus,
.cid-v3EyJYvgDf .nav-link:focus {
  outline: none;
}
.cid-v3EyJYvgDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EyJYvgDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EyJYvgDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EyJYvgDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EyJYvgDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EyJYvgDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EyJYvgDf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EyJYvgDf .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EyJYvgDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EyJYvgDf .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EyJYvgDf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EyJYvgDf .navbar.collapsed {
  justify-content: center;
}
.cid-v3EyJYvgDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EyJYvgDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EyJYvgDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EyJYvgDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EyJYvgDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EyJYvgDf .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-v3EyJYvgDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EyJYvgDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EyJYvgDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EyJYvgDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EyJYvgDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EyJYvgDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EyJYvgDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EyJYvgDf .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-v3EyJYvgDf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EyJYvgDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EyJYvgDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EyJYvgDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EyJYvgDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EyJYvgDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EyJYvgDf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EyJYvgDf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EyJYvgDf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EyJYvgDf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EyJYvgDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EyJYvgDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EyJYvgDf .dropdown-item.active,
.cid-v3EyJYvgDf .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EyJYvgDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EyJYvgDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EyJYvgDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EyJYvgDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EyJYvgDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EyJYvgDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EyJYvgDf ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EyJYvgDf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EyJYvgDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EyJYvgDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EyJYvgDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EyJYvgDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyJYvgDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyJYvgDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EyJYvgDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyJYvgDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EyJYvgDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EyJYvgDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyJYvgDf .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EyJYvgDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EyJYvgDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EyJYvgDf .navbar {
    height: 70px;
  }
  .cid-v3EyJYvgDf .navbar.opened {
    height: auto;
  }
  .cid-v3EyJYvgDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EyJYvgDf a {
  display: inline;
}
.cid-v3EyJYvgDf img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EyJYvgDf .dropdown-toggle:after {
  display: none;
}
.cid-v3EyJYvgDf .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EyJYvgDf .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EyJYvgDf .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EyJYvgDf .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EyJYvgDf .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EyJYvgDf .nav-item {
  margin-right: 32px;
}
.cid-v3EyJYvgDf .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EyJYvgDf ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EyJYvgDf .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EyJYvgDf .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EyJYvgDf .navbar-nav {
  margin: auto;
}
.cid-v3EyJYvgDf .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EyJYvgDf .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EyJYvgDf .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EyJYvgDf .btn {
  border-radius: 1000px !important;
}
.cid-v3EyJYvgDf .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EyJYvgDf .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EyJYvgDf .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-v3EyJYvgDf .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EyJYvgDf .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EyJYvgDf .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EyJYvgDf .top {
    margin-top: 25px;
  }
}
.cid-v3EyJYvgDf .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EyJYvgDf .container,
  .cid-v3EyJYvgDf .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EyJYvgDf li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EyJYvgDf ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EyJYvgDf .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EyJYvgDf a.btn {
    margin-top: 10px;
  }
}
.cid-v3EyJYvgDf a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyJYP4B4 {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3EyJYP4B4 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3EyJYP4B4 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3EyJYP4B4 .mbr-text,
.cid-v3EyJYP4B4 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3EyJYP4B4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyJYP4B4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyJZlG4g {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3EyJZlG4g .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyJZlG4g .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyJZlG4g .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyJZlG4g .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyJZlG4g .right-side {
  max-width: 554px;
}
.cid-v3EyJZlG4g .rs {
  margin-right: 60px;
}
.cid-v3EyJZlG4g .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyJZlG4g .margin {
  margin-right: 14px;
}
.cid-v3EyJZlG4g .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyJZlG4g img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyJZlG4g .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyJZlG4g img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyJZlG4g .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyJZlG4g .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyJZlG4g .btn {
  margin-top: 20px;
}
.cid-v3EyJZlG4g a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyJZAxDl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3EyJZAxDl .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyJZAxDl .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyJZAxDl .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyJZAxDl .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyJZAxDl .right-side {
  max-width: 554px;
}
.cid-v3EyJZAxDl .rs {
  margin-right: 60px;
}
.cid-v3EyJZAxDl .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyJZAxDl .margin {
  margin-right: 14px;
}
.cid-v3EyJZAxDl .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyJZAxDl img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyJZAxDl .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyJZAxDl img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyJZAxDl .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyJZAxDl .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyJZAxDl .btn {
  margin-top: 20px;
}
.cid-v3EyJZAxDl a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyJZAxDl .row {
  flex-direction: row-reverse;
}
.cid-v3EyK0EKUH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-v3EyK0EKUH .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3EyK0EKUH .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3EyK0EKUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyK0EKUH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3EyK0EKUH .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3EyK0EKUH .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3EyK0EKUH .box {
  border-radius: 4rem;
}
.cid-v3EyK0EKUH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3EyK0EKUH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3EyK0EKUH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3EyK0EKUH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3EyK0EKUH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3EyK0EKUH .mbr-section-title {
  color: #252434;
}
.cid-v3EyK0EKUH .mbr-section-subtitle {
  color: #252434;
}
.cid-v3EyK1ITAL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3EyK1ITAL .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3EyK1ITAL .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3EyK1ITAL .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3EyK1ITAL .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3EyK1ITAL .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3EyK1ITAL img,
.cid-v3EyK1ITAL .item-img {
  position: relative;
  width: 100%;
}
.cid-v3EyK1ITAL .item:focus,
.cid-v3EyK1ITAL span:focus {
  outline: none;
}
.cid-v3EyK1ITAL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3EyK1ITAL .mbr-section-title {
  color: #232323;
}
.cid-v3EyK1ITAL .mbr-text,
.cid-v3EyK1ITAL .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3EyK1ITAL .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3EyK1ITAL .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3EyK1ITAL .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EyK2l9pk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EyK2l9pk .mbr-text {
  color: #8c8c95;
}
.cid-v3EyK2l9pk .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EyTWbZLF .navbar-dropdown {
  position: relative !important;
}
.cid-v3EyTWbZLF .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-v3EyTWbZLF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EyTWbZLF .dropdown-item:hover,
.cid-v3EyTWbZLF .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EyTWbZLF .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EyTWbZLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EyTWbZLF .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EyTWbZLF .container {
  display: flex;
  margin: auto;
}
.cid-v3EyTWbZLF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EyTWbZLF .dropdown-menu,
.cid-v3EyTWbZLF .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EyTWbZLF .nav-item:focus,
.cid-v3EyTWbZLF .nav-link:focus {
  outline: none;
}
.cid-v3EyTWbZLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EyTWbZLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EyTWbZLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EyTWbZLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EyTWbZLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EyTWbZLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EyTWbZLF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EyTWbZLF .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EyTWbZLF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EyTWbZLF .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EyTWbZLF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EyTWbZLF .navbar.collapsed {
  justify-content: center;
}
.cid-v3EyTWbZLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EyTWbZLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EyTWbZLF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EyTWbZLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EyTWbZLF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EyTWbZLF .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-v3EyTWbZLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EyTWbZLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EyTWbZLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EyTWbZLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EyTWbZLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EyTWbZLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EyTWbZLF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EyTWbZLF .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-v3EyTWbZLF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EyTWbZLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EyTWbZLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EyTWbZLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EyTWbZLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EyTWbZLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EyTWbZLF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EyTWbZLF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EyTWbZLF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EyTWbZLF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EyTWbZLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EyTWbZLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EyTWbZLF .dropdown-item.active,
.cid-v3EyTWbZLF .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EyTWbZLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EyTWbZLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EyTWbZLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EyTWbZLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EyTWbZLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EyTWbZLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EyTWbZLF ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EyTWbZLF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EyTWbZLF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EyTWbZLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EyTWbZLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EyTWbZLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyTWbZLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyTWbZLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EyTWbZLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyTWbZLF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EyTWbZLF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EyTWbZLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyTWbZLF .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EyTWbZLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EyTWbZLF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EyTWbZLF .navbar {
    height: 70px;
  }
  .cid-v3EyTWbZLF .navbar.opened {
    height: auto;
  }
  .cid-v3EyTWbZLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EyTWbZLF a {
  display: inline;
}
.cid-v3EyTWbZLF img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EyTWbZLF .dropdown-toggle:after {
  display: none;
}
.cid-v3EyTWbZLF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EyTWbZLF .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EyTWbZLF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EyTWbZLF .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EyTWbZLF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EyTWbZLF .nav-item {
  margin-right: 32px;
}
.cid-v3EyTWbZLF .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EyTWbZLF ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EyTWbZLF .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EyTWbZLF .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EyTWbZLF .navbar-nav {
  margin: auto;
}
.cid-v3EyTWbZLF .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EyTWbZLF .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EyTWbZLF .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EyTWbZLF .btn {
  border-radius: 1000px !important;
}
.cid-v3EyTWbZLF .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EyTWbZLF .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EyTWbZLF .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-v3EyTWbZLF .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EyTWbZLF .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EyTWbZLF .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EyTWbZLF .top {
    margin-top: 25px;
  }
}
.cid-v3EyTWbZLF .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EyTWbZLF .container,
  .cid-v3EyTWbZLF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EyTWbZLF li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EyTWbZLF ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EyTWbZLF .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EyTWbZLF a.btn {
    margin-top: 10px;
  }
}
.cid-v3EyTWbZLF a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyTWANWo {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3EyTWANWo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3EyTWANWo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3EyTWANWo .mbr-text,
.cid-v3EyTWANWo .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3EyTWANWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyTWANWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyTWSq6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EyTWSq6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyTWSq6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyTWSq6G .row {
  justify-content: space-between;
}
.cid-v3EyTWSq6G .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3EyTWSq6G .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3EyTWSq6G .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v3EyTWSq6G .mbr-label {
  color: #666666;
}
.cid-v3EyTWSq6G .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3EyTWSq6G .mbr-text {
  color: #666666;
}
.cid-v3ELgJ9BOR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-v3ELgJ9BOR .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3ELgJ9BOR .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3ELgJ9BOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ELgJ9BOR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3ELgJ9BOR .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3ELgJ9BOR .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3ELgJ9BOR .box {
  border-radius: 4rem;
}
.cid-v3ELgJ9BOR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3ELgJ9BOR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3ELgJ9BOR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3ELgJ9BOR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3ELgJ9BOR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3ELgJ9BOR .mbr-section-title {
  color: #252434;
}
.cid-v3ELgJ9BOR .mbr-section-subtitle {
  color: #252434;
}
.cid-v3ELobkhOn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3ELobkhOn .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3ELobkhOn .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3ELobkhOn .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3ELobkhOn .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3ELobkhOn .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3ELobkhOn img,
.cid-v3ELobkhOn .item-img {
  position: relative;
  width: 100%;
}
.cid-v3ELobkhOn .item:focus,
.cid-v3ELobkhOn span:focus {
  outline: none;
}
.cid-v3ELobkhOn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3ELobkhOn .mbr-section-title {
  color: #232323;
}
.cid-v3ELobkhOn .mbr-text,
.cid-v3ELobkhOn .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3ELobkhOn .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3ELobkhOn .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3ELobkhOn .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EyU0CAt9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EyU0CAt9 .mbr-text {
  color: #8c8c95;
}
.cid-v3EyU0CAt9 .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EyYpMOpo .navbar-dropdown {
  position: relative !important;
}
.cid-v3EyYpMOpo .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-v3EyYpMOpo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EyYpMOpo .dropdown-item:hover,
.cid-v3EyYpMOpo .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EyYpMOpo .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EyYpMOpo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EyYpMOpo .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EyYpMOpo .container {
  display: flex;
  margin: auto;
}
.cid-v3EyYpMOpo .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EyYpMOpo .dropdown-menu,
.cid-v3EyYpMOpo .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EyYpMOpo .nav-item:focus,
.cid-v3EyYpMOpo .nav-link:focus {
  outline: none;
}
.cid-v3EyYpMOpo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EyYpMOpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EyYpMOpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EyYpMOpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EyYpMOpo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EyYpMOpo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EyYpMOpo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EyYpMOpo .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EyYpMOpo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EyYpMOpo .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EyYpMOpo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EyYpMOpo .navbar.collapsed {
  justify-content: center;
}
.cid-v3EyYpMOpo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EyYpMOpo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EyYpMOpo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EyYpMOpo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EyYpMOpo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EyYpMOpo .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-v3EyYpMOpo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EyYpMOpo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EyYpMOpo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EyYpMOpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EyYpMOpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EyYpMOpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EyYpMOpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EyYpMOpo .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-v3EyYpMOpo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EyYpMOpo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EyYpMOpo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EyYpMOpo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EyYpMOpo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EyYpMOpo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EyYpMOpo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EyYpMOpo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EyYpMOpo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EyYpMOpo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EyYpMOpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EyYpMOpo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EyYpMOpo .dropdown-item.active,
.cid-v3EyYpMOpo .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EyYpMOpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EyYpMOpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EyYpMOpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EyYpMOpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EyYpMOpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EyYpMOpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EyYpMOpo ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EyYpMOpo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EyYpMOpo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EyYpMOpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EyYpMOpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EyYpMOpo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyYpMOpo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EyYpMOpo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EyYpMOpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyYpMOpo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EyYpMOpo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EyYpMOpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EyYpMOpo .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EyYpMOpo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EyYpMOpo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EyYpMOpo .navbar {
    height: 70px;
  }
  .cid-v3EyYpMOpo .navbar.opened {
    height: auto;
  }
  .cid-v3EyYpMOpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EyYpMOpo a {
  display: inline;
}
.cid-v3EyYpMOpo img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EyYpMOpo .dropdown-toggle:after {
  display: none;
}
.cid-v3EyYpMOpo .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EyYpMOpo .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EyYpMOpo .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EyYpMOpo .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EyYpMOpo .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EyYpMOpo .nav-item {
  margin-right: 32px;
}
.cid-v3EyYpMOpo .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EyYpMOpo ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EyYpMOpo .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EyYpMOpo .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EyYpMOpo .navbar-nav {
  margin: auto;
}
.cid-v3EyYpMOpo .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EyYpMOpo .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EyYpMOpo .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EyYpMOpo .btn {
  border-radius: 1000px !important;
}
.cid-v3EyYpMOpo .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EyYpMOpo .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EyYpMOpo .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-v3EyYpMOpo .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EyYpMOpo .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EyYpMOpo .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EyYpMOpo .top {
    margin-top: 25px;
  }
}
.cid-v3EyYpMOpo .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EyYpMOpo .container,
  .cid-v3EyYpMOpo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EyYpMOpo li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EyYpMOpo ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYpMOpo .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EyYpMOpo a.btn {
    margin-top: 10px;
  }
}
.cid-v3EyYpMOpo a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYq6BYq {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3EyYq6BYq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3EyYq6BYq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3EyYq6BYq .mbr-text,
.cid-v3EyYq6BYq .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3EyYq6BYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyYq6BYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyYqpzl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EyYqpzl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EyYqpzl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyYqpzl3 .row {
  justify-content: space-between;
}
.cid-v3EyYqpzl3 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3EyYqpzl3 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3EyYqpzl3 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v3EyYqpzl3 .mbr-label {
  color: #666666;
}
.cid-v3EyYqpzl3 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3EyYqpzl3 .mbr-text {
  color: #666666;
}
.cid-v3EyYqGyr5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3EyYqGyr5 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYqGyr5 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYqGyr5 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYqGyr5 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYqGyr5 .right-side {
  max-width: 554px;
}
.cid-v3EyYqGyr5 .rs {
  margin-right: 60px;
}
.cid-v3EyYqGyr5 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYqGyr5 .margin {
  margin-right: 14px;
}
.cid-v3EyYqGyr5 .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYqGyr5 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYqGyr5 .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYqGyr5 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYqGyr5 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYqGyr5 .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYqGyr5 .btn {
  margin-top: 20px;
}
.cid-v3EyYqGyr5 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYqVHDu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3EyYqVHDu .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYqVHDu .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYqVHDu .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYqVHDu .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYqVHDu .right-side {
  max-width: 554px;
}
.cid-v3EyYqVHDu .rs {
  margin-right: 60px;
}
.cid-v3EyYqVHDu .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYqVHDu .margin {
  margin-right: 14px;
}
.cid-v3EyYqVHDu .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYqVHDu img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYqVHDu .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYqVHDu img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYqVHDu .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYqVHDu .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYqVHDu .btn {
  margin-top: 20px;
}
.cid-v3EyYqVHDu a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYqVHDu .row {
  flex-direction: row-reverse;
}
.cid-v3EyYrdNcE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EyYrdNcE .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYrdNcE .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYrdNcE .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYrdNcE .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYrdNcE .right-side {
  max-width: 554px;
}
.cid-v3EyYrdNcE .rs {
  margin-right: 60px;
}
.cid-v3EyYrdNcE .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYrdNcE .margin {
  margin-right: 14px;
}
.cid-v3EyYrdNcE .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYrdNcE img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYrdNcE .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYrdNcE img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYrdNcE .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYrdNcE .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYrdNcE .btn {
  margin-top: 20px;
}
.cid-v3EyYrdNcE a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYrtNWG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3EyYrtNWG .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYrtNWG .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYrtNWG .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYrtNWG .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYrtNWG .right-side {
  max-width: 554px;
}
.cid-v3EyYrtNWG .rs {
  margin-right: 60px;
}
.cid-v3EyYrtNWG .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYrtNWG .margin {
  margin-right: 14px;
}
.cid-v3EyYrtNWG .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYrtNWG img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYrtNWG .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYrtNWG img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYrtNWG .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYrtNWG .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYrtNWG .btn {
  margin-top: 20px;
}
.cid-v3EyYrtNWG a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYrtNWG .row {
  flex-direction: row-reverse;
}
.cid-v3EyYrJF3f {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EyYrJF3f .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYrJF3f .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYrJF3f .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYrJF3f .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYrJF3f .right-side {
  max-width: 554px;
}
.cid-v3EyYrJF3f .rs {
  margin-right: 60px;
}
.cid-v3EyYrJF3f .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYrJF3f .margin {
  margin-right: 14px;
}
.cid-v3EyYrJF3f .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYrJF3f img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYrJF3f .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYrJF3f img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYrJF3f .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYrJF3f .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYrJF3f .btn {
  margin-top: 20px;
}
.cid-v3EyYrJF3f a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYs2jxY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-v3EyYs2jxY .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3EyYs2jxY .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3EyYs2jxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EyYs2jxY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3EyYs2jxY .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3EyYs2jxY .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3EyYs2jxY .box {
  border-radius: 4rem;
}
.cid-v3EyYs2jxY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3EyYs2jxY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3EyYs2jxY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3EyYs2jxY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3EyYs2jxY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3EyYs2jxY .mbr-section-title {
  color: #252434;
}
.cid-v3EyYs2jxY .mbr-section-subtitle {
  color: #252434;
}
.cid-v3EyYszcfv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3EyYszcfv .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYszcfv .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYszcfv .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYszcfv .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYszcfv .right-side {
  max-width: 554px;
}
.cid-v3EyYszcfv .rs {
  margin-right: 60px;
}
.cid-v3EyYszcfv .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYszcfv .margin {
  margin-right: 14px;
}
.cid-v3EyYszcfv .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYszcfv img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYszcfv .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYszcfv img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYszcfv .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYszcfv .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYszcfv .btn {
  margin-top: 20px;
}
.cid-v3EyYszcfv a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYsR5IB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff0f6;
}
.cid-v3EyYsR5IB .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYsR5IB .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYsR5IB .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYsR5IB .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYsR5IB .right-side {
  max-width: 554px;
}
.cid-v3EyYsR5IB .rs {
  margin-right: 60px;
}
.cid-v3EyYsR5IB .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYsR5IB .margin {
  margin-right: 14px;
}
.cid-v3EyYsR5IB .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYsR5IB img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYsR5IB .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYsR5IB img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYsR5IB .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYsR5IB .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYsR5IB .btn {
  margin-top: 20px;
}
.cid-v3EyYsR5IB a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYsR5IB .row {
  flex-direction: row-reverse;
}
.cid-v3EyYt9dyS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3EyYt9dyS .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3EyYt9dyS .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3EyYt9dyS .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3EyYt9dyS .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3EyYt9dyS .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3EyYt9dyS img,
.cid-v3EyYt9dyS .item-img {
  position: relative;
  width: 100%;
}
.cid-v3EyYt9dyS .item:focus,
.cid-v3EyYt9dyS span:focus {
  outline: none;
}
.cid-v3EyYt9dyS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3EyYt9dyS .mbr-section-title {
  color: #232323;
}
.cid-v3EyYt9dyS .mbr-text,
.cid-v3EyYt9dyS .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3EyYt9dyS .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3EyYt9dyS .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3EyYt9dyS .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EyYtvvhg {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3EyYtvvhg .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3EyYtvvhg .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3EyYtvvhg .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3EyYtvvhg .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3EyYtvvhg .right-side {
  max-width: 554px;
}
.cid-v3EyYtvvhg .rs {
  margin-right: 60px;
}
.cid-v3EyYtvvhg .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3EyYtvvhg .margin {
  margin-right: 14px;
}
.cid-v3EyYtvvhg .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3EyYtvvhg img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3EyYtvvhg .gray {
    padding: 0px 0 5px;
  }
  .cid-v3EyYtvvhg img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3EyYtvvhg .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3EyYtvvhg .b {
    margin-bottom: 10px;
  }
}
.cid-v3EyYtvvhg .btn {
  margin-top: 20px;
}
.cid-v3EyYtvvhg a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3EyYtPq0t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EyYtPq0t .mbr-text {
  color: #8c8c95;
}
.cid-v3EyYtPq0t .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3Ez1DqLyj .navbar-dropdown {
  position: relative !important;
}
.cid-v3Ez1DqLyj .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-v3Ez1DqLyj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3Ez1DqLyj .dropdown-item:hover,
.cid-v3Ez1DqLyj .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3Ez1DqLyj .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3Ez1DqLyj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3Ez1DqLyj .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3Ez1DqLyj .container {
  display: flex;
  margin: auto;
}
.cid-v3Ez1DqLyj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3Ez1DqLyj .dropdown-menu,
.cid-v3Ez1DqLyj .navbar.opened {
  background: #ffffff !important;
}
.cid-v3Ez1DqLyj .nav-item:focus,
.cid-v3Ez1DqLyj .nav-link:focus {
  outline: none;
}
.cid-v3Ez1DqLyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3Ez1DqLyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3Ez1DqLyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3Ez1DqLyj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3Ez1DqLyj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3Ez1DqLyj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3Ez1DqLyj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3Ez1DqLyj .navbar.opened {
  transition: all 0.3s;
}
.cid-v3Ez1DqLyj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3Ez1DqLyj .navbar .navbar-logo img {
  width: auto;
}
.cid-v3Ez1DqLyj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3Ez1DqLyj .navbar.collapsed {
  justify-content: center;
}
.cid-v3Ez1DqLyj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3Ez1DqLyj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3Ez1DqLyj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3Ez1DqLyj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3Ez1DqLyj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3Ez1DqLyj .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-v3Ez1DqLyj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3Ez1DqLyj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3Ez1DqLyj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3Ez1DqLyj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3Ez1DqLyj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3Ez1DqLyj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3Ez1DqLyj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3Ez1DqLyj .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-v3Ez1DqLyj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3Ez1DqLyj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3Ez1DqLyj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3Ez1DqLyj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3Ez1DqLyj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3Ez1DqLyj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3Ez1DqLyj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3Ez1DqLyj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3Ez1DqLyj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3Ez1DqLyj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3Ez1DqLyj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3Ez1DqLyj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3Ez1DqLyj .dropdown-item.active,
.cid-v3Ez1DqLyj .dropdown-item:active {
  background-color: transparent;
}
.cid-v3Ez1DqLyj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3Ez1DqLyj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3Ez1DqLyj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3Ez1DqLyj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3Ez1DqLyj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3Ez1DqLyj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3Ez1DqLyj ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3Ez1DqLyj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3Ez1DqLyj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3Ez1DqLyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3Ez1DqLyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3Ez1DqLyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Ez1DqLyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3Ez1DqLyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3Ez1DqLyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Ez1DqLyj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3Ez1DqLyj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3Ez1DqLyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3Ez1DqLyj .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3Ez1DqLyj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3Ez1DqLyj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3Ez1DqLyj .navbar {
    height: 70px;
  }
  .cid-v3Ez1DqLyj .navbar.opened {
    height: auto;
  }
  .cid-v3Ez1DqLyj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3Ez1DqLyj a {
  display: inline;
}
.cid-v3Ez1DqLyj img {
  display: inline;
  padding-right: 10px;
}
.cid-v3Ez1DqLyj .dropdown-toggle:after {
  display: none;
}
.cid-v3Ez1DqLyj .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3Ez1DqLyj .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3Ez1DqLyj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3Ez1DqLyj .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3Ez1DqLyj .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3Ez1DqLyj .nav-item {
  margin-right: 32px;
}
.cid-v3Ez1DqLyj .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3Ez1DqLyj ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3Ez1DqLyj .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3Ez1DqLyj .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3Ez1DqLyj .navbar-nav {
  margin: auto;
}
.cid-v3Ez1DqLyj .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3Ez1DqLyj .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3Ez1DqLyj .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3Ez1DqLyj .btn {
  border-radius: 1000px !important;
}
.cid-v3Ez1DqLyj .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3Ez1DqLyj .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3Ez1DqLyj .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-v3Ez1DqLyj .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3Ez1DqLyj .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3Ez1DqLyj .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3Ez1DqLyj .top {
    margin-top: 25px;
  }
}
.cid-v3Ez1DqLyj .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3Ez1DqLyj .container,
  .cid-v3Ez1DqLyj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3Ez1DqLyj li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3Ez1DqLyj ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1DqLyj .icons-menu {
    min-width: initial !important;
  }
  .cid-v3Ez1DqLyj a.btn {
    margin-top: 10px;
  }
}
.cid-v3Ez1DqLyj a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1DLhUu {
  padding-top: 225px;
  padding-bottom: 90px;
  background-color: #eff0f6;
}
.cid-v3Ez1DLhUu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-v3Ez1DLhUu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-v3Ez1DLhUu .mbr-text,
.cid-v3Ez1DLhUu .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-v3Ez1DLhUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Ez1DLhUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Ez1E17fJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Ez1E17fJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Ez1E17fJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Ez1E17fJ .row {
  justify-content: space-between;
}
.cid-v3Ez1E17fJ .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v3Ez1E17fJ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v3Ez1E17fJ .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-v3Ez1E17fJ .mbr-label {
  color: #666666;
}
.cid-v3Ez1E17fJ .mbr-section-title {
  color: #0f0f0f;
}
.cid-v3Ez1E17fJ .mbr-text {
  color: #666666;
}
.cid-v3Ez1Ejt2P {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3Ez1Ejt2P .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1Ejt2P .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1Ejt2P .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1Ejt2P .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1Ejt2P .right-side {
  max-width: 554px;
}
.cid-v3Ez1Ejt2P .rs {
  margin-right: 60px;
}
.cid-v3Ez1Ejt2P .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1Ejt2P .margin {
  margin-right: 14px;
}
.cid-v3Ez1Ejt2P .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1Ejt2P img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1Ejt2P .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1Ejt2P img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1Ejt2P .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1Ejt2P .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1Ejt2P .btn {
  margin-top: 20px;
}
.cid-v3Ez1Ejt2P a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1EzzBn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3Ez1EzzBn .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1EzzBn .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1EzzBn .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1EzzBn .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1EzzBn .right-side {
  max-width: 554px;
}
.cid-v3Ez1EzzBn .rs {
  margin-right: 60px;
}
.cid-v3Ez1EzzBn .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1EzzBn .margin {
  margin-right: 14px;
}
.cid-v3Ez1EzzBn .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1EzzBn img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1EzzBn .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1EzzBn img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1EzzBn .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1EzzBn .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1EzzBn .btn {
  margin-top: 20px;
}
.cid-v3Ez1EzzBn a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1EzzBn .row {
  flex-direction: row-reverse;
}
.cid-v3Ez1EQmP8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Ez1EQmP8 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1EQmP8 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1EQmP8 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1EQmP8 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1EQmP8 .right-side {
  max-width: 554px;
}
.cid-v3Ez1EQmP8 .rs {
  margin-right: 60px;
}
.cid-v3Ez1EQmP8 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1EQmP8 .margin {
  margin-right: 14px;
}
.cid-v3Ez1EQmP8 .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1EQmP8 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1EQmP8 .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1EQmP8 img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1EQmP8 .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1EQmP8 .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1EQmP8 .btn {
  margin-top: 20px;
}
.cid-v3Ez1EQmP8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1F78pN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3Ez1F78pN .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1F78pN .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1F78pN .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1F78pN .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1F78pN .right-side {
  max-width: 554px;
}
.cid-v3Ez1F78pN .rs {
  margin-right: 60px;
}
.cid-v3Ez1F78pN .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1F78pN .margin {
  margin-right: 14px;
}
.cid-v3Ez1F78pN .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1F78pN img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1F78pN .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1F78pN img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1F78pN .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1F78pN .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1F78pN .btn {
  margin-top: 20px;
}
.cid-v3Ez1F78pN a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1F78pN .row {
  flex-direction: row-reverse;
}
.cid-v3Ez1Fo3Hf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Ez1Fo3Hf .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1Fo3Hf .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1Fo3Hf .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1Fo3Hf .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1Fo3Hf .right-side {
  max-width: 554px;
}
.cid-v3Ez1Fo3Hf .rs {
  margin-right: 60px;
}
.cid-v3Ez1Fo3Hf .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1Fo3Hf .margin {
  margin-right: 14px;
}
.cid-v3Ez1Fo3Hf .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1Fo3Hf img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1Fo3Hf .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1Fo3Hf img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1Fo3Hf .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1Fo3Hf .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1Fo3Hf .btn {
  margin-top: 20px;
}
.cid-v3Ez1Fo3Hf a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1FHewZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #eff0f6;
}
.cid-v3Ez1FHewZ .mbr-media {
  position: relative;
  border-radius: 4rem;
}
.cid-v3Ez1FHewZ .mbr-media img {
  width: 100%;
  border-radius: 4rem;
  object-fit: cover;
}
.cid-v3Ez1FHewZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Ez1FHewZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v3Ez1FHewZ .icon-wrap:before {
  position: absolute;
  content: '';
  top: -10%;
  left: -10%;
  width: 120%;
  border-radius: 50%;
  height: 120%;
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.cid-v3Ez1FHewZ .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
  color: black;
  background: white;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.cid-v3Ez1FHewZ .box {
  border-radius: 4rem;
}
.cid-v3Ez1FHewZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v3Ez1FHewZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v3Ez1FHewZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v3Ez1FHewZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3Ez1FHewZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3Ez1FHewZ .mbr-section-title {
  color: #252434;
}
.cid-v3Ez1FHewZ .mbr-section-subtitle {
  color: #252434;
}
.cid-v3Ez1GcIFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3Ez1GcIFY .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1GcIFY .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1GcIFY .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1GcIFY .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1GcIFY .right-side {
  max-width: 554px;
}
.cid-v3Ez1GcIFY .rs {
  margin-right: 60px;
}
.cid-v3Ez1GcIFY .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1GcIFY .margin {
  margin-right: 14px;
}
.cid-v3Ez1GcIFY .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1GcIFY img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1GcIFY .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1GcIFY img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1GcIFY .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1GcIFY .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1GcIFY .btn {
  margin-top: 20px;
}
.cid-v3Ez1GcIFY a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1Gu5Co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff0f6;
}
.cid-v3Ez1Gu5Co .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1Gu5Co .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1Gu5Co .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1Gu5Co .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1Gu5Co .right-side {
  max-width: 554px;
}
.cid-v3Ez1Gu5Co .rs {
  margin-right: 60px;
}
.cid-v3Ez1Gu5Co .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1Gu5Co .margin {
  margin-right: 14px;
}
.cid-v3Ez1Gu5Co .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1Gu5Co img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1Gu5Co .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1Gu5Co img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1Gu5Co .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1Gu5Co .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1Gu5Co .btn {
  margin-top: 20px;
}
.cid-v3Ez1Gu5Co a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1Gu5Co .row {
  flex-direction: row-reverse;
}
.cid-v3Ez1GOo3E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3Ez1GOo3E .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-v3Ez1GOo3E .item-content {
  background: #ffffff;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3Ez1GOo3E .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-v3Ez1GOo3E .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #ffffff;
  border-radius: 10px;
  color: #1b2026;
}
@media (max-width: 767px) {
  .cid-v3Ez1GOo3E .mbr-iconfont {
    right: 1rem;
  }
}
.cid-v3Ez1GOo3E img,
.cid-v3Ez1GOo3E .item-img {
  position: relative;
  width: 100%;
}
.cid-v3Ez1GOo3E .item:focus,
.cid-v3Ez1GOo3E span:focus {
  outline: none;
}
.cid-v3Ez1GOo3E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3Ez1GOo3E .mbr-section-title {
  color: #232323;
}
.cid-v3Ez1GOo3E .mbr-text,
.cid-v3Ez1GOo3E .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-v3Ez1GOo3E .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-v3Ez1GOo3E .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3Ez1GOo3E .mbr-section-subtitle {
  color: #000000;
}
.cid-v3Ez1Hb7pT {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3Ez1Hb7pT .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3Ez1Hb7pT .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3Ez1Hb7pT .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3Ez1Hb7pT .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3Ez1Hb7pT .right-side {
  max-width: 554px;
}
.cid-v3Ez1Hb7pT .rs {
  margin-right: 60px;
}
.cid-v3Ez1Hb7pT .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3Ez1Hb7pT .margin {
  margin-right: 14px;
}
.cid-v3Ez1Hb7pT .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-v3Ez1Hb7pT img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3Ez1Hb7pT .gray {
    padding: 0px 0 5px;
  }
  .cid-v3Ez1Hb7pT img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3Ez1Hb7pT .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3Ez1Hb7pT .b {
    margin-bottom: 10px;
  }
}
.cid-v3Ez1Hb7pT .btn {
  margin-top: 20px;
}
.cid-v3Ez1Hb7pT a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3Ez1Hu21j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3Ez1Hu21j .mbr-text {
  color: #8c8c95;
}
.cid-v3Ez1Hu21j .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3EMWLhp0j .navbar-dropdown {
  position: relative !important;
}
.cid-v3EMWLhp0j .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-v3EMWLhp0j .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3EMWLhp0j .dropdown-item:hover,
.cid-v3EMWLhp0j .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3EMWLhp0j .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3EMWLhp0j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3EMWLhp0j .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3EMWLhp0j .container {
  display: flex;
  margin: auto;
}
.cid-v3EMWLhp0j .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3EMWLhp0j .dropdown-menu,
.cid-v3EMWLhp0j .navbar.opened {
  background: #ffffff !important;
}
.cid-v3EMWLhp0j .nav-item:focus,
.cid-v3EMWLhp0j .nav-link:focus {
  outline: none;
}
.cid-v3EMWLhp0j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3EMWLhp0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3EMWLhp0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3EMWLhp0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3EMWLhp0j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3EMWLhp0j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3EMWLhp0j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3EMWLhp0j .navbar.opened {
  transition: all 0.3s;
}
.cid-v3EMWLhp0j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3EMWLhp0j .navbar .navbar-logo img {
  width: auto;
}
.cid-v3EMWLhp0j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3EMWLhp0j .navbar.collapsed {
  justify-content: center;
}
.cid-v3EMWLhp0j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3EMWLhp0j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3EMWLhp0j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3EMWLhp0j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3EMWLhp0j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3EMWLhp0j .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-v3EMWLhp0j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3EMWLhp0j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3EMWLhp0j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3EMWLhp0j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3EMWLhp0j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3EMWLhp0j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3EMWLhp0j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3EMWLhp0j .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-v3EMWLhp0j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3EMWLhp0j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3EMWLhp0j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3EMWLhp0j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3EMWLhp0j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3EMWLhp0j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3EMWLhp0j .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3EMWLhp0j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3EMWLhp0j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3EMWLhp0j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3EMWLhp0j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3EMWLhp0j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3EMWLhp0j .dropdown-item.active,
.cid-v3EMWLhp0j .dropdown-item:active {
  background-color: transparent;
}
.cid-v3EMWLhp0j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3EMWLhp0j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3EMWLhp0j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3EMWLhp0j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3EMWLhp0j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3EMWLhp0j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3EMWLhp0j ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3EMWLhp0j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3EMWLhp0j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3EMWLhp0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3EMWLhp0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3EMWLhp0j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EMWLhp0j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3EMWLhp0j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3EMWLhp0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EMWLhp0j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3EMWLhp0j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3EMWLhp0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3EMWLhp0j .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3EMWLhp0j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3EMWLhp0j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3EMWLhp0j .navbar {
    height: 70px;
  }
  .cid-v3EMWLhp0j .navbar.opened {
    height: auto;
  }
  .cid-v3EMWLhp0j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3EMWLhp0j a {
  display: inline;
}
.cid-v3EMWLhp0j img {
  display: inline;
  padding-right: 10px;
}
.cid-v3EMWLhp0j .dropdown-toggle:after {
  display: none;
}
.cid-v3EMWLhp0j .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3EMWLhp0j .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3EMWLhp0j .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3EMWLhp0j .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3EMWLhp0j .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3EMWLhp0j .nav-item {
  margin-right: 32px;
}
.cid-v3EMWLhp0j .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3EMWLhp0j ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3EMWLhp0j .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3EMWLhp0j .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3EMWLhp0j .navbar-nav {
  margin: auto;
}
.cid-v3EMWLhp0j .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3EMWLhp0j .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3EMWLhp0j .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3EMWLhp0j .btn {
  border-radius: 1000px !important;
}
.cid-v3EMWLhp0j .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3EMWLhp0j .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3EMWLhp0j .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-v3EMWLhp0j .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3EMWLhp0j .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3EMWLhp0j .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3EMWLhp0j .top {
    margin-top: 25px;
  }
}
.cid-v3EMWLhp0j .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3EMWLhp0j .container,
  .cid-v3EMWLhp0j .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3EMWLhp0j li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3EMWLhp0j ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3EMWLhp0j .icons-menu {
    min-width: initial !important;
  }
  .cid-v3EMWLhp0j a.btn {
    margin-top: 10px;
  }
}
.cid-v3EMWLhp0j a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3ENc2KuB7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3ENc2KuB7 .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-v3ENc2KuB7 .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-v3ENc2KuB7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3ENc2KuB7 .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-v3ENc2KuB7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ENc2KuB7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3ENc2KuB7 b,
.cid-v3ENc2KuB7 strong {
  font-weight: 900;
}
.cid-v3ENc2KuB7 img,
.cid-v3ENc2KuB7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3ENc2KuB7 .item:focus,
.cid-v3ENc2KuB7 span:focus {
  outline: none;
}
.cid-v3ENc2KuB7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3ENc2KuB7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3ENc2KuB7 .mbr-section-title {
  color: #17003b;
}
.cid-v3ENc2KuB7 .mbr-text,
.cid-v3ENc2KuB7 .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-v3ENc2KuB7 .item-title {
  text-align: center;
  color: #17003b;
}
.cid-v3ENc2KuB7 .mbr-section-subtitle {
  color: #17003b;
}
.cid-v3ENc2KuB7 .item-subtitle,
.cid-v3ENc2KuB7 .item-content {
  text-align: center;
}
.cid-v3EMWMYJgq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3EMWMYJgq .mbr-text {
  color: #8c8c95;
}
.cid-v3EMWMYJgq .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-v3ENp5P2W4 .navbar-dropdown {
  position: relative !important;
}
.cid-v3ENp5P2W4 .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-v3ENp5P2W4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3ENp5P2W4 .dropdown-item:hover,
.cid-v3ENp5P2W4 .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v3ENp5P2W4 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3ENp5P2W4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3ENp5P2W4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3ENp5P2W4 .container {
  display: flex;
  margin: auto;
}
.cid-v3ENp5P2W4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3ENp5P2W4 .dropdown-menu,
.cid-v3ENp5P2W4 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3ENp5P2W4 .nav-item:focus,
.cid-v3ENp5P2W4 .nav-link:focus {
  outline: none;
}
.cid-v3ENp5P2W4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3ENp5P2W4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3ENp5P2W4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3ENp5P2W4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3ENp5P2W4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3ENp5P2W4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3ENp5P2W4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v3ENp5P2W4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3ENp5P2W4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3ENp5P2W4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3ENp5P2W4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3ENp5P2W4 .navbar.collapsed {
  justify-content: center;
}
.cid-v3ENp5P2W4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3ENp5P2W4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3ENp5P2W4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3ENp5P2W4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3ENp5P2W4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3ENp5P2W4 .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-v3ENp5P2W4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3ENp5P2W4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3ENp5P2W4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3ENp5P2W4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3ENp5P2W4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3ENp5P2W4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3ENp5P2W4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3ENp5P2W4 .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-v3ENp5P2W4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3ENp5P2W4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3ENp5P2W4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3ENp5P2W4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3ENp5P2W4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3ENp5P2W4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3ENp5P2W4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3ENp5P2W4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3ENp5P2W4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3ENp5P2W4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3ENp5P2W4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3ENp5P2W4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3ENp5P2W4 .dropdown-item.active,
.cid-v3ENp5P2W4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3ENp5P2W4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3ENp5P2W4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3ENp5P2W4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3ENp5P2W4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3ENp5P2W4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3ENp5P2W4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3ENp5P2W4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3ENp5P2W4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3ENp5P2W4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3ENp5P2W4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3ENp5P2W4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3ENp5P2W4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ENp5P2W4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ENp5P2W4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3ENp5P2W4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ENp5P2W4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3ENp5P2W4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3ENp5P2W4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ENp5P2W4 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3ENp5P2W4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3ENp5P2W4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3ENp5P2W4 .navbar {
    height: 70px;
  }
  .cid-v3ENp5P2W4 .navbar.opened {
    height: auto;
  }
  .cid-v3ENp5P2W4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3ENp5P2W4 a {
  display: inline;
}
.cid-v3ENp5P2W4 img {
  display: inline;
  padding-right: 10px;
}
.cid-v3ENp5P2W4 .dropdown-toggle:after {
  display: none;
}
.cid-v3ENp5P2W4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3ENp5P2W4 .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-v3ENp5P2W4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3ENp5P2W4 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3ENp5P2W4 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3ENp5P2W4 .nav-item {
  margin-right: 32px;
}
.cid-v3ENp5P2W4 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3ENp5P2W4 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3ENp5P2W4 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3ENp5P2W4 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3ENp5P2W4 .navbar-nav {
  margin: auto;
}
.cid-v3ENp5P2W4 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3ENp5P2W4 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3ENp5P2W4 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-v3ENp5P2W4 .btn {
  border-radius: 1000px !important;
}
.cid-v3ENp5P2W4 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3ENp5P2W4 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3ENp5P2W4 .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-v3ENp5P2W4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-v3ENp5P2W4 .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-v3ENp5P2W4 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3ENp5P2W4 .top {
    margin-top: 25px;
  }
}
.cid-v3ENp5P2W4 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-v3ENp5P2W4 .container,
  .cid-v3ENp5P2W4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3ENp5P2W4 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3ENp5P2W4 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3ENp5P2W4 .icons-menu {
    min-width: initial !important;
  }
  .cid-v3ENp5P2W4 a.btn {
    margin-top: 10px;
  }
}
.cid-v3ENp5P2W4 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3ENp6DvWS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3ENp6DvWS .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-v3ENp6DvWS .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-v3ENp6DvWS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3ENp6DvWS .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-v3ENp6DvWS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3ENp6DvWS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3ENp6DvWS b,
.cid-v3ENp6DvWS strong {
  font-weight: 900;
}
.cid-v3ENp6DvWS img,
.cid-v3ENp6DvWS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3ENp6DvWS .item:focus,
.cid-v3ENp6DvWS span:focus {
  outline: none;
}
.cid-v3ENp6DvWS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3ENp6DvWS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3ENp6DvWS .mbr-section-title {
  color: #17003b;
}
.cid-v3ENp6DvWS .mbr-text,
.cid-v3ENp6DvWS .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-v3ENp6DvWS .item-title {
  text-align: center;
  color: #17003b;
}
.cid-v3ENp6DvWS .mbr-section-subtitle {
  color: #17003b;
}
.cid-v3ENp6DvWS .item-subtitle,
.cid-v3ENp6DvWS .item-content {
  text-align: center;
}
.cid-v3ENp7xXPW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-v3ENp7xXPW .mbr-text {
  color: #8c8c95;
}
.cid-v3ENp7xXPW .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
