.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f2f2f2;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f96a04 !important;
}
.bg-success {
  background-color: #7ae6b4 !important;
}
.bg-info {
  background-color: #69dff7 !important;
}
.bg-warning {
  background-color: #ffd861 !important;
}
.bg-danger {
  background-color: #e87883 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f96a04 !important;
  border-color: #f96a04 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fc8734 !important;
  border-color: #fc8734 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fc8734 !important;
  border-color: #fc8734 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c14f60 !important;
  border-color: #c14f60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ce7582 !important;
  border-color: #ce7582 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ce7582 !important;
  border-color: #ce7582 !important;
}
.btn-info,
.btn-info:active {
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
  color: #054d5c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #054d5c !important;
  background-color: #99e9fa !important;
  border-color: #99e9fa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
  color: #0f5233 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0f5233 !important;
  background-color: #a5eecc !important;
  border-color: #a5eecc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
  color: #614900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614900 !important;
  background-color: #ffe594 !important;
  border-color: #ffe594 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87883 !important;
  border-color: #e87883 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #efa4ab !important;
  border-color: #efa4ab !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f96a04;
  color: #f96a04;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a44603 !important;
  background-color: transparent !important;
  border-color: #a44603 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96a04 !important;
  border-color: #f96a04 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c14f60;
  color: #c14f60;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #89303e !important;
  background-color: transparent !important;
  border-color: #89303e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c14f60 !important;
  border-color: #c14f60 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #69dff7;
  color: #69dff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #17cdf3 !important;
  background-color: transparent !important;
  border-color: #17cdf3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054d5c !important;
  background-color: #69dff7 !important;
  border-color: #69dff7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ae6b4;
  color: #7ae6b4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #31d88b !important;
  background-color: transparent !important;
  border-color: #31d88b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f5233 !important;
  background-color: #7ae6b4 !important;
  border-color: #7ae6b4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd861;
  color: #ffd861;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30a !important;
  background-color: transparent !important;
  border-color: #ffc30a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614900 !important;
  background-color: #ffd861 !important;
  border-color: #ffd861 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87883;
  color: #e87883;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db2e3f !important;
  background-color: transparent !important;
  border-color: #db2e3f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87883 !important;
  border-color: #e87883 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f96a04 !important;
}
.text-secondary {
  color: #c14f60 !important;
}
.text-success {
  color: #7ae6b4 !important;
}
.text-info {
  color: #69dff7 !important;
}
.text-warning {
  color: #ffd861 !important;
}
.text-danger {
  color: #e87883 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #953f02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7e2c38 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d283 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dc7ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fabc00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d62436 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f96a04;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #69dff7;
}
.alert-warning {
  background-color: #ffd861;
}
.alert-danger {
  background-color: #e87883;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f96a04;
  border-color: #f96a04;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f96a04;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fee0cb;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f96a04 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f96a04;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f96a04;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f96a04;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f96a04;
  border-bottom-color: #f96a04;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f96a04 !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: #c14f60 !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='%23f96a04' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #f96a04 !important;
  color: #ffffff !important;
  border-color: #f96a04 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.form-control {
  border-radius: .5rem !important;
  border-radius: 0 !important;
}
.cid-va62CVt2MJ .navbar-dropdown {
  position: relative !important;
}
.cid-va62CVt2MJ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-va62CVt2MJ .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-va62CVt2MJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-va62CVt2MJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-va62CVt2MJ .dropdown-item:hover,
.cid-va62CVt2MJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item:hover span {
  color: white;
}
.cid-va62CVt2MJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va62CVt2MJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va62CVt2MJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va62CVt2MJ .nav-link {
  position: relative;
}
.cid-va62CVt2MJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .container {
    flex-wrap: nowrap;
  }
}
.cid-va62CVt2MJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-va62CVt2MJ .dropdown-menu,
.cid-va62CVt2MJ .navbar.opened {
  background: #ffffff !important;
}
.cid-va62CVt2MJ .nav-item:focus,
.cid-va62CVt2MJ .nav-link:focus {
  outline: none;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va62CVt2MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va62CVt2MJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-va62CVt2MJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-va62CVt2MJ .navbar .navbar-logo img {
  width: auto;
}
.cid-va62CVt2MJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va62CVt2MJ .navbar.collapsed {
  justify-content: center;
}
.cid-va62CVt2MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va62CVt2MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va62CVt2MJ .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-va62CVt2MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va62CVt2MJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va62CVt2MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va62CVt2MJ .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-va62CVt2MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va62CVt2MJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-va62CVt2MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-va62CVt2MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va62CVt2MJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va62CVt2MJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item.active,
.cid-va62CVt2MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-va62CVt2MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-va62CVt2MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va62CVt2MJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-va62CVt2MJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ .navbar-buttons {
    text-align: left;
  }
}
.cid-va62CVt2MJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-va62CVt2MJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-va62CVt2MJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-va62CVt2MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va62CVt2MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va62CVt2MJ .navbar {
    height: 70px;
  }
  .cid-va62CVt2MJ .navbar.opened {
    height: auto;
  }
  .cid-va62CVt2MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va62CVt2MJ .navbar-nav {
  margin: 0;
}
.cid-va62CVt2MJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-va62CVt2MJ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-va62CVt2MJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-va62CVt2MJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover,
.cid-va62CVt2MJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::after,
.cid-va62CVt2MJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::before,
.cid-va62CVt2MJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va62CVt2MJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-va62CVt2MJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-va62CVt2MJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-va62CVt2MJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-va62CVt2MJ .content-wrap {
  min-height: 110px;
}
.cid-va62CVvWi8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-va62CVvWi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVvWi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-va62CVvWi8 .card {
  justify-content: center;
}
.cid-va62CVvWi8 .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-va62CVvWi8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-va62CVvWi8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-va62CVvWi8 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-va62CVvWi8 .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .image-wrapper {
    height: auto;
    padding: 20px 10px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-va62CVvWi8 .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .image-wrapper .main-image img {
    position: relative;
    height: auto;
    object-fit: contain;
  }
}
.cid-va62CVvWi8 .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
}
@media (max-width: 1440px) {
  .cid-va62CVvWi8 .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .image-wrapper .image-wrap {
    padding: 0;
    height: auto;
  }
}
.cid-va62CVvWi8 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va62CVvWi8 .image-wrapper .image-wrap img {
    height: auto;
    object-fit: contain;
  }
}
.cid-va62CVvWi8 .mbr-label {
  color: #ffffff;
}
.cid-va62CVvWi8 .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVvWi8 .mbr-text {
  color: #ffffff;
}
.cid-va62CVFKrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVFKrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVFKrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVFKrP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-va62CVFKrP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-va62CVFKrP .embla__slide .slide-content {
  width: 100%;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-va62CVFKrP .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVFKrP .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-va62CVFKrP .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-va62CVFKrP .embla__button--next,
.cid-va62CVFKrP .embla__button--prev {
  display: flex;
}
.cid-va62CVFKrP .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-va62CVFKrP .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-va62CVFKrP .embla__button:hover {
  background-color: #ff94b2 !important;
  color: #000000 !important;
}
.cid-va62CVFKrP .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-va62CVFKrP .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-va62CVFKrP .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-va62CVFKrP .embla__button.embla__button--next {
  right: 0;
}
.cid-va62CVFKrP .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-va62CVFKrP .embla {
    padding-top: 4rem;
  }
}
.cid-va62CVFKrP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-va62CVFKrP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-va62CVFKrP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-va62CVFKrP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-va62CVFKrP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-va62CVFKrP .card-title {
  color: #ffffff;
}
.cid-va62CVFKrP .card-desc {
  color: #ffffff;
}
.cid-va62CVFKrP .list {
  color: #ffffff;
}
.cid-vf1FRscB9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1FRscB9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1FRscB9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1FRscB9l .items-wrapper {
  margin: 0 -10px;
}
.cid-vf1FRscB9l .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vf1FRscB9l .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vf1FRscB9l .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vf1FRscB9l .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf1FRscB9l .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vf1FRscB9l .item-date {
  color: #2f1d41;
}
.cid-vf1FRscB9l .item-address {
  color: #ffffff;
}
.cid-vf1FRscB9l .item-title {
  color: #ffffff;
}
.cid-vf1FRscB9l .item-text {
  color: #ffffff;
}
.cid-va62CVCufR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg?v=1WanAJ");
}
.cid-va62CVCufR .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVCufR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVCufR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-va62CVCufR .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVCufR .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVCufR .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-va62CVCufR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-va62CVCufR .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-va62CVCufR .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-va62CVCufR .mbr-text {
  margin-bottom: 30px;
  color: #f2f2f2;
}
@media (max-width: 992px) {
  .cid-va62CVCufR .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVCufR .mbr-label {
  color: #f2f2f2;
}
.cid-va62CVCufR .mbr-section-title {
  color: #f2f2f2;
}
.cid-va62CVCufR .mbr-section-subtitle,
.cid-va62CVCufR .mbr-section-btn {
  color: #f2f2f2;
}
.cid-va62CVE4Gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVE4Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVE4Gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVE4Gy .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-va62CVE4Gy .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-va62CVE4Gy .content-wrapper .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-va62CVE4Gy .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-va62CVE4Gy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-va62CVE4Gy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #232323;
}
.cid-va62CVE4Gy .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 100%;
  }
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap {
  margin-bottom: 15px;
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-name {
  margin-bottom: 0;
}
.cid-va62CVE4Gy .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-va62CVE4Gy .mbr-label {
  color: #ffffff;
}
.cid-va62CVE4Gy .item-text {
  color: #ffffff;
}
.cid-va62CVE4Gy .item-name {
  color: #ffffff;
}
.cid-va62CVE4Gy .item-role {
  color: #ffffff;
}
.cid-va62CVINGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va62CVINGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVINGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVINGL .row {
  justify-content: space-between;
}
.cid-va62CVINGL .card {
  justify-content: center;
}
.cid-va62CVINGL .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-va62CVINGL .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVINGL .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-va62CVINGL .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-va62CVINGL .image-wrapper img {
    height: 300px;
  }
}
.cid-va62CVINGL .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVINGL .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-va62CVINGL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-va62CVINGL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVINGL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-va62CVINGL .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVINGL .content-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-va62CVINGL .mbr-label {
  color: #000000;
}
.cid-va62CVINGL .mbr-section-title {
  color: #000000;
}
.cid-va62CVINGL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-va62CVMxgQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVMxgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVMxgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-va62CVMxgQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVMxgQ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVMxgQ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-va62CVMxgQ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVMxgQ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-va62CVMxgQ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #ff94b2 !important;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVMxgQ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-va62CVMxgQ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-va62CVMxgQ .mbr-label {
  color: #ffffff;
}
.cid-va62CVMxgQ .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVMxgQ label {
  color: #ffffff;
}
.cid-va62CVN6bT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVN6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVN6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVN6bT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:hover::before,
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-va62CVN6bT .list {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-text {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-va62CVt2MJ .navbar-dropdown {
  position: relative !important;
}
.cid-va62CVt2MJ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-va62CVt2MJ .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-va62CVt2MJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-va62CVt2MJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-va62CVt2MJ .dropdown-item:hover,
.cid-va62CVt2MJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item:hover span {
  color: white;
}
.cid-va62CVt2MJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va62CVt2MJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va62CVt2MJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va62CVt2MJ .nav-link {
  position: relative;
}
.cid-va62CVt2MJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .container {
    flex-wrap: nowrap;
  }
}
.cid-va62CVt2MJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-va62CVt2MJ .dropdown-menu,
.cid-va62CVt2MJ .navbar.opened {
  background: #ffffff !important;
}
.cid-va62CVt2MJ .nav-item:focus,
.cid-va62CVt2MJ .nav-link:focus {
  outline: none;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va62CVt2MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va62CVt2MJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-va62CVt2MJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-va62CVt2MJ .navbar .navbar-logo img {
  width: auto;
}
.cid-va62CVt2MJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va62CVt2MJ .navbar.collapsed {
  justify-content: center;
}
.cid-va62CVt2MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va62CVt2MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va62CVt2MJ .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-va62CVt2MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va62CVt2MJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va62CVt2MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va62CVt2MJ .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-va62CVt2MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va62CVt2MJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-va62CVt2MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-va62CVt2MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va62CVt2MJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va62CVt2MJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item.active,
.cid-va62CVt2MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-va62CVt2MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-va62CVt2MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va62CVt2MJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-va62CVt2MJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ .navbar-buttons {
    text-align: left;
  }
}
.cid-va62CVt2MJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-va62CVt2MJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-va62CVt2MJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-va62CVt2MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va62CVt2MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va62CVt2MJ .navbar {
    height: 70px;
  }
  .cid-va62CVt2MJ .navbar.opened {
    height: auto;
  }
  .cid-va62CVt2MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va62CVt2MJ .navbar-nav {
  margin: 0;
}
.cid-va62CVt2MJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-va62CVt2MJ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-va62CVt2MJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-va62CVt2MJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover,
.cid-va62CVt2MJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::after,
.cid-va62CVt2MJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::before,
.cid-va62CVt2MJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va62CVt2MJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-va62CVt2MJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-va62CVt2MJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-va62CVt2MJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-va62CVt2MJ .content-wrap {
  min-height: 110px;
}
.cid-vf1MJAlsuk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1MJAlsuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJAlsuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJAlsuk .card {
  justify-content: center;
}
.cid-vf1MJAlsuk .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vf1MJAlsuk .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1MJAlsuk .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1MJAlsuk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vf1MJAlsuk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1MJAlsuk .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-vf1MJAlsuk .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJAlsuk .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-vf1MJAlsuk .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vf1MJAlsuk .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #f55d3e;
}
@media (max-width: 1440px) {
  .cid-vf1MJAlsuk .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJAlsuk .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-vf1MJAlsuk .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vf1MJAlsuk .mbr-label {
  color: #ffffff;
}
.cid-vf1MJAlsuk .mbr-section-title {
  color: #ffffff;
}
.cid-vf1MJAlsuk .mbr-text {
  color: #ffffff;
}
.cid-vf1MJAwSM5 {
  background-image: url("../../../assets/images/photo-1574267432644-f410f8ec2474.jpeg?v=1WanAJ");
}
.cid-vf1MJAwSM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJAwSM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJAwSM5 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vf1MJAwSM5 .image-wrap {
    height: 350px;
  }
}
.cid-vf1MJABbz9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1MJABbz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJABbz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJABbz9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vf1MJABbz9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vf1MJABbz9 .embla__slide .slide-content {
  width: 100%;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-vf1MJABbz9 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-vf1MJABbz9 .embla__button--next,
.cid-vf1MJABbz9 .embla__button--prev {
  display: flex;
}
.cid-vf1MJABbz9 .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vf1MJABbz9 .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-vf1MJABbz9 .embla__button:hover {
  background-color: #f55d3e !important;
  color: #ffffff !important;
}
.cid-vf1MJABbz9 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-vf1MJABbz9 .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-vf1MJABbz9 .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-vf1MJABbz9 .embla__button.embla__button--next {
  right: 0;
}
.cid-vf1MJABbz9 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-vf1MJABbz9 .embla {
    padding-top: 4rem;
  }
}
.cid-vf1MJABbz9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vf1MJABbz9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vf1MJABbz9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vf1MJABbz9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vf1MJABbz9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vf1MJABbz9 .card-title {
  color: #ffffff;
}
.cid-vf1MJABbz9 .card-desc {
  color: #ffffff;
}
.cid-vf1MJABbz9 .list {
  color: #ffffff;
}
.cid-vf1MJAYwsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1MJAYwsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJAYwsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJAYwsb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1MJAYwsb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1MJAYwsb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vf1MJAYwsb .items-wrapper {
    display: block;
  }
}
.cid-vf1MJAYwsb .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf1MJAYwsb .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-vf1MJAYwsb .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 15px;
}
.cid-vf1MJAYwsb .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vf1MJAYwsb .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  transition: all 0.3s ease;
  margin-top: 15px;
}
.cid-vf1MJAYwsb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf1MJAYwsb .card-title {
  color: #000000;
}
.cid-vf1MJAYwsb .card-number {
  color: #000000;
  text-align: center;
}
.cid-vf1MJAYwsb .card-title,
.cid-vf1MJAYwsb .mbr-section-btn {
  text-align: center;
}
.cid-vf1MJB3hUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1MJB3hUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJB3hUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJB3hUC .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB3hUC .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1MJB3hUC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1MJB3hUC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vf1MJB3hUC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB3hUC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1MJB3hUC .mbr-label {
  color: #000000;
}
.cid-vf1MJB3hUC .mbr-section-title {
  color: #000000;
}
.cid-vf1MJB3hUC .mbr-text {
  color: #000000;
}
.cid-vf1MJB53GN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1MJB53GN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJB53GN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJB53GN .image_1 {
  height: 100%;
}
.cid-vf1MJB53GN .image_1 img {
  position: sticky;
  top: 0;
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1MJB53GN .image_1 img {
    height: 300px;
  }
}
.cid-vf1MJB53GN .image-wrapper {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vf1MJB53GN .image-wrapper {
    padding-bottom: 0;
  }
}
.cid-vf1MJB53GN .image-wrapper .main-image img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1MJB53GN .image-wrapper .main-image img {
    height: 300px;
  }
}
.cid-vf1MJB53GN .image-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: -30%;
  height: 440px;
  width: 440px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1MJB53GN .image-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-vf1MJB7oM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1MJB7oM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJB7oM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJB7oM8 .card {
  justify-content: center;
}
.cid-vf1MJB7oM8 .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-vf1MJB7oM8 .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJB7oM8 .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-vf1MJB7oM8 .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-vf1MJB7oM8 .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-vf1MJB7oM8 .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-vf1MJB7oM8 .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1MJB7oM8 .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-vf1MJB7oM8 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB7oM8 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1MJB7oM8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB7oM8 .content-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1MJB7oM8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB7oM8 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1MJB7oM8 .mbr-label {
  color: #ffffff;
}
.cid-vf1MJB7oM8 .mbr-section-title {
  color: #ffffff;
}
.cid-vf1MJB7oM8 .mbr-text {
  color: #ffffff;
}
.cid-vf1MJB93gl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1MJB93gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJB93gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJB93gl .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJB93gl .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #f55d3e;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-vf1MJB93gl .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-vf1MJB93gl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1MJB93gl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vf1MJB93gl .mbr-label {
  color: #000000;
}
.cid-vf1MJB93gl .panel-title-edit {
  color: #000000;
}
.cid-vf1MJB93gl .panel-text {
  color: #000000;
}
.cid-vf1MJBd8QJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1MJBd8QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJBd8QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf1MJBd8QJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf1MJBd8QJ .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJBd8QJ .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1MJBd8QJ .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1MJBd8QJ .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #f55d3e !important;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJBd8QJ .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf1MJBd8QJ .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf1MJBd8QJ .mbr-label {
  color: #ffffff;
}
.cid-vf1MJBd8QJ .mbr-section-title {
  color: #ffffff;
}
.cid-vf1MJBd8QJ label {
  color: #ffffff;
}
.cid-vf1MJBgsvs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1MJBgsvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1MJBgsvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1MJBgsvs .card {
  justify-content: center;
}
.cid-vf1MJBgsvs .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vf1MJBgsvs .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-vf1MJBgsvs .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .images-wrapper {
    margin-left: 0;
  }
}
.cid-vf1MJBgsvs .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-vf1MJBgsvs .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-vf1MJBgsvs .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-vf1MJBgsvs .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-vf1MJBgsvs .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1MJBgsvs .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1MJBgsvs .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1MJBgsvs .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-vf1MJBgsvs .mbr-label {
  color: #ffffff;
}
.cid-vf1MJBgsvs .mbr-address {
  color: #ffffff;
}
.cid-vf1MJBgsvs .mbr-phone {
  color: #ffffff;
}
.cid-va62CVN6bT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVN6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVN6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVN6bT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:hover::before,
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-va62CVN6bT .list {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-text {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-va62CVt2MJ .navbar-dropdown {
  position: relative !important;
}
.cid-va62CVt2MJ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-va62CVt2MJ .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-va62CVt2MJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-va62CVt2MJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-va62CVt2MJ .dropdown-item:hover,
.cid-va62CVt2MJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item:hover span {
  color: white;
}
.cid-va62CVt2MJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va62CVt2MJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va62CVt2MJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va62CVt2MJ .nav-link {
  position: relative;
}
.cid-va62CVt2MJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .container {
    flex-wrap: nowrap;
  }
}
.cid-va62CVt2MJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-va62CVt2MJ .dropdown-menu,
.cid-va62CVt2MJ .navbar.opened {
  background: #ffffff !important;
}
.cid-va62CVt2MJ .nav-item:focus,
.cid-va62CVt2MJ .nav-link:focus {
  outline: none;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va62CVt2MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va62CVt2MJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-va62CVt2MJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-va62CVt2MJ .navbar .navbar-logo img {
  width: auto;
}
.cid-va62CVt2MJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va62CVt2MJ .navbar.collapsed {
  justify-content: center;
}
.cid-va62CVt2MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va62CVt2MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va62CVt2MJ .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-va62CVt2MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va62CVt2MJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va62CVt2MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va62CVt2MJ .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-va62CVt2MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va62CVt2MJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-va62CVt2MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-va62CVt2MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va62CVt2MJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va62CVt2MJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item.active,
.cid-va62CVt2MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-va62CVt2MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-va62CVt2MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va62CVt2MJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-va62CVt2MJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ .navbar-buttons {
    text-align: left;
  }
}
.cid-va62CVt2MJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-va62CVt2MJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-va62CVt2MJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-va62CVt2MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va62CVt2MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va62CVt2MJ .navbar {
    height: 70px;
  }
  .cid-va62CVt2MJ .navbar.opened {
    height: auto;
  }
  .cid-va62CVt2MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va62CVt2MJ .navbar-nav {
  margin: 0;
}
.cid-va62CVt2MJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-va62CVt2MJ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-va62CVt2MJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-va62CVt2MJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover,
.cid-va62CVt2MJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::after,
.cid-va62CVt2MJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::before,
.cid-va62CVt2MJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va62CVt2MJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-va62CVt2MJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-va62CVt2MJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-va62CVt2MJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-va62CVt2MJ .content-wrap {
  min-height: 110px;
}
.cid-vf1PSMqdn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1PSMqdn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1PSMqdn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1PSMqdn1 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1PSMqdn1 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1PSMqdn1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1PSMqdn1 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1PSMqdn1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1PSMqdn1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1PSMqdn1 .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1PSMqdn1 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1PSMqdn1 .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1PSMqdn1 .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1PSMqdn1 .mbr-label {
  color: #000000;
}
.cid-vf1PSMqdn1 .mbr-section-title {
  color: #000000;
}
.cid-vf1PSMqdn1 .mbr-text {
  color: #000000;
}
.cid-vf1QpcpPSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QpcpPSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QpcpPSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QpcpPSZ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QpcpPSZ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QpcpPSZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QpcpPSZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QpcpPSZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QpcpPSZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QpcpPSZ .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QpcpPSZ .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QpcpPSZ .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QpcpPSZ .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QpcpPSZ .mbr-label {
  color: #000000;
}
.cid-vf1QpcpPSZ .mbr-section-title {
  color: #000000;
}
.cid-vf1QpcpPSZ .mbr-text {
  color: #000000;
}
.cid-vf1QpKGrsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QpKGrsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QpKGrsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QpKGrsa .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QpKGrsa .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QpKGrsa .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QpKGrsa .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QpKGrsa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QpKGrsa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QpKGrsa .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QpKGrsa .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QpKGrsa .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QpKGrsa .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QpKGrsa .mbr-label {
  color: #000000;
}
.cid-vf1QpKGrsa .mbr-section-title {
  color: #000000;
}
.cid-vf1QpKGrsa .mbr-text {
  color: #000000;
}
.cid-vf1Qq9jETi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1Qq9jETi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1Qq9jETi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1Qq9jETi .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1Qq9jETi .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1Qq9jETi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1Qq9jETi .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1Qq9jETi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1Qq9jETi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1Qq9jETi .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1Qq9jETi .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1Qq9jETi .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1Qq9jETi .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1Qq9jETi .mbr-label {
  color: #000000;
}
.cid-vf1Qq9jETi .mbr-section-title {
  color: #000000;
}
.cid-vf1Qq9jETi .mbr-text {
  color: #000000;
}
.cid-vf1QqxY8VD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QqxY8VD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QqxY8VD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QqxY8VD .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QqxY8VD .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QqxY8VD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QqxY8VD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QqxY8VD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QqxY8VD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QqxY8VD .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QqxY8VD .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QqxY8VD .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QqxY8VD .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QqxY8VD .mbr-label {
  color: #000000;
}
.cid-vf1QqxY8VD .mbr-section-title {
  color: #000000;
}
.cid-vf1QqxY8VD .mbr-text {
  color: #000000;
}
.cid-vf1QqYZjwZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QqYZjwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QqYZjwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QqYZjwZ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QqYZjwZ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QqYZjwZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QqYZjwZ .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QqYZjwZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QqYZjwZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QqYZjwZ .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QqYZjwZ .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QqYZjwZ .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QqYZjwZ .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QqYZjwZ .mbr-label {
  color: #000000;
}
.cid-vf1QqYZjwZ .mbr-section-title {
  color: #000000;
}
.cid-vf1QqYZjwZ .mbr-text {
  color: #000000;
}
.cid-vf1QuysuqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QuysuqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QuysuqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QuysuqE .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QuysuqE .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QuysuqE .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QuysuqE .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QuysuqE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QuysuqE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QuysuqE .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QuysuqE .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QuysuqE .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QuysuqE .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QuysuqE .mbr-label {
  color: #000000;
}
.cid-vf1QuysuqE .mbr-section-title {
  color: #000000;
}
.cid-vf1QuysuqE .mbr-text {
  color: #000000;
}
.cid-vf1QuZ0MfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QuZ0MfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QuZ0MfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QuZ0MfS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QuZ0MfS .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QuZ0MfS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QuZ0MfS .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QuZ0MfS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QuZ0MfS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QuZ0MfS .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QuZ0MfS .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QuZ0MfS .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QuZ0MfS .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QuZ0MfS .mbr-label {
  color: #000000;
}
.cid-vf1QuZ0MfS .mbr-section-title {
  color: #000000;
}
.cid-vf1QuZ0MfS .mbr-text {
  color: #000000;
}
.cid-vf1QvnJQ2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1QvnJQ2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QvnJQ2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1QvnJQ2W .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QvnJQ2W .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QvnJQ2W .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QvnJQ2W .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf1QvnJQ2W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vf1QvnJQ2W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1QvnJQ2W .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vf1QvnJQ2W .image-wrapper {
    margin-top: 30px;
  }
}
.cid-vf1QvnJQ2W .image-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1QvnJQ2W .image-wrapper img {
    height: 300px;
  }
}
.cid-vf1QvnJQ2W .mbr-label {
  color: #000000;
}
.cid-vf1QvnJQ2W .mbr-section-title {
  color: #000000;
}
.cid-vf1QvnJQ2W .mbr-text {
  color: #000000;
}
.cid-vf1PSME11Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1PSME11Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1PSME11Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf1PSME11Q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf1PSME11Q .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1PSME11Q .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1PSME11Q .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1PSME11Q .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf1PSME11Q .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #7209b7 !important;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf1PSME11Q .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf1PSME11Q .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf1PSME11Q .mbr-label {
  color: #ffffff;
}
.cid-vf1PSME11Q .mbr-section-title {
  color: #ffffff;
}
.cid-vf1PSME11Q label {
  color: #ffffff;
}
.cid-va62CVN6bT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVN6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVN6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVN6bT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:hover::before,
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-va62CVN6bT .list {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-text {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-va62CVt2MJ .navbar-dropdown {
  position: relative !important;
}
.cid-va62CVt2MJ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-va62CVt2MJ .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-va62CVt2MJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-va62CVt2MJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-va62CVt2MJ .dropdown-item:hover,
.cid-va62CVt2MJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item:hover span {
  color: white;
}
.cid-va62CVt2MJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va62CVt2MJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va62CVt2MJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va62CVt2MJ .nav-link {
  position: relative;
}
.cid-va62CVt2MJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .container {
    flex-wrap: nowrap;
  }
}
.cid-va62CVt2MJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-va62CVt2MJ .dropdown-menu,
.cid-va62CVt2MJ .navbar.opened {
  background: #ffffff !important;
}
.cid-va62CVt2MJ .nav-item:focus,
.cid-va62CVt2MJ .nav-link:focus {
  outline: none;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va62CVt2MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va62CVt2MJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-va62CVt2MJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-va62CVt2MJ .navbar .navbar-logo img {
  width: auto;
}
.cid-va62CVt2MJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va62CVt2MJ .navbar.collapsed {
  justify-content: center;
}
.cid-va62CVt2MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va62CVt2MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va62CVt2MJ .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-va62CVt2MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va62CVt2MJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va62CVt2MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va62CVt2MJ .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-va62CVt2MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va62CVt2MJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-va62CVt2MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-va62CVt2MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va62CVt2MJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va62CVt2MJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item.active,
.cid-va62CVt2MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-va62CVt2MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-va62CVt2MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va62CVt2MJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-va62CVt2MJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ .navbar-buttons {
    text-align: left;
  }
}
.cid-va62CVt2MJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-va62CVt2MJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-va62CVt2MJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-va62CVt2MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va62CVt2MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va62CVt2MJ .navbar {
    height: 70px;
  }
  .cid-va62CVt2MJ .navbar.opened {
    height: auto;
  }
  .cid-va62CVt2MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va62CVt2MJ .navbar-nav {
  margin: 0;
}
.cid-va62CVt2MJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-va62CVt2MJ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-va62CVt2MJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-va62CVt2MJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover,
.cid-va62CVt2MJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::after,
.cid-va62CVt2MJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::before,
.cid-va62CVt2MJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va62CVt2MJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-va62CVt2MJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-va62CVt2MJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-va62CVt2MJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-va62CVt2MJ .content-wrap {
  min-height: 110px;
}
.cid-vf1XwC5S3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf1XwC5S3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1XwC5S3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1XwC5S3z .card {
  justify-content: center;
}
.cid-vf1XwC5S3z .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf1XwC5S3z .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf1XwC5S3z .image-wrapper {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.cid-vf1XwC5S3z .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf1XwC5S3z .image-wrapper img {
    height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }
}
.cid-vf1XwC5S3z .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1XwC5S3z .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf1XwC5S3z .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1XwC5S3z .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf1XwC5S3z .mbr-section-title {
  color: #000000;
}
.cid-vf1XwC5S3z .mbr-text {
  color: #000000;
}
.cid-vf1YOcaPNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf1YOcaPNp .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf1YOcaPNp .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf1YOcaPNp .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf1YOcaPNp .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf1YOcaPNp .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf1YOcaPNp .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf1YOcaPNp .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf1YOcaPNp .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf1YOcaPNp .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf1YOcaPNp .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf1YOcaPNp .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf1YOcaPNp .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf1YOcaPNp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf1YOcaPNp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf1YOcaPNp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf1YOcaPNp .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-vf1YOcaPNp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf23lsCYLC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf23lsCYLC .mbr-section-text {
  color: #464646;
}
.cid-vf1QSCGePC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf1QSCGePC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1QSCGePC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf1QSCGePC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf1QSCGePC .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QSCGePC .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf1QSCGePC .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf1QSCGePC .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf1QSCGePC .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf1QSCGePC .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf1QSCGePC .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf1QSCGePC .mbr-label {
  color: #ffffff;
}
.cid-vf1QSCGePC .mbr-section-title {
  color: #ffffff;
}
.cid-vf1QSCGePC label {
  color: #ffffff;
}
.cid-va62CVN6bT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVN6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVN6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVN6bT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:hover::before,
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-va62CVN6bT .list {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-text {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf22GkY5xf .navbar-dropdown {
  position: relative !important;
}
.cid-vf22GkY5xf .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf22GkY5xf .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf22GkY5xf .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf22GkY5xf .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-vf22GkY5xf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf22GkY5xf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf22GkY5xf .dropdown-item:hover,
.cid-vf22GkY5xf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf22GkY5xf .dropdown-item:hover span {
  color: white;
}
.cid-vf22GkY5xf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf22GkY5xf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf22GkY5xf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf22GkY5xf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf22GkY5xf .nav-link {
  position: relative;
}
.cid-vf22GkY5xf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf22GkY5xf .container {
    flex-wrap: nowrap;
  }
}
.cid-vf22GkY5xf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf22GkY5xf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf22GkY5xf .dropdown-menu,
.cid-vf22GkY5xf .navbar.opened {
  background: #ffffff !important;
}
.cid-vf22GkY5xf .nav-item:focus,
.cid-vf22GkY5xf .nav-link:focus {
  outline: none;
}
.cid-vf22GkY5xf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf22GkY5xf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf22GkY5xf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf22GkY5xf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf22GkY5xf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf22GkY5xf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf22GkY5xf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf22GkY5xf .navbar.opened {
  transition: all 0.3s;
}
.cid-vf22GkY5xf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf22GkY5xf .navbar .navbar-logo img {
  width: auto;
}
.cid-vf22GkY5xf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf22GkY5xf .navbar.collapsed {
  justify-content: center;
}
.cid-vf22GkY5xf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf22GkY5xf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf22GkY5xf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf22GkY5xf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf22GkY5xf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf22GkY5xf .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-vf22GkY5xf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf22GkY5xf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf22GkY5xf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf22GkY5xf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf22GkY5xf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf22GkY5xf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf22GkY5xf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf22GkY5xf .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-vf22GkY5xf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf22GkY5xf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf22GkY5xf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf22GkY5xf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf22GkY5xf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf22GkY5xf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf22GkY5xf .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf22GkY5xf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf22GkY5xf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf22GkY5xf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf22GkY5xf .navbar-brand .navbar-caption:hover,
.cid-vf22GkY5xf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf22GkY5xf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf22GkY5xf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf22GkY5xf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf22GkY5xf .dropdown-item.active,
.cid-vf22GkY5xf .dropdown-item:active {
  background-color: transparent;
}
.cid-vf22GkY5xf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf22GkY5xf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf22GkY5xf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf22GkY5xf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf22GkY5xf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf22GkY5xf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf22GkY5xf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf22GkY5xf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf22GkY5xf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf22GkY5xf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf22GkY5xf .navbar-buttons {
    text-align: left;
  }
}
.cid-vf22GkY5xf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf22GkY5xf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf22GkY5xf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf22GkY5xf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf22GkY5xf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf22GkY5xf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf22GkY5xf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf22GkY5xf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf22GkY5xf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf22GkY5xf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf22GkY5xf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf22GkY5xf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf22GkY5xf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf22GkY5xf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf22GkY5xf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf22GkY5xf .navbar {
    height: 70px;
  }
  .cid-vf22GkY5xf .navbar.opened {
    height: auto;
  }
  .cid-vf22GkY5xf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf22GkY5xf .navbar-nav {
  margin: 0;
}
.cid-vf22GkY5xf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf22GkY5xf .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf22GkY5xf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf22GkY5xf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf22GkY5xf .nav-item .nav-link:hover,
.cid-vf22GkY5xf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf22GkY5xf .nav-item .nav-link:hover::after,
.cid-vf22GkY5xf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf22GkY5xf .nav-item .nav-link:hover::before,
.cid-vf22GkY5xf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf22GkY5xf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf22GkY5xf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf22GkY5xf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf22GkY5xf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf22GkY5xf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf22GkY5xf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf22GkY5xf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf22GkY5xf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf22GkY5xf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf22GkY5xf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf22GkY5xf .content-wrap {
  min-height: 110px;
}
.cid-vf22Gjq0ki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf22Gjq0ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf22Gjq0ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf22Gjq0ki .card {
  justify-content: center;
}
.cid-vf22Gjq0ki .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf22Gjq0ki .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf22Gjq0ki .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf22Gjq0ki .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf22Gjq0ki .image-wrapper img {
    height: 300px;
  }
}
.cid-vf22Gjq0ki .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf22Gjq0ki .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf22Gjq0ki .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf22Gjq0ki .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf22Gjq0ki .mbr-section-title {
  color: #000000;
}
.cid-vf22Gjq0ki .mbr-text {
  color: #000000;
}
.cid-vf22GkbPN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf22GkbPN1 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf22GkbPN1 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf22GkbPN1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf22GkbPN1 .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf22GkbPN1 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf22GkbPN1 .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf22GkbPN1 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf22GkbPN1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf22GkbPN1 .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf22GkbPN1 .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf22GkbPN1 .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf22GkbPN1 .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf22GkbPN1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf22GkbPN1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf22GkbPN1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf22GkbPN1 .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-vf22GkbPN1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf22GkEY6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf22GkEY6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf22GkEY6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf22GkEY6y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf22GkEY6y .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf22GkEY6y .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf22GkEY6y .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf22GkEY6y .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf22GkEY6y .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf22GkEY6y .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf22GkEY6y .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf22GkEY6y .mbr-label {
  color: #ffffff;
}
.cid-vf22GkEY6y .mbr-section-title {
  color: #ffffff;
}
.cid-vf22GkEY6y label {
  color: #ffffff;
}
.cid-vf22GlvM89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf22GlvM89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf22GlvM89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf22GlvM89 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf22GlvM89 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf22GlvM89 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf22GlvM89 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf22GlvM89 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf22GlvM89 .nav-wrapper .list .item-wrap:hover::before,
.cid-vf22GlvM89 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf22GlvM89 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf22GlvM89 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf22GlvM89 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf22GlvM89 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf22GlvM89 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf22GlvM89 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf22GlvM89 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf22GlvM89 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf22GlvM89 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf22GlvM89 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf22GlvM89 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf22GlvM89 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf22GlvM89 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf22GlvM89 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf22GlvM89 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf22GlvM89 .list {
  color: #ffffff;
}
.cid-vf22GlvM89 .mbr-section-title {
  color: #ffffff;
}
.cid-vf22GlvM89 .mbr-text {
  color: #ffffff;
}
.cid-vf22GlvM89 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2bQpr0rc .navbar-dropdown {
  position: relative !important;
}
.cid-vf2bQpr0rc .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2bQpr0rc .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2bQpr0rc .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2bQpr0rc .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-vf2bQpr0rc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2bQpr0rc .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2bQpr0rc .dropdown-item:hover,
.cid-vf2bQpr0rc .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2bQpr0rc .dropdown-item:hover span {
  color: white;
}
.cid-vf2bQpr0rc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2bQpr0rc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2bQpr0rc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2bQpr0rc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2bQpr0rc .nav-link {
  position: relative;
}
.cid-vf2bQpr0rc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2bQpr0rc .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2bQpr0rc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2bQpr0rc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2bQpr0rc .dropdown-menu,
.cid-vf2bQpr0rc .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2bQpr0rc .nav-item:focus,
.cid-vf2bQpr0rc .nav-link:focus {
  outline: none;
}
.cid-vf2bQpr0rc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2bQpr0rc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2bQpr0rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2bQpr0rc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2bQpr0rc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2bQpr0rc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2bQpr0rc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2bQpr0rc .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2bQpr0rc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2bQpr0rc .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2bQpr0rc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2bQpr0rc .navbar.collapsed {
  justify-content: center;
}
.cid-vf2bQpr0rc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2bQpr0rc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2bQpr0rc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2bQpr0rc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2bQpr0rc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2bQpr0rc .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-vf2bQpr0rc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2bQpr0rc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2bQpr0rc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2bQpr0rc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2bQpr0rc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2bQpr0rc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2bQpr0rc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2bQpr0rc .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-vf2bQpr0rc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2bQpr0rc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2bQpr0rc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2bQpr0rc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2bQpr0rc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2bQpr0rc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2bQpr0rc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2bQpr0rc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2bQpr0rc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2bQpr0rc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2bQpr0rc .navbar-brand .navbar-caption:hover,
.cid-vf2bQpr0rc .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2bQpr0rc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2bQpr0rc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2bQpr0rc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2bQpr0rc .dropdown-item.active,
.cid-vf2bQpr0rc .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2bQpr0rc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2bQpr0rc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2bQpr0rc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2bQpr0rc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQpr0rc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2bQpr0rc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2bQpr0rc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2bQpr0rc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2bQpr0rc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2bQpr0rc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2bQpr0rc .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2bQpr0rc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2bQpr0rc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2bQpr0rc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2bQpr0rc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2bQpr0rc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2bQpr0rc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2bQpr0rc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2bQpr0rc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2bQpr0rc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2bQpr0rc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2bQpr0rc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2bQpr0rc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2bQpr0rc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2bQpr0rc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2bQpr0rc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2bQpr0rc .navbar {
    height: 70px;
  }
  .cid-vf2bQpr0rc .navbar.opened {
    height: auto;
  }
  .cid-vf2bQpr0rc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2bQpr0rc .navbar-nav {
  margin: 0;
}
.cid-vf2bQpr0rc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2bQpr0rc .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2bQpr0rc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2bQpr0rc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2bQpr0rc .nav-item .nav-link:hover,
.cid-vf2bQpr0rc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2bQpr0rc .nav-item .nav-link:hover::after,
.cid-vf2bQpr0rc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2bQpr0rc .nav-item .nav-link:hover::before,
.cid-vf2bQpr0rc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2bQpr0rc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2bQpr0rc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2bQpr0rc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2bQpr0rc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2bQpr0rc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2bQpr0rc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2bQpr0rc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2bQpr0rc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2bQpr0rc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2bQpr0rc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2bQpr0rc .content-wrap {
  min-height: 110px;
}
.cid-vf2bQnLuIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2bQnLuIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2bQnLuIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2bQnLuIj .card {
  justify-content: center;
}
.cid-vf2bQnLuIj .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2bQnLuIj .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2bQnLuIj .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2bQnLuIj .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2bQnLuIj .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2bQnLuIj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQnLuIj .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2bQnLuIj .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQnLuIj .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2bQnLuIj .mbr-section-title {
  color: #000000;
}
.cid-vf2bQnLuIj .mbr-text {
  color: #000000;
}
.cid-vf2bQorTg4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2bQorTg4 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2bQorTg4 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2bQorTg4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2bQorTg4 .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2bQorTg4 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2bQorTg4 .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2bQorTg4 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2bQorTg4 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2bQorTg4 .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2bQorTg4 .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2bQorTg4 .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2bQorTg4 .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2bQorTg4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2bQorTg4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2bQorTg4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2bQorTg4 .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-vf2bQorTg4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2bQoSzWP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2bQoSzWP .mbr-section-text {
  color: #464646;
}
.cid-vf2bQp8rUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2bQp8rUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2bQp8rUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2bQp8rUw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2bQp8rUw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQp8rUw .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2bQp8rUw .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2bQp8rUw .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQp8rUw .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2bQp8rUw .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2bQp8rUw .mbr-label {
  color: #ffffff;
}
.cid-vf2bQp8rUw .mbr-section-title {
  color: #ffffff;
}
.cid-vf2bQp8rUw label {
  color: #ffffff;
}
.cid-vf2bQpRqvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2bQpRqvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2bQpRqvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2bQpRqvw .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2bQpRqvw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2bQpRqvw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2bQpRqvw .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2bQpRqvw .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2bQpRqvw .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2bQpRqvw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2bQpRqvw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2bQpRqvw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2bQpRqvw .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2bQpRqvw .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2bQpRqvw .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2bQpRqvw .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2bQpRqvw .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2bQpRqvw .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2bQpRqvw .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2bQpRqvw .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2bQpRqvw .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQpRqvw .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2bQpRqvw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2bQpRqvw .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2bQpRqvw .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2bQpRqvw .list {
  color: #ffffff;
}
.cid-vf2bQpRqvw .mbr-section-title {
  color: #ffffff;
}
.cid-vf2bQpRqvw .mbr-text {
  color: #ffffff;
}
.cid-vf2bQpRqvw .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2dlqv4Mc .navbar-dropdown {
  position: relative !important;
}
.cid-vf2dlqv4Mc .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2dlqv4Mc .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2dlqv4Mc .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2dlqv4Mc .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-vf2dlqv4Mc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2dlqv4Mc .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2dlqv4Mc .dropdown-item:hover,
.cid-vf2dlqv4Mc .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2dlqv4Mc .dropdown-item:hover span {
  color: white;
}
.cid-vf2dlqv4Mc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2dlqv4Mc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2dlqv4Mc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2dlqv4Mc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2dlqv4Mc .nav-link {
  position: relative;
}
.cid-vf2dlqv4Mc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2dlqv4Mc .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2dlqv4Mc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2dlqv4Mc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2dlqv4Mc .dropdown-menu,
.cid-vf2dlqv4Mc .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2dlqv4Mc .nav-item:focus,
.cid-vf2dlqv4Mc .nav-link:focus {
  outline: none;
}
.cid-vf2dlqv4Mc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2dlqv4Mc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2dlqv4Mc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2dlqv4Mc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2dlqv4Mc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2dlqv4Mc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2dlqv4Mc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2dlqv4Mc .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2dlqv4Mc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2dlqv4Mc .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2dlqv4Mc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2dlqv4Mc .navbar.collapsed {
  justify-content: center;
}
.cid-vf2dlqv4Mc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2dlqv4Mc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2dlqv4Mc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2dlqv4Mc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2dlqv4Mc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2dlqv4Mc .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-vf2dlqv4Mc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2dlqv4Mc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2dlqv4Mc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2dlqv4Mc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2dlqv4Mc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2dlqv4Mc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2dlqv4Mc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2dlqv4Mc .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-vf2dlqv4Mc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2dlqv4Mc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2dlqv4Mc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2dlqv4Mc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2dlqv4Mc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2dlqv4Mc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2dlqv4Mc .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2dlqv4Mc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2dlqv4Mc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2dlqv4Mc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2dlqv4Mc .navbar-brand .navbar-caption:hover,
.cid-vf2dlqv4Mc .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2dlqv4Mc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2dlqv4Mc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2dlqv4Mc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2dlqv4Mc .dropdown-item.active,
.cid-vf2dlqv4Mc .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2dlqv4Mc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2dlqv4Mc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2dlqv4Mc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2dlqv4Mc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dlqv4Mc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2dlqv4Mc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2dlqv4Mc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2dlqv4Mc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2dlqv4Mc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2dlqv4Mc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2dlqv4Mc .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2dlqv4Mc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2dlqv4Mc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2dlqv4Mc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2dlqv4Mc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2dlqv4Mc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2dlqv4Mc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2dlqv4Mc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2dlqv4Mc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2dlqv4Mc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2dlqv4Mc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2dlqv4Mc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2dlqv4Mc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2dlqv4Mc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2dlqv4Mc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2dlqv4Mc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2dlqv4Mc .navbar {
    height: 70px;
  }
  .cid-vf2dlqv4Mc .navbar.opened {
    height: auto;
  }
  .cid-vf2dlqv4Mc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2dlqv4Mc .navbar-nav {
  margin: 0;
}
.cid-vf2dlqv4Mc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2dlqv4Mc .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2dlqv4Mc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2dlqv4Mc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2dlqv4Mc .nav-item .nav-link:hover,
.cid-vf2dlqv4Mc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2dlqv4Mc .nav-item .nav-link:hover::after,
.cid-vf2dlqv4Mc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2dlqv4Mc .nav-item .nav-link:hover::before,
.cid-vf2dlqv4Mc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2dlqv4Mc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2dlqv4Mc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2dlqv4Mc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2dlqv4Mc .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2dlqv4Mc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2dlqv4Mc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2dlqv4Mc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2dlqv4Mc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2dlqv4Mc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2dlqv4Mc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2dlqv4Mc .content-wrap {
  min-height: 110px;
}
.cid-vf2dloSytq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2dloSytq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2dloSytq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2dloSytq .card {
  justify-content: center;
}
.cid-vf2dloSytq .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2dloSytq .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2dloSytq .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2dloSytq .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2dloSytq .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2dloSytq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dloSytq .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2dloSytq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dloSytq .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2dloSytq .mbr-section-title {
  color: #000000;
}
.cid-vf2dloSytq .mbr-text {
  color: #000000;
}
.cid-vf2dlpqaSG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2dlpqaSG .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2dlpqaSG .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2dlpqaSG .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2dlpqaSG .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2dlpqaSG .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2dlpqaSG .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2dlpqaSG .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2dlpqaSG .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2dlpqaSG .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2dlpqaSG .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2dlpqaSG .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2dlpqaSG .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2dlpqaSG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2dlpqaSG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2dlpqaSG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2dlpqaSG .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-vf2dlpqaSG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2dlpVcCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2dlpVcCu .mbr-section-text {
  color: #464646;
}
.cid-vf2dlqaawj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2dlqaawj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2dlqaawj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2dlqaawj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2dlqaawj .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dlqaawj .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2dlqaawj .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2dlqaawj .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2dlqaawj .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dlqaawj .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2dlqaawj .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2dlqaawj .mbr-label {
  color: #ffffff;
}
.cid-vf2dlqaawj .mbr-section-title {
  color: #ffffff;
}
.cid-vf2dlqaawj label {
  color: #ffffff;
}
.cid-vf2dlqWtDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2dlqWtDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2dlqWtDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2dlqWtDG .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2dlqWtDG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2dlqWtDG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2dlqWtDG .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2dlqWtDG .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2dlqWtDG .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2dlqWtDG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2dlqWtDG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2dlqWtDG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2dlqWtDG .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2dlqWtDG .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2dlqWtDG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2dlqWtDG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2dlqWtDG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2dlqWtDG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2dlqWtDG .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2dlqWtDG .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2dlqWtDG .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dlqWtDG .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2dlqWtDG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2dlqWtDG .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2dlqWtDG .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2dlqWtDG .list {
  color: #ffffff;
}
.cid-vf2dlqWtDG .mbr-section-title {
  color: #ffffff;
}
.cid-vf2dlqWtDG .mbr-text {
  color: #ffffff;
}
.cid-vf2dlqWtDG .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2ek9Vme0 .navbar-dropdown {
  position: relative !important;
}
.cid-vf2ek9Vme0 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2ek9Vme0 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2ek9Vme0 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2ek9Vme0 .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-vf2ek9Vme0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2ek9Vme0 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2ek9Vme0 .dropdown-item:hover,
.cid-vf2ek9Vme0 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2ek9Vme0 .dropdown-item:hover span {
  color: white;
}
.cid-vf2ek9Vme0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2ek9Vme0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2ek9Vme0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2ek9Vme0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2ek9Vme0 .nav-link {
  position: relative;
}
.cid-vf2ek9Vme0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2ek9Vme0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2ek9Vme0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2ek9Vme0 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2ek9Vme0 .dropdown-menu,
.cid-vf2ek9Vme0 .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2ek9Vme0 .nav-item:focus,
.cid-vf2ek9Vme0 .nav-link:focus {
  outline: none;
}
.cid-vf2ek9Vme0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2ek9Vme0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2ek9Vme0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2ek9Vme0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2ek9Vme0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2ek9Vme0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2ek9Vme0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2ek9Vme0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2ek9Vme0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2ek9Vme0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2ek9Vme0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2ek9Vme0 .navbar.collapsed {
  justify-content: center;
}
.cid-vf2ek9Vme0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2ek9Vme0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2ek9Vme0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2ek9Vme0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2ek9Vme0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2ek9Vme0 .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-vf2ek9Vme0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2ek9Vme0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2ek9Vme0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2ek9Vme0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2ek9Vme0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2ek9Vme0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2ek9Vme0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2ek9Vme0 .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-vf2ek9Vme0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2ek9Vme0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2ek9Vme0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2ek9Vme0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2ek9Vme0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2ek9Vme0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2ek9Vme0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2ek9Vme0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2ek9Vme0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2ek9Vme0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2ek9Vme0 .navbar-brand .navbar-caption:hover,
.cid-vf2ek9Vme0 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2ek9Vme0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2ek9Vme0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2ek9Vme0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2ek9Vme0 .dropdown-item.active,
.cid-vf2ek9Vme0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2ek9Vme0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2ek9Vme0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2ek9Vme0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2ek9Vme0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ek9Vme0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2ek9Vme0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2ek9Vme0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2ek9Vme0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2ek9Vme0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2ek9Vme0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2ek9Vme0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2ek9Vme0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2ek9Vme0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2ek9Vme0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2ek9Vme0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2ek9Vme0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2ek9Vme0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2ek9Vme0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2ek9Vme0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2ek9Vme0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2ek9Vme0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2ek9Vme0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2ek9Vme0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2ek9Vme0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2ek9Vme0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2ek9Vme0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2ek9Vme0 .navbar {
    height: 70px;
  }
  .cid-vf2ek9Vme0 .navbar.opened {
    height: auto;
  }
  .cid-vf2ek9Vme0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2ek9Vme0 .navbar-nav {
  margin: 0;
}
.cid-vf2ek9Vme0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2ek9Vme0 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2ek9Vme0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2ek9Vme0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2ek9Vme0 .nav-item .nav-link:hover,
.cid-vf2ek9Vme0 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2ek9Vme0 .nav-item .nav-link:hover::after,
.cid-vf2ek9Vme0 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2ek9Vme0 .nav-item .nav-link:hover::before,
.cid-vf2ek9Vme0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2ek9Vme0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2ek9Vme0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2ek9Vme0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2ek9Vme0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2ek9Vme0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2ek9Vme0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2ek9Vme0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2ek9Vme0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2ek9Vme0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2ek9Vme0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2ek9Vme0 .content-wrap {
  min-height: 110px;
}
.cid-vf2ek868cg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2ek868cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2ek868cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2ek868cg .card {
  justify-content: center;
}
.cid-vf2ek868cg .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2ek868cg .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2ek868cg .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2ek868cg .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2ek868cg .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2ek868cg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ek868cg .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2ek868cg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ek868cg .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2ek868cg .mbr-section-title {
  color: #000000;
}
.cid-vf2ek868cg .mbr-text {
  color: #000000;
}
.cid-vf2ek8Sy6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2ek8Sy6y .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2ek8Sy6y .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2ek8Sy6y .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2ek8Sy6y .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2ek8Sy6y .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2ek8Sy6y .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2ek8Sy6y .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2ek8Sy6y .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2ek8Sy6y .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2ek8Sy6y .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2ek8Sy6y .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2ek8Sy6y .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2ek8Sy6y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2ek8Sy6y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2ek8Sy6y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2ek8Sy6y .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-vf2ek8Sy6y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2ek9niUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2ek9niUR .mbr-section-text {
  color: #464646;
}
.cid-vf2ek9BEGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2ek9BEGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2ek9BEGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2ek9BEGV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2ek9BEGV .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ek9BEGV .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2ek9BEGV .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2ek9BEGV .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ek9BEGV .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2ek9BEGV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2ek9BEGV .mbr-label {
  color: #ffffff;
}
.cid-vf2ek9BEGV .mbr-section-title {
  color: #ffffff;
}
.cid-vf2ek9BEGV label {
  color: #ffffff;
}
.cid-vf2ekak5OP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2ekak5OP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2ekak5OP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2ekak5OP .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2ekak5OP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2ekak5OP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2ekak5OP .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2ekak5OP .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2ekak5OP .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2ekak5OP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2ekak5OP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2ekak5OP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2ekak5OP .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2ekak5OP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2ekak5OP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2ekak5OP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2ekak5OP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2ekak5OP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2ekak5OP .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2ekak5OP .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2ekak5OP .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ekak5OP .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2ekak5OP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2ekak5OP .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2ekak5OP .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2ekak5OP .list {
  color: #ffffff;
}
.cid-vf2ekak5OP .mbr-section-title {
  color: #ffffff;
}
.cid-vf2ekak5OP .mbr-text {
  color: #ffffff;
}
.cid-vf2ekak5OP .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2fslEDn4 .navbar-dropdown {
  position: relative !important;
}
.cid-vf2fslEDn4 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2fslEDn4 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2fslEDn4 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2fslEDn4 .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-vf2fslEDn4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2fslEDn4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2fslEDn4 .dropdown-item:hover,
.cid-vf2fslEDn4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2fslEDn4 .dropdown-item:hover span {
  color: white;
}
.cid-vf2fslEDn4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2fslEDn4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2fslEDn4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2fslEDn4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2fslEDn4 .nav-link {
  position: relative;
}
.cid-vf2fslEDn4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2fslEDn4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2fslEDn4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2fslEDn4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2fslEDn4 .dropdown-menu,
.cid-vf2fslEDn4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2fslEDn4 .nav-item:focus,
.cid-vf2fslEDn4 .nav-link:focus {
  outline: none;
}
.cid-vf2fslEDn4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2fslEDn4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2fslEDn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2fslEDn4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2fslEDn4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2fslEDn4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2fslEDn4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2fslEDn4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2fslEDn4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2fslEDn4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2fslEDn4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2fslEDn4 .navbar.collapsed {
  justify-content: center;
}
.cid-vf2fslEDn4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2fslEDn4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2fslEDn4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2fslEDn4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2fslEDn4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2fslEDn4 .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-vf2fslEDn4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2fslEDn4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2fslEDn4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2fslEDn4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2fslEDn4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2fslEDn4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2fslEDn4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2fslEDn4 .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-vf2fslEDn4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2fslEDn4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2fslEDn4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2fslEDn4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2fslEDn4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2fslEDn4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2fslEDn4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2fslEDn4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2fslEDn4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2fslEDn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2fslEDn4 .navbar-brand .navbar-caption:hover,
.cid-vf2fslEDn4 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2fslEDn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2fslEDn4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2fslEDn4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2fslEDn4 .dropdown-item.active,
.cid-vf2fslEDn4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2fslEDn4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2fslEDn4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2fslEDn4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2fslEDn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fslEDn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2fslEDn4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2fslEDn4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2fslEDn4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2fslEDn4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2fslEDn4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2fslEDn4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2fslEDn4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2fslEDn4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2fslEDn4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2fslEDn4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2fslEDn4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2fslEDn4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2fslEDn4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2fslEDn4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2fslEDn4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2fslEDn4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2fslEDn4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2fslEDn4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2fslEDn4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2fslEDn4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2fslEDn4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2fslEDn4 .navbar {
    height: 70px;
  }
  .cid-vf2fslEDn4 .navbar.opened {
    height: auto;
  }
  .cid-vf2fslEDn4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2fslEDn4 .navbar-nav {
  margin: 0;
}
.cid-vf2fslEDn4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2fslEDn4 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2fslEDn4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2fslEDn4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2fslEDn4 .nav-item .nav-link:hover,
.cid-vf2fslEDn4 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2fslEDn4 .nav-item .nav-link:hover::after,
.cid-vf2fslEDn4 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2fslEDn4 .nav-item .nav-link:hover::before,
.cid-vf2fslEDn4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2fslEDn4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2fslEDn4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2fslEDn4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2fslEDn4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2fslEDn4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2fslEDn4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2fslEDn4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2fslEDn4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2fslEDn4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2fslEDn4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2fslEDn4 .content-wrap {
  min-height: 110px;
}
.cid-vf2fsina4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2fsina4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2fsina4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2fsina4b .card {
  justify-content: center;
}
.cid-vf2fsina4b .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2fsina4b .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2fsina4b .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2fsina4b .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2fsina4b .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2fsina4b .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsina4b .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2fsina4b .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsina4b .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2fsina4b .mbr-section-title {
  color: #000000;
}
.cid-vf2fsina4b .mbr-text {
  color: #000000;
}
.cid-vf2fsjk5gq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2fsjk5gq .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2fsjk5gq .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2fsjk5gq .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2fsjk5gq .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2fsjk5gq .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2fsjk5gq .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2fsjk5gq .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2fsjk5gq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2fsjk5gq .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2fsjk5gq .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2fsjk5gq .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2fsjk5gq .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2fsjk5gq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2fsjk5gq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2fsjk5gq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2fsjk5gq .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-vf2fsjk5gq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2fskStMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2fskStMP .mbr-section-text {
  color: #464646;
}
.cid-vf2fsli8ag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2fsli8ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2fsli8ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2fsli8ag .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2fsli8ag .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsli8ag .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2fsli8ag .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2fsli8ag .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2fsli8ag .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsli8ag .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2fsli8ag .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2fsli8ag .mbr-label {
  color: #ffffff;
}
.cid-vf2fsli8ag .mbr-section-title {
  color: #ffffff;
}
.cid-vf2fsli8ag label {
  color: #ffffff;
}
.cid-vf2fsm5a3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2fsm5a3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2fsm5a3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2fsm5a3c .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2fsm5a3c .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2fsm5a3c .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2fsm5a3c .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2fsm5a3c .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2fsm5a3c .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2fsm5a3c .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2fsm5a3c .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2fsm5a3c .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2fsm5a3c .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2fsm5a3c .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2fsm5a3c .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2fsm5a3c .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2fsm5a3c .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2fsm5a3c .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2fsm5a3c .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2fsm5a3c .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2fsm5a3c .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsm5a3c .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2fsm5a3c .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2fsm5a3c .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2fsm5a3c .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2fsm5a3c .list {
  color: #ffffff;
}
.cid-vf2fsm5a3c .mbr-section-title {
  color: #ffffff;
}
.cid-vf2fsm5a3c .mbr-text {
  color: #ffffff;
}
.cid-vf2fsm5a3c .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2gvFmeEu .navbar-dropdown {
  position: relative !important;
}
.cid-vf2gvFmeEu .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2gvFmeEu .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2gvFmeEu .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2gvFmeEu .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-vf2gvFmeEu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2gvFmeEu .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2gvFmeEu .dropdown-item:hover,
.cid-vf2gvFmeEu .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2gvFmeEu .dropdown-item:hover span {
  color: white;
}
.cid-vf2gvFmeEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2gvFmeEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2gvFmeEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2gvFmeEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2gvFmeEu .nav-link {
  position: relative;
}
.cid-vf2gvFmeEu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2gvFmeEu .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2gvFmeEu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2gvFmeEu .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2gvFmeEu .dropdown-menu,
.cid-vf2gvFmeEu .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2gvFmeEu .nav-item:focus,
.cid-vf2gvFmeEu .nav-link:focus {
  outline: none;
}
.cid-vf2gvFmeEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2gvFmeEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2gvFmeEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2gvFmeEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2gvFmeEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2gvFmeEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2gvFmeEu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2gvFmeEu .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2gvFmeEu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2gvFmeEu .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2gvFmeEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2gvFmeEu .navbar.collapsed {
  justify-content: center;
}
.cid-vf2gvFmeEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2gvFmeEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2gvFmeEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2gvFmeEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2gvFmeEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2gvFmeEu .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-vf2gvFmeEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2gvFmeEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2gvFmeEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2gvFmeEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2gvFmeEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2gvFmeEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2gvFmeEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2gvFmeEu .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-vf2gvFmeEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2gvFmeEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2gvFmeEu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2gvFmeEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2gvFmeEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2gvFmeEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2gvFmeEu .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2gvFmeEu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2gvFmeEu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2gvFmeEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2gvFmeEu .navbar-brand .navbar-caption:hover,
.cid-vf2gvFmeEu .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2gvFmeEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2gvFmeEu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2gvFmeEu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2gvFmeEu .dropdown-item.active,
.cid-vf2gvFmeEu .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2gvFmeEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2gvFmeEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2gvFmeEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2gvFmeEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvFmeEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2gvFmeEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2gvFmeEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2gvFmeEu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2gvFmeEu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2gvFmeEu .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2gvFmeEu .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2gvFmeEu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2gvFmeEu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2gvFmeEu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2gvFmeEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2gvFmeEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2gvFmeEu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2gvFmeEu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2gvFmeEu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2gvFmeEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2gvFmeEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2gvFmeEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2gvFmeEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2gvFmeEu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2gvFmeEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2gvFmeEu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2gvFmeEu .navbar {
    height: 70px;
  }
  .cid-vf2gvFmeEu .navbar.opened {
    height: auto;
  }
  .cid-vf2gvFmeEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2gvFmeEu .navbar-nav {
  margin: 0;
}
.cid-vf2gvFmeEu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2gvFmeEu .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2gvFmeEu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2gvFmeEu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2gvFmeEu .nav-item .nav-link:hover,
.cid-vf2gvFmeEu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2gvFmeEu .nav-item .nav-link:hover::after,
.cid-vf2gvFmeEu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2gvFmeEu .nav-item .nav-link:hover::before,
.cid-vf2gvFmeEu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2gvFmeEu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2gvFmeEu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2gvFmeEu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2gvFmeEu .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2gvFmeEu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2gvFmeEu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2gvFmeEu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2gvFmeEu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2gvFmeEu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2gvFmeEu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2gvFmeEu .content-wrap {
  min-height: 110px;
}
.cid-vf2gvDFIZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2gvDFIZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2gvDFIZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2gvDFIZ0 .card {
  justify-content: center;
}
.cid-vf2gvDFIZ0 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2gvDFIZ0 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2gvDFIZ0 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2gvDFIZ0 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2gvDFIZ0 .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2gvDFIZ0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvDFIZ0 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2gvDFIZ0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvDFIZ0 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2gvDFIZ0 .mbr-section-title {
  color: #000000;
}
.cid-vf2gvDFIZ0 .mbr-text {
  color: #000000;
}
.cid-vf2gvEmfI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2gvEmfI1 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2gvEmfI1 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2gvEmfI1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2gvEmfI1 .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2gvEmfI1 .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2gvEmfI1 .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2gvEmfI1 .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2gvEmfI1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2gvEmfI1 .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2gvEmfI1 .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2gvEmfI1 .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2gvEmfI1 .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2gvEmfI1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2gvEmfI1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2gvEmfI1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2gvEmfI1 .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-vf2gvEmfI1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2gvEQLXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2gvEQLXL .mbr-section-text {
  color: #464646;
}
.cid-vf2gvF5gUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2gvF5gUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2gvF5gUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2gvF5gUX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2gvF5gUX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvF5gUX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2gvF5gUX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2gvF5gUX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvF5gUX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2gvF5gUX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2gvF5gUX .mbr-label {
  color: #ffffff;
}
.cid-vf2gvF5gUX .mbr-section-title {
  color: #ffffff;
}
.cid-vf2gvF5gUX label {
  color: #ffffff;
}
.cid-vf2gvFLqZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2gvFLqZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2gvFLqZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2gvFLqZS .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2gvFLqZS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2gvFLqZS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2gvFLqZS .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2gvFLqZS .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2gvFLqZS .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2gvFLqZS .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2gvFLqZS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2gvFLqZS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2gvFLqZS .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2gvFLqZS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2gvFLqZS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2gvFLqZS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2gvFLqZS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2gvFLqZS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2gvFLqZS .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2gvFLqZS .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2gvFLqZS .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvFLqZS .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2gvFLqZS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2gvFLqZS .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2gvFLqZS .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2gvFLqZS .list {
  color: #ffffff;
}
.cid-vf2gvFLqZS .mbr-section-title {
  color: #ffffff;
}
.cid-vf2gvFLqZS .mbr-text {
  color: #ffffff;
}
.cid-vf2gvFLqZS .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2hmAixdf .navbar-dropdown {
  position: relative !important;
}
.cid-vf2hmAixdf .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2hmAixdf .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2hmAixdf .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2hmAixdf .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-vf2hmAixdf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2hmAixdf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2hmAixdf .dropdown-item:hover,
.cid-vf2hmAixdf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2hmAixdf .dropdown-item:hover span {
  color: white;
}
.cid-vf2hmAixdf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2hmAixdf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2hmAixdf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2hmAixdf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2hmAixdf .nav-link {
  position: relative;
}
.cid-vf2hmAixdf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2hmAixdf .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2hmAixdf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2hmAixdf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2hmAixdf .dropdown-menu,
.cid-vf2hmAixdf .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2hmAixdf .nav-item:focus,
.cid-vf2hmAixdf .nav-link:focus {
  outline: none;
}
.cid-vf2hmAixdf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2hmAixdf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2hmAixdf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2hmAixdf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2hmAixdf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2hmAixdf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2hmAixdf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2hmAixdf .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2hmAixdf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2hmAixdf .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2hmAixdf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2hmAixdf .navbar.collapsed {
  justify-content: center;
}
.cid-vf2hmAixdf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2hmAixdf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2hmAixdf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2hmAixdf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2hmAixdf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2hmAixdf .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-vf2hmAixdf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2hmAixdf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2hmAixdf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2hmAixdf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2hmAixdf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2hmAixdf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2hmAixdf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2hmAixdf .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-vf2hmAixdf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2hmAixdf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2hmAixdf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2hmAixdf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2hmAixdf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2hmAixdf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2hmAixdf .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2hmAixdf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2hmAixdf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2hmAixdf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2hmAixdf .navbar-brand .navbar-caption:hover,
.cid-vf2hmAixdf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2hmAixdf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2hmAixdf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2hmAixdf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2hmAixdf .dropdown-item.active,
.cid-vf2hmAixdf .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2hmAixdf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2hmAixdf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2hmAixdf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2hmAixdf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmAixdf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2hmAixdf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2hmAixdf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2hmAixdf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2hmAixdf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2hmAixdf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2hmAixdf .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2hmAixdf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2hmAixdf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2hmAixdf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2hmAixdf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2hmAixdf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2hmAixdf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2hmAixdf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2hmAixdf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2hmAixdf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2hmAixdf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2hmAixdf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2hmAixdf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2hmAixdf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2hmAixdf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2hmAixdf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2hmAixdf .navbar {
    height: 70px;
  }
  .cid-vf2hmAixdf .navbar.opened {
    height: auto;
  }
  .cid-vf2hmAixdf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2hmAixdf .navbar-nav {
  margin: 0;
}
.cid-vf2hmAixdf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2hmAixdf .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2hmAixdf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2hmAixdf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2hmAixdf .nav-item .nav-link:hover,
.cid-vf2hmAixdf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2hmAixdf .nav-item .nav-link:hover::after,
.cid-vf2hmAixdf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2hmAixdf .nav-item .nav-link:hover::before,
.cid-vf2hmAixdf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2hmAixdf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2hmAixdf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2hmAixdf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2hmAixdf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2hmAixdf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2hmAixdf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2hmAixdf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2hmAixdf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2hmAixdf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2hmAixdf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2hmAixdf .content-wrap {
  min-height: 110px;
}
.cid-vf2hmyiCWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2hmyiCWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2hmyiCWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2hmyiCWn .card {
  justify-content: center;
}
.cid-vf2hmyiCWn .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2hmyiCWn .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2hmyiCWn .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2hmyiCWn .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2hmyiCWn .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2hmyiCWn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmyiCWn .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2hmyiCWn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmyiCWn .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2hmyiCWn .mbr-section-title {
  color: #000000;
}
.cid-vf2hmyiCWn .mbr-text {
  color: #000000;
}
.cid-vf2hmzfQLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2hmzfQLY .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2hmzfQLY .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2hmzfQLY .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2hmzfQLY .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2hmzfQLY .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2hmzfQLY .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2hmzfQLY .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2hmzfQLY .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2hmzfQLY .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2hmzfQLY .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2hmzfQLY .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2hmzfQLY .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2hmzfQLY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2hmzfQLY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2hmzfQLY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2hmzfQLY .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-vf2hmzfQLY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2hmzNDqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2hmzNDqA .mbr-section-text {
  color: #464646;
}
.cid-vf2hmA1wyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2hmA1wyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2hmA1wyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2hmA1wyc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2hmA1wyc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmA1wyc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2hmA1wyc .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2hmA1wyc .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmA1wyc .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2hmA1wyc .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2hmA1wyc .mbr-label {
  color: #ffffff;
}
.cid-vf2hmA1wyc .mbr-section-title {
  color: #ffffff;
}
.cid-vf2hmA1wyc label {
  color: #ffffff;
}
.cid-vf2hmAKaiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2hmAKaiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2hmAKaiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2hmAKaiU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2hmAKaiU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2hmAKaiU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2hmAKaiU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2hmAKaiU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2hmAKaiU .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2hmAKaiU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2hmAKaiU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2hmAKaiU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2hmAKaiU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2hmAKaiU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2hmAKaiU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2hmAKaiU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2hmAKaiU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2hmAKaiU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2hmAKaiU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2hmAKaiU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2hmAKaiU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmAKaiU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2hmAKaiU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2hmAKaiU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2hmAKaiU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2hmAKaiU .list {
  color: #ffffff;
}
.cid-vf2hmAKaiU .mbr-section-title {
  color: #ffffff;
}
.cid-vf2hmAKaiU .mbr-text {
  color: #ffffff;
}
.cid-vf2hmAKaiU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2iIKaprS .navbar-dropdown {
  position: relative !important;
}
.cid-vf2iIKaprS .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2iIKaprS .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2iIKaprS .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2iIKaprS .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-vf2iIKaprS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2iIKaprS .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2iIKaprS .dropdown-item:hover,
.cid-vf2iIKaprS .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2iIKaprS .dropdown-item:hover span {
  color: white;
}
.cid-vf2iIKaprS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2iIKaprS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2iIKaprS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2iIKaprS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2iIKaprS .nav-link {
  position: relative;
}
.cid-vf2iIKaprS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2iIKaprS .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2iIKaprS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2iIKaprS .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2iIKaprS .dropdown-menu,
.cid-vf2iIKaprS .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2iIKaprS .nav-item:focus,
.cid-vf2iIKaprS .nav-link:focus {
  outline: none;
}
.cid-vf2iIKaprS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2iIKaprS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2iIKaprS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2iIKaprS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2iIKaprS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2iIKaprS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2iIKaprS .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2iIKaprS .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2iIKaprS .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2iIKaprS .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2iIKaprS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2iIKaprS .navbar.collapsed {
  justify-content: center;
}
.cid-vf2iIKaprS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2iIKaprS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2iIKaprS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2iIKaprS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2iIKaprS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2iIKaprS .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-vf2iIKaprS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2iIKaprS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2iIKaprS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2iIKaprS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2iIKaprS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2iIKaprS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2iIKaprS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2iIKaprS .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-vf2iIKaprS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2iIKaprS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2iIKaprS .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2iIKaprS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2iIKaprS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2iIKaprS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2iIKaprS .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2iIKaprS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2iIKaprS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2iIKaprS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2iIKaprS .navbar-brand .navbar-caption:hover,
.cid-vf2iIKaprS .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2iIKaprS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2iIKaprS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2iIKaprS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2iIKaprS .dropdown-item.active,
.cid-vf2iIKaprS .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2iIKaprS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2iIKaprS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2iIKaprS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2iIKaprS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIKaprS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2iIKaprS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2iIKaprS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2iIKaprS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2iIKaprS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2iIKaprS .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2iIKaprS .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2iIKaprS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2iIKaprS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2iIKaprS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2iIKaprS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2iIKaprS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2iIKaprS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2iIKaprS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2iIKaprS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2iIKaprS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2iIKaprS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2iIKaprS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2iIKaprS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2iIKaprS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2iIKaprS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2iIKaprS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2iIKaprS .navbar {
    height: 70px;
  }
  .cid-vf2iIKaprS .navbar.opened {
    height: auto;
  }
  .cid-vf2iIKaprS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2iIKaprS .navbar-nav {
  margin: 0;
}
.cid-vf2iIKaprS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2iIKaprS .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2iIKaprS .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2iIKaprS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2iIKaprS .nav-item .nav-link:hover,
.cid-vf2iIKaprS .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2iIKaprS .nav-item .nav-link:hover::after,
.cid-vf2iIKaprS .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2iIKaprS .nav-item .nav-link:hover::before,
.cid-vf2iIKaprS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2iIKaprS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2iIKaprS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2iIKaprS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2iIKaprS .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2iIKaprS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2iIKaprS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2iIKaprS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2iIKaprS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2iIKaprS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2iIKaprS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2iIKaprS .content-wrap {
  min-height: 110px;
}
.cid-vf2iIIuwLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2iIIuwLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2iIIuwLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2iIIuwLP .card {
  justify-content: center;
}
.cid-vf2iIIuwLP .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2iIIuwLP .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2iIIuwLP .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2iIIuwLP .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2iIIuwLP .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2iIIuwLP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIIuwLP .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2iIIuwLP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIIuwLP .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2iIIuwLP .mbr-section-title {
  color: #000000;
}
.cid-vf2iIIuwLP .mbr-text {
  color: #000000;
}
.cid-vf2iIJbyFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2iIJbyFe .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2iIJbyFe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2iIJbyFe .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2iIJbyFe .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2iIJbyFe .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2iIJbyFe .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2iIJbyFe .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2iIJbyFe .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2iIJbyFe .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2iIJbyFe .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2iIJbyFe .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2iIJbyFe .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2iIJbyFe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2iIJbyFe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2iIJbyFe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2iIJbyFe .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-vf2iIJbyFe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2iIJEYmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2iIJEYmn .mbr-section-text {
  color: #464646;
}
.cid-vf2iIJS6jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2iIJS6jU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2iIJS6jU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2iIJS6jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2iIJS6jU .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIJS6jU .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2iIJS6jU .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2iIJS6jU .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIJS6jU .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2iIJS6jU .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2iIJS6jU .mbr-label {
  color: #ffffff;
}
.cid-vf2iIJS6jU .mbr-section-title {
  color: #ffffff;
}
.cid-vf2iIJS6jU label {
  color: #ffffff;
}
.cid-vf2iIKAfzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2iIKAfzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2iIKAfzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2iIKAfzy .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2iIKAfzy .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2iIKAfzy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2iIKAfzy .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2iIKAfzy .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2iIKAfzy .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2iIKAfzy .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2iIKAfzy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2iIKAfzy .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2iIKAfzy .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2iIKAfzy .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2iIKAfzy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2iIKAfzy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2iIKAfzy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2iIKAfzy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2iIKAfzy .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2iIKAfzy .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2iIKAfzy .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIKAfzy .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2iIKAfzy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2iIKAfzy .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2iIKAfzy .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2iIKAfzy .list {
  color: #ffffff;
}
.cid-vf2iIKAfzy .mbr-section-title {
  color: #ffffff;
}
.cid-vf2iIKAfzy .mbr-text {
  color: #ffffff;
}
.cid-vf2iIKAfzy .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2jyUTaqF .navbar-dropdown {
  position: relative !important;
}
.cid-vf2jyUTaqF .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2jyUTaqF .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2jyUTaqF .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2jyUTaqF .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-vf2jyUTaqF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2jyUTaqF .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2jyUTaqF .dropdown-item:hover,
.cid-vf2jyUTaqF .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2jyUTaqF .dropdown-item:hover span {
  color: white;
}
.cid-vf2jyUTaqF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2jyUTaqF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2jyUTaqF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2jyUTaqF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2jyUTaqF .nav-link {
  position: relative;
}
.cid-vf2jyUTaqF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2jyUTaqF .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2jyUTaqF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2jyUTaqF .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2jyUTaqF .dropdown-menu,
.cid-vf2jyUTaqF .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2jyUTaqF .nav-item:focus,
.cid-vf2jyUTaqF .nav-link:focus {
  outline: none;
}
.cid-vf2jyUTaqF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2jyUTaqF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2jyUTaqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2jyUTaqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2jyUTaqF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2jyUTaqF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2jyUTaqF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2jyUTaqF .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2jyUTaqF .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2jyUTaqF .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2jyUTaqF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2jyUTaqF .navbar.collapsed {
  justify-content: center;
}
.cid-vf2jyUTaqF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2jyUTaqF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2jyUTaqF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2jyUTaqF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2jyUTaqF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2jyUTaqF .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-vf2jyUTaqF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2jyUTaqF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2jyUTaqF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2jyUTaqF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2jyUTaqF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2jyUTaqF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2jyUTaqF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2jyUTaqF .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-vf2jyUTaqF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2jyUTaqF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2jyUTaqF .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2jyUTaqF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2jyUTaqF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2jyUTaqF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2jyUTaqF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2jyUTaqF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2jyUTaqF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2jyUTaqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2jyUTaqF .navbar-brand .navbar-caption:hover,
.cid-vf2jyUTaqF .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2jyUTaqF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2jyUTaqF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2jyUTaqF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2jyUTaqF .dropdown-item.active,
.cid-vf2jyUTaqF .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2jyUTaqF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2jyUTaqF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2jyUTaqF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2jyUTaqF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyUTaqF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2jyUTaqF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2jyUTaqF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2jyUTaqF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2jyUTaqF ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2jyUTaqF .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2jyUTaqF .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2jyUTaqF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2jyUTaqF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2jyUTaqF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2jyUTaqF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2jyUTaqF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2jyUTaqF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2jyUTaqF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2jyUTaqF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2jyUTaqF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2jyUTaqF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2jyUTaqF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2jyUTaqF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2jyUTaqF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2jyUTaqF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2jyUTaqF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2jyUTaqF .navbar {
    height: 70px;
  }
  .cid-vf2jyUTaqF .navbar.opened {
    height: auto;
  }
  .cid-vf2jyUTaqF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2jyUTaqF .navbar-nav {
  margin: 0;
}
.cid-vf2jyUTaqF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2jyUTaqF .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2jyUTaqF .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2jyUTaqF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2jyUTaqF .nav-item .nav-link:hover,
.cid-vf2jyUTaqF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2jyUTaqF .nav-item .nav-link:hover::after,
.cid-vf2jyUTaqF .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2jyUTaqF .nav-item .nav-link:hover::before,
.cid-vf2jyUTaqF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2jyUTaqF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2jyUTaqF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2jyUTaqF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2jyUTaqF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2jyUTaqF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2jyUTaqF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2jyUTaqF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2jyUTaqF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2jyUTaqF .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2jyUTaqF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2jyUTaqF .content-wrap {
  min-height: 110px;
}
.cid-vf2jyT6uJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2jyT6uJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2jyT6uJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2jyT6uJL .card {
  justify-content: center;
}
.cid-vf2jyT6uJL .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2jyT6uJL .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2jyT6uJL .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2jyT6uJL .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2jyT6uJL .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2jyT6uJL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyT6uJL .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2jyT6uJL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyT6uJL .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2jyT6uJL .mbr-section-title {
  color: #000000;
}
.cid-vf2jyT6uJL .mbr-text {
  color: #000000;
}
.cid-vf2jyTRFeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2jyTRFeJ .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2jyTRFeJ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2jyTRFeJ .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2jyTRFeJ .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2jyTRFeJ .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2jyTRFeJ .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2jyTRFeJ .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2jyTRFeJ .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2jyTRFeJ .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2jyTRFeJ .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2jyTRFeJ .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2jyTRFeJ .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2jyTRFeJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2jyTRFeJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2jyTRFeJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2jyTRFeJ .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-vf2jyTRFeJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2jyUlr5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2jyUlr5A .mbr-section-text {
  color: #464646;
}
.cid-vf2jyUC2Xi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2jyUC2Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2jyUC2Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2jyUC2Xi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2jyUC2Xi .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyUC2Xi .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2jyUC2Xi .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2jyUC2Xi .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyUC2Xi .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2jyUC2Xi .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2jyUC2Xi .mbr-label {
  color: #ffffff;
}
.cid-vf2jyUC2Xi .mbr-section-title {
  color: #ffffff;
}
.cid-vf2jyUC2Xi label {
  color: #ffffff;
}
.cid-vf2jyVk7Qc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2jyVk7Qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2jyVk7Qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2jyVk7Qc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2jyVk7Qc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2jyVk7Qc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2jyVk7Qc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2jyVk7Qc .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2jyVk7Qc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2jyVk7Qc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2jyVk7Qc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2jyVk7Qc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2jyVk7Qc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2jyVk7Qc .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2jyVk7Qc .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2jyVk7Qc .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyVk7Qc .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2jyVk7Qc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2jyVk7Qc .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2jyVk7Qc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2jyVk7Qc .list {
  color: #ffffff;
}
.cid-vf2jyVk7Qc .mbr-section-title {
  color: #ffffff;
}
.cid-vf2jyVk7Qc .mbr-text {
  color: #ffffff;
}
.cid-vf2jyVk7Qc .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2kkFR5BZ .navbar-dropdown {
  position: relative !important;
}
.cid-vf2kkFR5BZ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2kkFR5BZ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2kkFR5BZ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2kkFR5BZ .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-vf2kkFR5BZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2kkFR5BZ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2kkFR5BZ .dropdown-item:hover,
.cid-vf2kkFR5BZ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2kkFR5BZ .dropdown-item:hover span {
  color: white;
}
.cid-vf2kkFR5BZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2kkFR5BZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2kkFR5BZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2kkFR5BZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2kkFR5BZ .nav-link {
  position: relative;
}
.cid-vf2kkFR5BZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2kkFR5BZ .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2kkFR5BZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2kkFR5BZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2kkFR5BZ .dropdown-menu,
.cid-vf2kkFR5BZ .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2kkFR5BZ .nav-item:focus,
.cid-vf2kkFR5BZ .nav-link:focus {
  outline: none;
}
.cid-vf2kkFR5BZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2kkFR5BZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2kkFR5BZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2kkFR5BZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2kkFR5BZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2kkFR5BZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2kkFR5BZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2kkFR5BZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2kkFR5BZ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2kkFR5BZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2kkFR5BZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2kkFR5BZ .navbar.collapsed {
  justify-content: center;
}
.cid-vf2kkFR5BZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2kkFR5BZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2kkFR5BZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2kkFR5BZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2kkFR5BZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2kkFR5BZ .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-vf2kkFR5BZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2kkFR5BZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2kkFR5BZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2kkFR5BZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2kkFR5BZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2kkFR5BZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2kkFR5BZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2kkFR5BZ .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-vf2kkFR5BZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2kkFR5BZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2kkFR5BZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2kkFR5BZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2kkFR5BZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2kkFR5BZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2kkFR5BZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2kkFR5BZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2kkFR5BZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2kkFR5BZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2kkFR5BZ .navbar-brand .navbar-caption:hover,
.cid-vf2kkFR5BZ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2kkFR5BZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2kkFR5BZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2kkFR5BZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2kkFR5BZ .dropdown-item.active,
.cid-vf2kkFR5BZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2kkFR5BZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2kkFR5BZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2kkFR5BZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2kkFR5BZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkFR5BZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2kkFR5BZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2kkFR5BZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2kkFR5BZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2kkFR5BZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2kkFR5BZ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2kkFR5BZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2kkFR5BZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2kkFR5BZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2kkFR5BZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2kkFR5BZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2kkFR5BZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2kkFR5BZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2kkFR5BZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2kkFR5BZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2kkFR5BZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2kkFR5BZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2kkFR5BZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2kkFR5BZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2kkFR5BZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2kkFR5BZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2kkFR5BZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2kkFR5BZ .navbar {
    height: 70px;
  }
  .cid-vf2kkFR5BZ .navbar.opened {
    height: auto;
  }
  .cid-vf2kkFR5BZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2kkFR5BZ .navbar-nav {
  margin: 0;
}
.cid-vf2kkFR5BZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2kkFR5BZ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2kkFR5BZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2kkFR5BZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2kkFR5BZ .nav-item .nav-link:hover,
.cid-vf2kkFR5BZ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2kkFR5BZ .nav-item .nav-link:hover::after,
.cid-vf2kkFR5BZ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2kkFR5BZ .nav-item .nav-link:hover::before,
.cid-vf2kkFR5BZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2kkFR5BZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2kkFR5BZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2kkFR5BZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2kkFR5BZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2kkFR5BZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2kkFR5BZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2kkFR5BZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2kkFR5BZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2kkFR5BZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2kkFR5BZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2kkFR5BZ .content-wrap {
  min-height: 110px;
}
.cid-vf2kkE6F0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2kkE6F0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2kkE6F0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2kkE6F0X .card {
  justify-content: center;
}
.cid-vf2kkE6F0X .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2kkE6F0X .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2kkE6F0X .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2kkE6F0X .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2kkE6F0X .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2kkE6F0X .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkE6F0X .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2kkE6F0X .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkE6F0X .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2kkE6F0X .mbr-section-title {
  color: #000000;
}
.cid-vf2kkE6F0X .mbr-text {
  color: #000000;
}
.cid-vf2kkESpmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2kkESpmT .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2kkESpmT .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2kkESpmT .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2kkESpmT .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2kkESpmT .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2kkESpmT .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2kkESpmT .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2kkESpmT .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2kkESpmT .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2kkESpmT .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2kkESpmT .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2kkESpmT .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2kkESpmT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2kkESpmT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2kkESpmT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2kkESpmT .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-vf2kkESpmT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2kkFmz9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2kkFmz9v .mbr-section-text {
  color: #464646;
}
.cid-vf2kkFzbRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2kkFzbRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2kkFzbRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2kkFzbRd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2kkFzbRd .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkFzbRd .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2kkFzbRd .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2kkFzbRd .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkFzbRd .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2kkFzbRd .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2kkFzbRd .mbr-label {
  color: #ffffff;
}
.cid-vf2kkFzbRd .mbr-section-title {
  color: #ffffff;
}
.cid-vf2kkFzbRd label {
  color: #ffffff;
}
.cid-vf2kkGgcIf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2kkGgcIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2kkGgcIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2kkGgcIf .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2kkGgcIf .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2kkGgcIf .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2kkGgcIf .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2kkGgcIf .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2kkGgcIf .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2kkGgcIf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2kkGgcIf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2kkGgcIf .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2kkGgcIf .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2kkGgcIf .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2kkGgcIf .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2kkGgcIf .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2kkGgcIf .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2kkGgcIf .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2kkGgcIf .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2kkGgcIf .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2kkGgcIf .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkGgcIf .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2kkGgcIf .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2kkGgcIf .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2kkGgcIf .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2kkGgcIf .list {
  color: #ffffff;
}
.cid-vf2kkGgcIf .mbr-section-title {
  color: #ffffff;
}
.cid-vf2kkGgcIf .mbr-text {
  color: #ffffff;
}
.cid-vf2kkGgcIf .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf2lqDYitf .navbar-dropdown {
  position: relative !important;
}
.cid-vf2lqDYitf .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf2lqDYitf .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf2lqDYitf .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf2lqDYitf .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-vf2lqDYitf .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf2lqDYitf .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf2lqDYitf .dropdown-item:hover,
.cid-vf2lqDYitf .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf2lqDYitf .dropdown-item:hover span {
  color: white;
}
.cid-vf2lqDYitf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2lqDYitf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2lqDYitf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2lqDYitf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf2lqDYitf .nav-link {
  position: relative;
}
.cid-vf2lqDYitf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf2lqDYitf .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2lqDYitf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2lqDYitf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf2lqDYitf .dropdown-menu,
.cid-vf2lqDYitf .navbar.opened {
  background: #ffffff !important;
}
.cid-vf2lqDYitf .nav-item:focus,
.cid-vf2lqDYitf .nav-link:focus {
  outline: none;
}
.cid-vf2lqDYitf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf2lqDYitf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf2lqDYitf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2lqDYitf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2lqDYitf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2lqDYitf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf2lqDYitf .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2lqDYitf .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2lqDYitf .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf2lqDYitf .navbar .navbar-logo img {
  width: auto;
}
.cid-vf2lqDYitf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2lqDYitf .navbar.collapsed {
  justify-content: center;
}
.cid-vf2lqDYitf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2lqDYitf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2lqDYitf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf2lqDYitf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2lqDYitf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2lqDYitf .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-vf2lqDYitf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2lqDYitf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf2lqDYitf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2lqDYitf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2lqDYitf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2lqDYitf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2lqDYitf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2lqDYitf .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-vf2lqDYitf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2lqDYitf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2lqDYitf .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf2lqDYitf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2lqDYitf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2lqDYitf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2lqDYitf .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2lqDYitf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2lqDYitf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf2lqDYitf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2lqDYitf .navbar-brand .navbar-caption:hover,
.cid-vf2lqDYitf .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2lqDYitf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2lqDYitf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2lqDYitf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf2lqDYitf .dropdown-item.active,
.cid-vf2lqDYitf .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2lqDYitf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2lqDYitf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2lqDYitf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2lqDYitf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqDYitf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf2lqDYitf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2lqDYitf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2lqDYitf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2lqDYitf ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf2lqDYitf .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf2lqDYitf .navbar-buttons {
    text-align: left;
  }
}
.cid-vf2lqDYitf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf2lqDYitf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2lqDYitf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2lqDYitf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf2lqDYitf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2lqDYitf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2lqDYitf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2lqDYitf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2lqDYitf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2lqDYitf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2lqDYitf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2lqDYitf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2lqDYitf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2lqDYitf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2lqDYitf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2lqDYitf .navbar {
    height: 70px;
  }
  .cid-vf2lqDYitf .navbar.opened {
    height: auto;
  }
  .cid-vf2lqDYitf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2lqDYitf .navbar-nav {
  margin: 0;
}
.cid-vf2lqDYitf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2lqDYitf .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf2lqDYitf .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf2lqDYitf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf2lqDYitf .nav-item .nav-link:hover,
.cid-vf2lqDYitf .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf2lqDYitf .nav-item .nav-link:hover::after,
.cid-vf2lqDYitf .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf2lqDYitf .nav-item .nav-link:hover::before,
.cid-vf2lqDYitf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf2lqDYitf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2lqDYitf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2lqDYitf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf2lqDYitf .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2lqDYitf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2lqDYitf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2lqDYitf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2lqDYitf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf2lqDYitf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf2lqDYitf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf2lqDYitf .content-wrap {
  min-height: 110px;
}
.cid-vf2lqBAzW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2lqBAzW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2lqBAzW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2lqBAzW9 .card {
  justify-content: center;
}
.cid-vf2lqBAzW9 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf2lqBAzW9 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf2lqBAzW9 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf2lqBAzW9 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2lqBAzW9 .image-wrapper img {
    height: 300px;
  }
}
.cid-vf2lqBAzW9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqBAzW9 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2lqBAzW9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqBAzW9 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf2lqBAzW9 .mbr-section-title {
  color: #000000;
}
.cid-vf2lqBAzW9 .mbr-text {
  color: #000000;
}
.cid-vf3NPD3EsM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vf3NPD3EsM .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vf3NPD3EsM .mbr-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.cid-vf3NPD3EsM P {
  text-align: justify;
}
.cid-vf2lqCn3uN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf2lqCn3uN .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf2lqCn3uN .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf2lqCn3uN .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf2lqCn3uN .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf2lqCn3uN .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf2lqCn3uN .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf2lqCn3uN .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf2lqCn3uN .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf2lqCn3uN .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf2lqCn3uN .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf2lqCn3uN .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf2lqCn3uN .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf2lqCn3uN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf2lqCn3uN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf2lqCn3uN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf2lqCn3uN .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-vf2lqCn3uN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf2lqCTSvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf2lqCTSvv .mbr-section-text {
  color: #464646;
}
.cid-vf2lqD8lVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2lqD8lVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2lqD8lVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf2lqD8lVm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2lqD8lVm .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqD8lVm .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf2lqD8lVm .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2lqD8lVm .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqD8lVm .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf2lqD8lVm .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2lqD8lVm .mbr-label {
  color: #ffffff;
}
.cid-vf2lqD8lVm .mbr-section-title {
  color: #ffffff;
}
.cid-vf2lqD8lVm label {
  color: #ffffff;
}
.cid-vf2lqEDlsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf2lqEDlsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2lqEDlsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2lqEDlsY .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2lqEDlsY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2lqEDlsY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2lqEDlsY .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf2lqEDlsY .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf2lqEDlsY .nav-wrapper .list .item-wrap:hover::before,
.cid-vf2lqEDlsY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf2lqEDlsY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2lqEDlsY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2lqEDlsY .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf2lqEDlsY .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf2lqEDlsY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf2lqEDlsY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf2lqEDlsY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf2lqEDlsY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf2lqEDlsY .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf2lqEDlsY .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf2lqEDlsY .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqEDlsY .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf2lqEDlsY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf2lqEDlsY .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf2lqEDlsY .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf2lqEDlsY .list {
  color: #ffffff;
}
.cid-vf2lqEDlsY .mbr-section-title {
  color: #ffffff;
}
.cid-vf2lqEDlsY .mbr-text {
  color: #ffffff;
}
.cid-vf2lqEDlsY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vf3KRlWd8x .navbar-dropdown {
  position: relative !important;
}
.cid-vf3KRlWd8x .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vf3KRlWd8x .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vf3KRlWd8x .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vf3KRlWd8x .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-vf3KRlWd8x .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vf3KRlWd8x .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vf3KRlWd8x .dropdown-item:hover,
.cid-vf3KRlWd8x .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vf3KRlWd8x .dropdown-item:hover span {
  color: white;
}
.cid-vf3KRlWd8x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf3KRlWd8x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf3KRlWd8x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf3KRlWd8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf3KRlWd8x .nav-link {
  position: relative;
}
.cid-vf3KRlWd8x .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vf3KRlWd8x .container {
    flex-wrap: nowrap;
  }
}
.cid-vf3KRlWd8x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf3KRlWd8x .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vf3KRlWd8x .dropdown-menu,
.cid-vf3KRlWd8x .navbar.opened {
  background: #ffffff !important;
}
.cid-vf3KRlWd8x .nav-item:focus,
.cid-vf3KRlWd8x .nav-link:focus {
  outline: none;
}
.cid-vf3KRlWd8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf3KRlWd8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vf3KRlWd8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf3KRlWd8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3KRlWd8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf3KRlWd8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf3KRlWd8x .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf3KRlWd8x .navbar.opened {
  transition: all 0.3s;
}
.cid-vf3KRlWd8x .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vf3KRlWd8x .navbar .navbar-logo img {
  width: auto;
}
.cid-vf3KRlWd8x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf3KRlWd8x .navbar.collapsed {
  justify-content: center;
}
.cid-vf3KRlWd8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf3KRlWd8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf3KRlWd8x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vf3KRlWd8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf3KRlWd8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf3KRlWd8x .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-vf3KRlWd8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf3KRlWd8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf3KRlWd8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf3KRlWd8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf3KRlWd8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf3KRlWd8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf3KRlWd8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf3KRlWd8x .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-vf3KRlWd8x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf3KRlWd8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf3KRlWd8x .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vf3KRlWd8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf3KRlWd8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf3KRlWd8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf3KRlWd8x .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf3KRlWd8x .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf3KRlWd8x .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vf3KRlWd8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf3KRlWd8x .navbar-brand .navbar-caption:hover,
.cid-vf3KRlWd8x .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf3KRlWd8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf3KRlWd8x .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf3KRlWd8x .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vf3KRlWd8x .dropdown-item.active,
.cid-vf3KRlWd8x .dropdown-item:active {
  background-color: transparent;
}
.cid-vf3KRlWd8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf3KRlWd8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf3KRlWd8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf3KRlWd8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRlWd8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vf3KRlWd8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf3KRlWd8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf3KRlWd8x ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf3KRlWd8x ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vf3KRlWd8x .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vf3KRlWd8x .navbar-buttons {
    text-align: left;
  }
}
.cid-vf3KRlWd8x .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vf3KRlWd8x .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf3KRlWd8x button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf3KRlWd8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vf3KRlWd8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf3KRlWd8x button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3KRlWd8x button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3KRlWd8x button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf3KRlWd8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3KRlWd8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf3KRlWd8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf3KRlWd8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3KRlWd8x .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf3KRlWd8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf3KRlWd8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf3KRlWd8x .navbar {
    height: 70px;
  }
  .cid-vf3KRlWd8x .navbar.opened {
    height: auto;
  }
  .cid-vf3KRlWd8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf3KRlWd8x .navbar-nav {
  margin: 0;
}
.cid-vf3KRlWd8x .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf3KRlWd8x .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vf3KRlWd8x .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vf3KRlWd8x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vf3KRlWd8x .nav-item .nav-link:hover,
.cid-vf3KRlWd8x .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vf3KRlWd8x .nav-item .nav-link:hover::after,
.cid-vf3KRlWd8x .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vf3KRlWd8x .nav-item .nav-link:hover::before,
.cid-vf3KRlWd8x .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vf3KRlWd8x .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf3KRlWd8x .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf3KRlWd8x .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vf3KRlWd8x .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf3KRlWd8x .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf3KRlWd8x .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf3KRlWd8x .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf3KRlWd8x .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vf3KRlWd8x .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vf3KRlWd8x .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vf3KRlWd8x .content-wrap {
  min-height: 110px;
}
.cid-vf3KRk65Zd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3KRk65Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3KRk65Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3KRk65Zd .card {
  justify-content: center;
}
.cid-vf3KRk65Zd .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vf3KRk65Zd .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf3KRk65Zd .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vf3KRk65Zd .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3KRk65Zd .image-wrapper img {
    height: 300px;
  }
}
.cid-vf3KRk65Zd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRk65Zd .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf3KRk65Zd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRk65Zd .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vf3KRk65Zd .mbr-section-title {
  color: #000000;
}
.cid-vf3KRk65Zd .mbr-text {
  color: #000000;
}
.cid-vf3M5tXMf7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vf3M5tXMf7 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vf3M5tXMf7 .mbr-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.cid-vf3KRkRPNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vf3KRkRPNR .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vf3KRkRPNR .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vf3KRkRPNR .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vf3KRkRPNR .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vf3KRkRPNR .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vf3KRkRPNR .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-vf3KRkRPNR .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vf3KRkRPNR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vf3KRkRPNR .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vf3KRkRPNR .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vf3KRkRPNR .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vf3KRkRPNR .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vf3KRkRPNR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf3KRkRPNR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf3KRkRPNR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf3KRkRPNR .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-vf3KRkRPNR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf3KRlpTM6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vf3KRlpTM6 .mbr-section-text {
  color: #464646;
}
.cid-vf3KRlEkN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3KRlEkN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3KRlEkN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf3KRlEkN9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf3KRlEkN9 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRlEkN9 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vf3KRlEkN9 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3KRlEkN9 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRlEkN9 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vf3KRlEkN9 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3KRlEkN9 .mbr-label {
  color: #ffffff;
}
.cid-vf3KRlEkN9 .mbr-section-title {
  color: #ffffff;
}
.cid-vf3KRlEkN9 label {
  color: #ffffff;
}
.cid-vf3KRmkGxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3KRmkGxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3KRmkGxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3KRmkGxX .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3KRmkGxX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf3KRmkGxX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf3KRmkGxX .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf3KRmkGxX .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vf3KRmkGxX .nav-wrapper .list .item-wrap:hover::before,
.cid-vf3KRmkGxX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vf3KRmkGxX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf3KRmkGxX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3KRmkGxX .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vf3KRmkGxX .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vf3KRmkGxX .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vf3KRmkGxX .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vf3KRmkGxX .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vf3KRmkGxX .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vf3KRmkGxX .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vf3KRmkGxX .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vf3KRmkGxX .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRmkGxX .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vf3KRmkGxX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vf3KRmkGxX .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vf3KRmkGxX .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vf3KRmkGxX .list {
  color: #ffffff;
}
.cid-vf3KRmkGxX .mbr-section-title {
  color: #ffffff;
}
.cid-vf3KRmkGxX .mbr-text {
  color: #ffffff;
}
.cid-vf3KRmkGxX .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-va62CVt2MJ .navbar-dropdown {
  position: relative !important;
}
.cid-va62CVt2MJ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-va62CVt2MJ .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-va62CVt2MJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-va62CVt2MJ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-va62CVt2MJ .dropdown-item:hover,
.cid-va62CVt2MJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item:hover span {
  color: white;
}
.cid-va62CVt2MJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-va62CVt2MJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-va62CVt2MJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-va62CVt2MJ .nav-link {
  position: relative;
}
.cid-va62CVt2MJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .container {
    flex-wrap: nowrap;
  }
}
.cid-va62CVt2MJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-va62CVt2MJ .dropdown-menu,
.cid-va62CVt2MJ .navbar.opened {
  background: #ffffff !important;
}
.cid-va62CVt2MJ .nav-item:focus,
.cid-va62CVt2MJ .nav-link:focus {
  outline: none;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-va62CVt2MJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-va62CVt2MJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-va62CVt2MJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-va62CVt2MJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ .navbar.opened {
  transition: all 0.3s;
}
.cid-va62CVt2MJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-va62CVt2MJ .navbar .navbar-logo img {
  width: auto;
}
.cid-va62CVt2MJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-va62CVt2MJ .navbar.collapsed {
  justify-content: center;
}
.cid-va62CVt2MJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-va62CVt2MJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-va62CVt2MJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-va62CVt2MJ .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-va62CVt2MJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-va62CVt2MJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-va62CVt2MJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-va62CVt2MJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-va62CVt2MJ .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-va62CVt2MJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-va62CVt2MJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-va62CVt2MJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-va62CVt2MJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-va62CVt2MJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-va62CVt2MJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-va62CVt2MJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-va62CVt2MJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-va62CVt2MJ .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-va62CVt2MJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-va62CVt2MJ .dropdown-item.active,
.cid-va62CVt2MJ .dropdown-item:active {
  background-color: transparent;
}
.cid-va62CVt2MJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-va62CVt2MJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-va62CVt2MJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-va62CVt2MJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-va62CVt2MJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-va62CVt2MJ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-va62CVt2MJ .navbar-buttons {
    text-align: left;
  }
}
.cid-va62CVt2MJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-va62CVt2MJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-va62CVt2MJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-va62CVt2MJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-va62CVt2MJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-va62CVt2MJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-va62CVt2MJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-va62CVt2MJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-va62CVt2MJ .navbar {
    height: 70px;
  }
  .cid-va62CVt2MJ .navbar.opened {
    height: auto;
  }
  .cid-va62CVt2MJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-va62CVt2MJ .navbar-nav {
  margin: 0;
}
.cid-va62CVt2MJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-va62CVt2MJ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-va62CVt2MJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-va62CVt2MJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover,
.cid-va62CVt2MJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::after,
.cid-va62CVt2MJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-va62CVt2MJ .nav-item .nav-link:hover::before,
.cid-va62CVt2MJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-va62CVt2MJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-va62CVt2MJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-va62CVt2MJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-va62CVt2MJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-va62CVt2MJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-va62CVt2MJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-va62CVt2MJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-va62CVt2MJ .content-wrap {
  min-height: 110px;
}
.cid-vf3PXaOzFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3PXaOzFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3PXaOzFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3PXaOzFd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vf3PXaOzFd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vf3PXaOzFd .embla__slide .slide-content {
  width: 100%;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-vf3PXaOzFd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-vf3PXaOzFd .embla__button--next,
.cid-vf3PXaOzFd .embla__button--prev {
  display: flex;
}
.cid-vf3PXaOzFd .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vf3PXaOzFd .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-vf3PXaOzFd .embla__button:hover {
  background-color: #ff94b2 !important;
  color: #000000 !important;
}
.cid-vf3PXaOzFd .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-vf3PXaOzFd .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-vf3PXaOzFd .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-vf3PXaOzFd .embla__button.embla__button--next {
  right: 0;
}
.cid-vf3PXaOzFd .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-vf3PXaOzFd .embla {
    padding-top: 4rem;
  }
}
.cid-vf3PXaOzFd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vf3PXaOzFd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vf3PXaOzFd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vf3PXaOzFd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vf3PXaOzFd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vf3PXaOzFd .card-title {
  color: #ffffff;
}
.cid-vf3PXaOzFd .card-desc {
  color: #ffffff;
}
.cid-vf3PXaOzFd .list {
  color: #ffffff;
}
.cid-vf3PXLO7IJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3PXLO7IJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3PXLO7IJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3PXLO7IJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vf3PXLO7IJ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vf3PXLO7IJ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vf3PXLO7IJ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf3PXLO7IJ .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vf3PXLO7IJ .item-date {
  color: #2f1d41;
}
.cid-vf3PXLO7IJ .item-address {
  color: #ffffff;
}
.cid-vf3PXLO7IJ .item-title {
  color: #ffffff;
}
.cid-vf3PXLO7IJ .item-text {
  color: #ffffff;
}
.cid-vfkqNCy13l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkqNCy13l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkqNCy13l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkqNCy13l .items-wrapper {
  margin: 0 -10px;
}
.cid-vfkqNCy13l .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vfkqNCy13l .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vfkqNCy13l .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vfkqNCy13l .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfkqNCy13l .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vfkqNCy13l .item-date {
  color: #2f1d41;
}
.cid-vfkqNCy13l .item-address {
  color: #ffffff;
}
.cid-vfkqNCy13l .item-title {
  color: #ffffff;
}
.cid-vfkqNCy13l .item-text {
  color: #ffffff;
}
.cid-vfkn8woXKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkn8woXKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkn8woXKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkn8woXKe .items-wrapper {
  margin: 0 -10px;
}
.cid-vfkn8woXKe .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vfkn8woXKe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vfkn8woXKe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vfkn8woXKe .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfkn8woXKe .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vfkn8woXKe .item-date {
  color: #2f1d41;
}
.cid-vfkn8woXKe .item-address {
  color: #ffffff;
}
.cid-vfkn8woXKe .item-title {
  color: #ffffff;
}
.cid-vfkn8woXKe .item-text {
  color: #ffffff;
}
.cid-vfkn90Bmrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkn90Bmrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkn90Bmrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkn90Bmrk .items-wrapper {
  margin: 0 -10px;
}
.cid-vfkn90Bmrk .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vfkn90Bmrk .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vfkn90Bmrk .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vfkn90Bmrk .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vfkn90Bmrk .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vfkn90Bmrk .item-date {
  color: #2f1d41;
}
.cid-vfkn90Bmrk .item-address {
  color: #ffffff;
}
.cid-vfkn90Bmrk .item-title {
  color: #ffffff;
}
.cid-vfkn90Bmrk .item-text {
  color: #ffffff;
}
.cid-va62CVN6bT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-va62CVN6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-va62CVN6bT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va62CVN6bT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:hover::before,
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-va62CVN6bT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-va62CVN6bT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-va62CVN6bT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-va62CVN6bT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-va62CVN6bT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-va62CVN6bT .list {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-section-title {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-text {
  color: #ffffff;
}
.cid-va62CVN6bT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfif8nfY8d .navbar-dropdown {
  position: relative !important;
}
.cid-vfif8nfY8d .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfif8nfY8d .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfif8nfY8d .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfif8nfY8d .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-vfif8nfY8d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfif8nfY8d .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfif8nfY8d .dropdown-item:hover,
.cid-vfif8nfY8d .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfif8nfY8d .dropdown-item:hover span {
  color: white;
}
.cid-vfif8nfY8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfif8nfY8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfif8nfY8d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfif8nfY8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfif8nfY8d .nav-link {
  position: relative;
}
.cid-vfif8nfY8d .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfif8nfY8d .container {
    flex-wrap: nowrap;
  }
}
.cid-vfif8nfY8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfif8nfY8d .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfif8nfY8d .dropdown-menu,
.cid-vfif8nfY8d .navbar.opened {
  background: #ffffff !important;
}
.cid-vfif8nfY8d .nav-item:focus,
.cid-vfif8nfY8d .nav-link:focus {
  outline: none;
}
.cid-vfif8nfY8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfif8nfY8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfif8nfY8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfif8nfY8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfif8nfY8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfif8nfY8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfif8nfY8d .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfif8nfY8d .navbar.opened {
  transition: all 0.3s;
}
.cid-vfif8nfY8d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfif8nfY8d .navbar .navbar-logo img {
  width: auto;
}
.cid-vfif8nfY8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfif8nfY8d .navbar.collapsed {
  justify-content: center;
}
.cid-vfif8nfY8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfif8nfY8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfif8nfY8d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfif8nfY8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfif8nfY8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfif8nfY8d .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-vfif8nfY8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfif8nfY8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfif8nfY8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfif8nfY8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfif8nfY8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfif8nfY8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfif8nfY8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfif8nfY8d .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-vfif8nfY8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfif8nfY8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfif8nfY8d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfif8nfY8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfif8nfY8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfif8nfY8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfif8nfY8d .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfif8nfY8d .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfif8nfY8d .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfif8nfY8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfif8nfY8d .navbar-brand .navbar-caption:hover,
.cid-vfif8nfY8d .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfif8nfY8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfif8nfY8d .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfif8nfY8d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfif8nfY8d .dropdown-item.active,
.cid-vfif8nfY8d .dropdown-item:active {
  background-color: transparent;
}
.cid-vfif8nfY8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfif8nfY8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfif8nfY8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfif8nfY8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8nfY8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfif8nfY8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfif8nfY8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfif8nfY8d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfif8nfY8d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfif8nfY8d .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfif8nfY8d .navbar-buttons {
    text-align: left;
  }
}
.cid-vfif8nfY8d .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfif8nfY8d .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfif8nfY8d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfif8nfY8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfif8nfY8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfif8nfY8d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfif8nfY8d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfif8nfY8d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfif8nfY8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfif8nfY8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfif8nfY8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfif8nfY8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfif8nfY8d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfif8nfY8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfif8nfY8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfif8nfY8d .navbar {
    height: 70px;
  }
  .cid-vfif8nfY8d .navbar.opened {
    height: auto;
  }
  .cid-vfif8nfY8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfif8nfY8d .navbar-nav {
  margin: 0;
}
.cid-vfif8nfY8d .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfif8nfY8d .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfif8nfY8d .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfif8nfY8d .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfif8nfY8d .nav-item .nav-link:hover,
.cid-vfif8nfY8d .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfif8nfY8d .nav-item .nav-link:hover::after,
.cid-vfif8nfY8d .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfif8nfY8d .nav-item .nav-link:hover::before,
.cid-vfif8nfY8d .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfif8nfY8d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfif8nfY8d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfif8nfY8d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfif8nfY8d .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfif8nfY8d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfif8nfY8d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfif8nfY8d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfif8nfY8d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfif8nfY8d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfif8nfY8d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfif8nfY8d .content-wrap {
  min-height: 110px;
}
.cid-vfif8o12zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfif8o12zB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfif8o12zB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfif8o12zB .card {
  justify-content: center;
}
.cid-vfif8o12zB .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfif8o12zB .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfif8o12zB .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfif8o12zB .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfif8o12zB .image-wrapper img {
    height: 300px;
  }
}
.cid-vfif8o12zB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8o12zB .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfif8o12zB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8o12zB .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfif8o12zB .mbr-section-title {
  color: #000000;
}
.cid-vfif8o12zB .mbr-text {
  color: #000000;
}
.cid-vfif8oKfIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfif8oKfIt .mbr-section-text {
  color: #464646;
}
.cid-vfif8oWRxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfif8oWRxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfif8oWRxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfif8oWRxf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfif8oWRxf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8oWRxf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfif8oWRxf .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfif8oWRxf .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfif8oWRxf .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8oWRxf .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfif8oWRxf .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfif8oWRxf .mbr-label {
  color: #ffffff;
}
.cid-vfif8oWRxf .mbr-section-title {
  color: #ffffff;
}
.cid-vfif8oWRxf label {
  color: #ffffff;
}
.cid-vfif8pf7nN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfif8pf7nN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfif8pf7nN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfif8pf7nN .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfif8pf7nN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfif8pf7nN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfif8pf7nN .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfif8pf7nN .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfif8pf7nN .nav-wrapper .list .item-wrap:hover::before,
.cid-vfif8pf7nN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfif8pf7nN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfif8pf7nN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfif8pf7nN .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfif8pf7nN .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfif8pf7nN .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfif8pf7nN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfif8pf7nN .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfif8pf7nN .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfif8pf7nN .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfif8pf7nN .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfif8pf7nN .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8pf7nN .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfif8pf7nN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfif8pf7nN .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfif8pf7nN .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfif8pf7nN .list {
  color: #ffffff;
}
.cid-vfif8pf7nN .mbr-section-title {
  color: #ffffff;
}
.cid-vfif8pf7nN .mbr-text {
  color: #ffffff;
}
.cid-vfif8pf7nN .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfij27vqyo .navbar-dropdown {
  position: relative !important;
}
.cid-vfij27vqyo .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfij27vqyo .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfij27vqyo .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfij27vqyo .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-vfij27vqyo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfij27vqyo .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfij27vqyo .dropdown-item:hover,
.cid-vfij27vqyo .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfij27vqyo .dropdown-item:hover span {
  color: white;
}
.cid-vfij27vqyo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfij27vqyo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfij27vqyo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfij27vqyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfij27vqyo .nav-link {
  position: relative;
}
.cid-vfij27vqyo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfij27vqyo .container {
    flex-wrap: nowrap;
  }
}
.cid-vfij27vqyo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfij27vqyo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfij27vqyo .dropdown-menu,
.cid-vfij27vqyo .navbar.opened {
  background: #ffffff !important;
}
.cid-vfij27vqyo .nav-item:focus,
.cid-vfij27vqyo .nav-link:focus {
  outline: none;
}
.cid-vfij27vqyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfij27vqyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfij27vqyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfij27vqyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfij27vqyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfij27vqyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfij27vqyo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfij27vqyo .navbar.opened {
  transition: all 0.3s;
}
.cid-vfij27vqyo .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfij27vqyo .navbar .navbar-logo img {
  width: auto;
}
.cid-vfij27vqyo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfij27vqyo .navbar.collapsed {
  justify-content: center;
}
.cid-vfij27vqyo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfij27vqyo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfij27vqyo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfij27vqyo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfij27vqyo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfij27vqyo .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-vfij27vqyo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfij27vqyo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfij27vqyo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfij27vqyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfij27vqyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfij27vqyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfij27vqyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfij27vqyo .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-vfij27vqyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfij27vqyo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfij27vqyo .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfij27vqyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfij27vqyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfij27vqyo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfij27vqyo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfij27vqyo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfij27vqyo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfij27vqyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfij27vqyo .navbar-brand .navbar-caption:hover,
.cid-vfij27vqyo .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfij27vqyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfij27vqyo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfij27vqyo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfij27vqyo .dropdown-item.active,
.cid-vfij27vqyo .dropdown-item:active {
  background-color: transparent;
}
.cid-vfij27vqyo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfij27vqyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfij27vqyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfij27vqyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfij27vqyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfij27vqyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfij27vqyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfij27vqyo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfij27vqyo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfij27vqyo .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfij27vqyo .navbar-buttons {
    text-align: left;
  }
}
.cid-vfij27vqyo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfij27vqyo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfij27vqyo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfij27vqyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfij27vqyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfij27vqyo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfij27vqyo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfij27vqyo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfij27vqyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfij27vqyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfij27vqyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfij27vqyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfij27vqyo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfij27vqyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfij27vqyo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfij27vqyo .navbar {
    height: 70px;
  }
  .cid-vfij27vqyo .navbar.opened {
    height: auto;
  }
  .cid-vfij27vqyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfij27vqyo .navbar-nav {
  margin: 0;
}
.cid-vfij27vqyo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfij27vqyo .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfij27vqyo .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfij27vqyo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfij27vqyo .nav-item .nav-link:hover,
.cid-vfij27vqyo .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfij27vqyo .nav-item .nav-link:hover::after,
.cid-vfij27vqyo .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfij27vqyo .nav-item .nav-link:hover::before,
.cid-vfij27vqyo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfij27vqyo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfij27vqyo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfij27vqyo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfij27vqyo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfij27vqyo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfij27vqyo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfij27vqyo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfij27vqyo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfij27vqyo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfij27vqyo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfij27vqyo .content-wrap {
  min-height: 110px;
}
.cid-vfij28dkbU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfij28dkbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfij28dkbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfij28dkbU .card {
  justify-content: center;
}
.cid-vfij28dkbU .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfij28dkbU .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfij28dkbU .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfij28dkbU .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfij28dkbU .image-wrapper img {
    height: 300px;
  }
}
.cid-vfij28dkbU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28dkbU .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfij28dkbU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28dkbU .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfij28dkbU .mbr-section-title {
  color: #000000;
}
.cid-vfij28dkbU .mbr-text {
  color: #000000;
}
.cid-vfikOsyFbI .vertical-gallery {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.cid-vfikOsyFbI .vertical-gallery .portrait-item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 0.5625;
  overflow: hidden;
  border-radius: 0;
}
.cid-vfikOsyFbI .vertical-gallery .portrait-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.cid-vfikaCdXCY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfikaCdXCY .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vfikaCdXCY .mbr-text {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.8;
}
.cid-vfij28wTYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfij28wTYy .mbr-section-text {
  color: #464646;
}
.cid-vfij28Fbfg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfij28Fbfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfij28Fbfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfij28Fbfg .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfij28Fbfg .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28Fbfg .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfij28Fbfg .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfij28Fbfg .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfij28Fbfg .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28Fbfg .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfij28Fbfg .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfij28Fbfg .mbr-label {
  color: #ffffff;
}
.cid-vfij28Fbfg .mbr-section-title {
  color: #ffffff;
}
.cid-vfij28Fbfg label {
  color: #ffffff;
}
.cid-vfij28Qdc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfij28Qdc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfij28Qdc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfij28Qdc4 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfij28Qdc4 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfij28Qdc4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfij28Qdc4 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfij28Qdc4 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfij28Qdc4 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfij28Qdc4 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfij28Qdc4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfij28Qdc4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfij28Qdc4 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfij28Qdc4 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfij28Qdc4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfij28Qdc4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfij28Qdc4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfij28Qdc4 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfij28Qdc4 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfij28Qdc4 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfij28Qdc4 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28Qdc4 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfij28Qdc4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfij28Qdc4 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfij28Qdc4 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfij28Qdc4 .list {
  color: #ffffff;
}
.cid-vfij28Qdc4 .mbr-section-title {
  color: #ffffff;
}
.cid-vfij28Qdc4 .mbr-text {
  color: #ffffff;
}
.cid-vfij28Qdc4 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfiuCR8cNt .navbar-dropdown {
  position: relative !important;
}
.cid-vfiuCR8cNt .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfiuCR8cNt .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfiuCR8cNt .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfiuCR8cNt .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-vfiuCR8cNt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfiuCR8cNt .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfiuCR8cNt .dropdown-item:hover,
.cid-vfiuCR8cNt .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfiuCR8cNt .dropdown-item:hover span {
  color: white;
}
.cid-vfiuCR8cNt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfiuCR8cNt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfiuCR8cNt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfiuCR8cNt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfiuCR8cNt .nav-link {
  position: relative;
}
.cid-vfiuCR8cNt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfiuCR8cNt .container {
    flex-wrap: nowrap;
  }
}
.cid-vfiuCR8cNt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfiuCR8cNt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfiuCR8cNt .dropdown-menu,
.cid-vfiuCR8cNt .navbar.opened {
  background: #ffffff !important;
}
.cid-vfiuCR8cNt .nav-item:focus,
.cid-vfiuCR8cNt .nav-link:focus {
  outline: none;
}
.cid-vfiuCR8cNt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfiuCR8cNt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfiuCR8cNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfiuCR8cNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfiuCR8cNt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfiuCR8cNt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfiuCR8cNt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfiuCR8cNt .navbar.opened {
  transition: all 0.3s;
}
.cid-vfiuCR8cNt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfiuCR8cNt .navbar .navbar-logo img {
  width: auto;
}
.cid-vfiuCR8cNt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfiuCR8cNt .navbar.collapsed {
  justify-content: center;
}
.cid-vfiuCR8cNt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfiuCR8cNt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfiuCR8cNt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfiuCR8cNt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfiuCR8cNt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfiuCR8cNt .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-vfiuCR8cNt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfiuCR8cNt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfiuCR8cNt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfiuCR8cNt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfiuCR8cNt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfiuCR8cNt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfiuCR8cNt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfiuCR8cNt .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-vfiuCR8cNt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfiuCR8cNt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfiuCR8cNt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfiuCR8cNt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfiuCR8cNt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfiuCR8cNt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfiuCR8cNt .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfiuCR8cNt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfiuCR8cNt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfiuCR8cNt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfiuCR8cNt .navbar-brand .navbar-caption:hover,
.cid-vfiuCR8cNt .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfiuCR8cNt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfiuCR8cNt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfiuCR8cNt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfiuCR8cNt .dropdown-item.active,
.cid-vfiuCR8cNt .dropdown-item:active {
  background-color: transparent;
}
.cid-vfiuCR8cNt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfiuCR8cNt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfiuCR8cNt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfiuCR8cNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfiuCR8cNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfiuCR8cNt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfiuCR8cNt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfiuCR8cNt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfiuCR8cNt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfiuCR8cNt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfiuCR8cNt .navbar-buttons {
    text-align: left;
  }
}
.cid-vfiuCR8cNt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfiuCR8cNt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfiuCR8cNt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfiuCR8cNt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfiuCR8cNt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfiuCR8cNt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfiuCR8cNt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfiuCR8cNt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfiuCR8cNt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfiuCR8cNt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfiuCR8cNt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfiuCR8cNt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfiuCR8cNt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfiuCR8cNt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfiuCR8cNt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfiuCR8cNt .navbar {
    height: 70px;
  }
  .cid-vfiuCR8cNt .navbar.opened {
    height: auto;
  }
  .cid-vfiuCR8cNt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfiuCR8cNt .navbar-nav {
  margin: 0;
}
.cid-vfiuCR8cNt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfiuCR8cNt .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfiuCR8cNt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfiuCR8cNt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfiuCR8cNt .nav-item .nav-link:hover,
.cid-vfiuCR8cNt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfiuCR8cNt .nav-item .nav-link:hover::after,
.cid-vfiuCR8cNt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfiuCR8cNt .nav-item .nav-link:hover::before,
.cid-vfiuCR8cNt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfiuCR8cNt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfiuCR8cNt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfiuCR8cNt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfiuCR8cNt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfiuCR8cNt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfiuCR8cNt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfiuCR8cNt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfiuCR8cNt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfiuCR8cNt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfiuCR8cNt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfiuCR8cNt .content-wrap {
  min-height: 110px;
}
.cid-vfjOyrw00p {
  background-color: #121212;
}
.cid-vfjOyrw00p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjOyrw00p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjOyrw00p .row {
  margin: 0 -20px;
}
@media (max-width: 992px) {
  .cid-vfjOyrw00p .row {
    margin: 0;
  }
}
.cid-vfjOyrw00p .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfjOyrw00p .row .card {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vfjOyrw00p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfjOyrw00p .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vfjOyrw00p .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.cid-vfjOyrw00p .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-vfjOyrw00p .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfjOyrw00p .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vfjOyrw00p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfjOyrw00p .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfjOyrw00p .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfjOyrw00p .image-wrapper {
  padding: 24px;
  background-color: #2b2b2b;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfjOyrw00p .image-wrapper {
    padding: 12px;
  }
}
.cid-vfjOyrw00p .image-wrapper img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfjOyrw00p .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vfjOyrw00p .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vfjOyrw00p .image-wrapper img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjOyrw00p .mbr-section-title {
  color: #ffffff;
}
.cid-vfjOyrw00p .mbr-label {
  color: #000000;
}
.cid-vfjOyrw00p .mbr-text {
  color: #ffffff;
}
.cid-vfjPforawg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/og-1485420ready-2000x3000.jpg?v=1WanAJ");
}
.cid-vfjPforawg .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-vfjPforawg .mbr-text {
  width: 100%;
  height: auto;
}
.cid-vfjPforawg .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-vfjPforawg .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfjPforawg .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-vfjPforawg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjPforawg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfjQ77OXYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjQ77OXYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjQ77OXYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjQ77OXYW .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjQ77OXYW .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .cid-vfjQ77OXYW .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjQ77OXYW .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfjQ77OXYW .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjQ77OXYW .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjQ77OXYW .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjQ77OXYW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjQ77OXYW .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjQ77OXYW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjQ77OXYW .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjQ77OXYW .mbr-section-title {
  color: #000000;
}
.cid-vfjQ77OXYW .mbr-text {
  color: #f2f2f2;
}
.cid-vfjQ77OXYW .mbr-section-title,
.cid-vfjQ77OXYW .mbr-section-btn,
.cid-vfjQ77OXYW .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjQEtVgEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjQEtVgEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjQEtVgEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjQEtVgEd .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjQEtVgEd .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vfjQEtVgEd .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjQEtVgEd .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vfjQEtVgEd .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjQEtVgEd .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfjQEtVgEd .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjQEtVgEd .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjQEtVgEd .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjQEtVgEd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjQEtVgEd .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjQEtVgEd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjQEtVgEd .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjQEtVgEd .mbr-section-title {
  color: #000000;
}
.cid-vfjQEtVgEd .mbr-text {
  color: #f2f2f2;
}
.cid-vfjQEtVgEd .mbr-section-title,
.cid-vfjQEtVgEd .mbr-section-btn,
.cid-vfjQEtVgEd .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjS7MRNWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjS7MRNWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjS7MRNWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjS7MRNWS .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjS7MRNWS .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .cid-vfjS7MRNWS .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjS7MRNWS .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfjS7MRNWS .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjS7MRNWS .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjS7MRNWS .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjS7MRNWS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjS7MRNWS .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjS7MRNWS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjS7MRNWS .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjS7MRNWS .mbr-section-title {
  color: #000000;
}
.cid-vfjS7MRNWS .mbr-text {
  color: #f2f2f2;
}
.cid-vfjS7MRNWS .mbr-section-title,
.cid-vfjS7MRNWS .mbr-section-btn,
.cid-vfjS7MRNWS .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjSuSf8qw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjSuSf8qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjSuSf8qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjSuSf8qw .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSuSf8qw .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vfjSuSf8qw .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjSuSf8qw .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vfjSuSf8qw .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjSuSf8qw .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfjSuSf8qw .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjSuSf8qw .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjSuSf8qw .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSuSf8qw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSuSf8qw .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjSuSf8qw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSuSf8qw .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjSuSf8qw .mbr-section-title {
  color: #000000;
}
.cid-vfjSuSf8qw .mbr-text {
  color: #f2f2f2;
}
.cid-vfjSuSf8qw .mbr-section-title,
.cid-vfjSuSf8qw .mbr-section-btn,
.cid-vfjSuSf8qw .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjSLFLuDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjSLFLuDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjSLFLuDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjSLFLuDW .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSLFLuDW .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .cid-vfjSLFLuDW .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjSLFLuDW .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfjSLFLuDW .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjSLFLuDW .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjSLFLuDW .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSLFLuDW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSLFLuDW .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjSLFLuDW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSLFLuDW .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjSLFLuDW .mbr-section-title {
  color: #000000;
}
.cid-vfjSLFLuDW .mbr-text {
  color: #f2f2f2;
}
.cid-vfjSLFLuDW .mbr-section-title,
.cid-vfjSLFLuDW .mbr-section-btn,
.cid-vfjSLFLuDW .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjSWOP1yL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjSWOP1yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjSWOP1yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjSWOP1yL .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSWOP1yL .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vfjSWOP1yL .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjSWOP1yL .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vfjSWOP1yL .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjSWOP1yL .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfjSWOP1yL .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjSWOP1yL .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjSWOP1yL .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjSWOP1yL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSWOP1yL .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjSWOP1yL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjSWOP1yL .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjSWOP1yL .mbr-section-title {
  color: #000000;
}
.cid-vfjSWOP1yL .mbr-text {
  color: #f2f2f2;
}
.cid-vfjSWOP1yL .mbr-section-title,
.cid-vfjSWOP1yL .mbr-section-btn,
.cid-vfjSWOP1yL .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjTaqfVLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjTaqfVLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjTaqfVLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjTaqfVLl .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTaqfVLl .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .cid-vfjTaqfVLl .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTaqfVLl .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfjTaqfVLl .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjTaqfVLl .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjTaqfVLl .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTaqfVLl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTaqfVLl .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjTaqfVLl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTaqfVLl .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjTaqfVLl .mbr-section-title {
  color: #000000;
}
.cid-vfjTaqfVLl .mbr-text {
  color: #f2f2f2;
}
.cid-vfjTaqfVLl .mbr-section-title,
.cid-vfjTaqfVLl .mbr-section-btn,
.cid-vfjTaqfVLl .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjTm4SN03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjTm4SN03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjTm4SN03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjTm4SN03 .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTm4SN03 .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vfjTm4SN03 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTm4SN03 .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vfjTm4SN03 .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTm4SN03 .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfjTm4SN03 .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjTm4SN03 .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjTm4SN03 .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTm4SN03 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTm4SN03 .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjTm4SN03 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTm4SN03 .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjTm4SN03 .mbr-section-title {
  color: #000000;
}
.cid-vfjTm4SN03 .mbr-text {
  color: #f2f2f2;
}
.cid-vfjTm4SN03 .mbr-section-title,
.cid-vfjTm4SN03 .mbr-section-btn,
.cid-vfjTm4SN03 .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjTBjN2TV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjTBjN2TV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjTBjN2TV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjTBjN2TV .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTBjN2TV .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .cid-vfjTBjN2TV .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTBjN2TV .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-vfjTBjN2TV .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjTBjN2TV .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjTBjN2TV .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTBjN2TV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTBjN2TV .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjTBjN2TV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTBjN2TV .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjTBjN2TV .mbr-section-title {
  color: #000000;
}
.cid-vfjTBjN2TV .mbr-text {
  color: #f2f2f2;
}
.cid-vfjTBjN2TV .mbr-section-title,
.cid-vfjTBjN2TV .mbr-section-btn,
.cid-vfjTBjN2TV .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjTTUdCnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-vfjTTUdCnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjTTUdCnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-vfjTTUdCnK .card {
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTTUdCnK .image-wrapper {
  padding-right: 80px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vfjTTUdCnK .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTTUdCnK .image-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-vfjTTUdCnK .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfjTTUdCnK .image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfjTTUdCnK .image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vfjTTUdCnK .image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
.cid-vfjTTUdCnK .content-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.cid-vfjTTUdCnK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTTUdCnK .content-wrapper .mbr-section-title {
    width: 100%;
    max-width: 100%;
    word-break: break-word;
  }
}
.cid-vfjTTUdCnK .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfjTTUdCnK .content-wrapper .mbr-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    word-break: break-word;
  }
}
.cid-vfjTTUdCnK .mbr-section-title {
  color: #000000;
}
.cid-vfjTTUdCnK .mbr-text {
  color: #f2f2f2;
}
.cid-vfjTTUdCnK .mbr-section-title,
.cid-vfjTTUdCnK .mbr-section-btn,
.cid-vfjTTUdCnK .title-wrapper {
  color: #f2f2f2;
}
.cid-vfjY3qCvQ0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfjY3qCvQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjY3qCvQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfjY3qCvQ0 .content-wrapper {
  padding: 46px 24px;
  border: 1px solid #7541e5;
}
@media (max-width: 992px) {
  .cid-vfjY3qCvQ0 .content-wrapper {
    padding: 24px 14px 14px;
  }
}
.cid-vfjY3qCvQ0 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-vfjY3qCvQ0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfjY3qCvQ0 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-vfjY3qCvQ0 .box .mbr-media {
    height: 350px;
  }
}
.cid-vfjY3qCvQ0 .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-vfjY3qCvQ0 .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vfjY3qCvQ0 .box .mbr-media .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfjY3qCvQ0 .box .mbr-media .mbr-iconfont {
    font-size: 42px;
    margin-left: 10px;
  }
}
.cid-vfjY3qCvQ0 .mbr-media {
  position: relative;
}
.cid-vfjY3qCvQ0 .mbr-media img {
  object-fit: cover;
}
.cid-vfjY3qCvQ0 a:hover {
  background-image: none !important;
}
.cid-vfjY3qCvQ0 .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background: #7541e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vfjY3qCvQ0 .icon-wrapper {
    height: 80px !important;
    width: 80px !important;
  }
}
.cid-vfjY3qCvQ0 .icon-wrapper:hover,
.cid-vfjY3qCvQ0 .icon-wrapper:focus {
  background-color: #ffffff;
}
.cid-vfjY3qCvQ0 .icon-wrapper:hover .mbr-iconfont,
.cid-vfjY3qCvQ0 .icon-wrapper:focus .mbr-iconfont {
  color: #7541e5;
}
.cid-vfjY3qCvQ0 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vfjY3qCvQ0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vfjY3qCvQ0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vfjY3qCvQ0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vfjY3qCvQ0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-vfjY3qCvQ0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfjY3qCvQ0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfjXQrGESM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfjXQrGESM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjXQrGESM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfjXQrGESM .image_1 {
  height: 100%;
}
.cid-vfjXQrGESM .image_1 img {
  position: sticky;
  top: 0;
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfjXQrGESM .image_1 img {
    height: 300px;
  }
}
.cid-vfjXQrGESM .image-wrapper {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vfjXQrGESM .image-wrapper {
    padding-bottom: 0;
  }
}
.cid-vfjXQrGESM .image-wrapper .main-image img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfjXQrGESM .image-wrapper .main-image img {
    height: 300px;
  }
}
.cid-vfjXQrGESM .image-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: -30%;
  height: 440px;
  width: 440px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfjXQrGESM .image-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-vfk8qPZg4v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vfk8qPZg4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfk8qPZg4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfk8qPZg4v .text-wrap {
  width: 100%;
}
.cid-vfk8qPZg4v .mbr-title {
  margin-bottom: 0;
  color: #e9eaed;
}
.cid-vfk8qPZg4v .mbr-text {
  padding-top: 10px;
  color: #e9eaed;
}
.cid-vfk8qPZg4v .list-wrap {
  margin-top: 52px;
}
.cid-vfk8qPZg4v .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-vfk8qPZg4v .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-vfk8qPZg4v .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-vfk8qPZg4v .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-vfiuCSqZCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfiuCSqZCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiuCSqZCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfiuCSqZCb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfiuCSqZCb .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfiuCSqZCb .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfiuCSqZCb .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfiuCSqZCb .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfiuCSqZCb .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfiuCSqZCb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfiuCSqZCb .mbr-label {
  color: #ffffff;
}
.cid-vfiuCSqZCb .mbr-section-title {
  color: #ffffff;
}
.cid-vfiuCSqZCb label {
  color: #ffffff;
}
.cid-vfiuCSGaZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfiuCSGaZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiuCSGaZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiuCSGaZD .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfiuCSGaZD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfiuCSGaZD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfiuCSGaZD .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfiuCSGaZD .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfiuCSGaZD .nav-wrapper .list .item-wrap:hover::before,
.cid-vfiuCSGaZD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfiuCSGaZD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfiuCSGaZD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfiuCSGaZD .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfiuCSGaZD .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfiuCSGaZD .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfiuCSGaZD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfiuCSGaZD .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfiuCSGaZD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfiuCSGaZD .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfiuCSGaZD .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfiuCSGaZD .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfiuCSGaZD .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfiuCSGaZD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfiuCSGaZD .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfiuCSGaZD .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfiuCSGaZD .list {
  color: #ffffff;
}
.cid-vfiuCSGaZD .mbr-section-title {
  color: #ffffff;
}
.cid-vfiuCSGaZD .mbr-text {
  color: #ffffff;
}
.cid-vfiuCSGaZD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfkr4ab09v .navbar-dropdown {
  position: relative !important;
}
.cid-vfkr4ab09v .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfkr4ab09v .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfkr4ab09v .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfkr4ab09v .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-vfkr4ab09v .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfkr4ab09v .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfkr4ab09v .dropdown-item:hover,
.cid-vfkr4ab09v .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfkr4ab09v .dropdown-item:hover span {
  color: white;
}
.cid-vfkr4ab09v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkr4ab09v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkr4ab09v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkr4ab09v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkr4ab09v .nav-link {
  position: relative;
}
.cid-vfkr4ab09v .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfkr4ab09v .container {
    flex-wrap: nowrap;
  }
}
.cid-vfkr4ab09v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfkr4ab09v .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfkr4ab09v .dropdown-menu,
.cid-vfkr4ab09v .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkr4ab09v .nav-item:focus,
.cid-vfkr4ab09v .nav-link:focus {
  outline: none;
}
.cid-vfkr4ab09v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkr4ab09v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfkr4ab09v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkr4ab09v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkr4ab09v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkr4ab09v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkr4ab09v .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkr4ab09v .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkr4ab09v .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfkr4ab09v .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkr4ab09v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkr4ab09v .navbar.collapsed {
  justify-content: center;
}
.cid-vfkr4ab09v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkr4ab09v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkr4ab09v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfkr4ab09v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkr4ab09v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkr4ab09v .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-vfkr4ab09v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkr4ab09v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkr4ab09v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkr4ab09v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkr4ab09v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkr4ab09v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkr4ab09v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkr4ab09v .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-vfkr4ab09v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkr4ab09v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkr4ab09v .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfkr4ab09v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfkr4ab09v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkr4ab09v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkr4ab09v .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfkr4ab09v .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfkr4ab09v .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfkr4ab09v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfkr4ab09v .navbar-brand .navbar-caption:hover,
.cid-vfkr4ab09v .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkr4ab09v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkr4ab09v .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfkr4ab09v .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkr4ab09v .dropdown-item.active,
.cid-vfkr4ab09v .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkr4ab09v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkr4ab09v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkr4ab09v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkr4ab09v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4ab09v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfkr4ab09v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfkr4ab09v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkr4ab09v ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfkr4ab09v ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfkr4ab09v .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfkr4ab09v .navbar-buttons {
    text-align: left;
  }
}
.cid-vfkr4ab09v .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfkr4ab09v .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfkr4ab09v button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkr4ab09v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfkr4ab09v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfkr4ab09v button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkr4ab09v button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkr4ab09v button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfkr4ab09v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkr4ab09v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkr4ab09v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkr4ab09v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkr4ab09v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkr4ab09v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkr4ab09v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkr4ab09v .navbar {
    height: 70px;
  }
  .cid-vfkr4ab09v .navbar.opened {
    height: auto;
  }
  .cid-vfkr4ab09v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkr4ab09v .navbar-nav {
  margin: 0;
}
.cid-vfkr4ab09v .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfkr4ab09v .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfkr4ab09v .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfkr4ab09v .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfkr4ab09v .nav-item .nav-link:hover,
.cid-vfkr4ab09v .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfkr4ab09v .nav-item .nav-link:hover::after,
.cid-vfkr4ab09v .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfkr4ab09v .nav-item .nav-link:hover::before,
.cid-vfkr4ab09v .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfkr4ab09v .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfkr4ab09v .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfkr4ab09v .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfkr4ab09v .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfkr4ab09v .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfkr4ab09v .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfkr4ab09v .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfkr4ab09v .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfkr4ab09v .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfkr4ab09v .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfkr4ab09v .content-wrap {
  min-height: 110px;
}
.cid-vfkr4b8IkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkr4b8IkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkr4b8IkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkr4b8IkA .card {
  justify-content: center;
}
.cid-vfkr4b8IkA .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfkr4b8IkA .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfkr4b8IkA .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfkr4b8IkA .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkr4b8IkA .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkr4b8IkA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4b8IkA .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkr4b8IkA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4b8IkA .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfkr4b8IkA .mbr-section-title {
  color: #000000;
}
.cid-vfkr4b8IkA .mbr-text {
  color: #000000;
}
.cid-vfkraycZ8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfkraycZ8z .mbr-section-text {
  color: #464646;
}
.cid-vfkr4c0mtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkr4c0mtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkr4c0mtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkr4c0mtO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkr4c0mtO .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4c0mtO .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfkr4c0mtO .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkr4c0mtO .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4c0mtO .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfkr4c0mtO .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkr4c0mtO .mbr-label {
  color: #ffffff;
}
.cid-vfkr4c0mtO .mbr-section-title {
  color: #ffffff;
}
.cid-vfkr4c0mtO label {
  color: #ffffff;
}
.cid-vfkr4cylrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkr4cylrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkr4cylrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkr4cylrE .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfkr4cylrE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkr4cylrE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfkr4cylrE .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkr4cylrE .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfkr4cylrE .nav-wrapper .list .item-wrap:hover::before,
.cid-vfkr4cylrE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfkr4cylrE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkr4cylrE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkr4cylrE .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkr4cylrE .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfkr4cylrE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkr4cylrE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfkr4cylrE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfkr4cylrE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfkr4cylrE .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkr4cylrE .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfkr4cylrE .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4cylrE .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfkr4cylrE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkr4cylrE .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfkr4cylrE .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfkr4cylrE .list {
  color: #ffffff;
}
.cid-vfkr4cylrE .mbr-section-title {
  color: #ffffff;
}
.cid-vfkr4cylrE .mbr-text {
  color: #ffffff;
}
.cid-vfkr4cylrE .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfkshWMDjQ .navbar-dropdown {
  position: relative !important;
}
.cid-vfkshWMDjQ .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfkshWMDjQ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfkshWMDjQ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfkshWMDjQ .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-vfkshWMDjQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfkshWMDjQ .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfkshWMDjQ .dropdown-item:hover,
.cid-vfkshWMDjQ .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfkshWMDjQ .dropdown-item:hover span {
  color: white;
}
.cid-vfkshWMDjQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkshWMDjQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkshWMDjQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkshWMDjQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkshWMDjQ .nav-link {
  position: relative;
}
.cid-vfkshWMDjQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfkshWMDjQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vfkshWMDjQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfkshWMDjQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfkshWMDjQ .dropdown-menu,
.cid-vfkshWMDjQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkshWMDjQ .nav-item:focus,
.cid-vfkshWMDjQ .nav-link:focus {
  outline: none;
}
.cid-vfkshWMDjQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkshWMDjQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfkshWMDjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkshWMDjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkshWMDjQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkshWMDjQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkshWMDjQ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkshWMDjQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkshWMDjQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfkshWMDjQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkshWMDjQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkshWMDjQ .navbar.collapsed {
  justify-content: center;
}
.cid-vfkshWMDjQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkshWMDjQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkshWMDjQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfkshWMDjQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkshWMDjQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkshWMDjQ .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-vfkshWMDjQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkshWMDjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkshWMDjQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkshWMDjQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkshWMDjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkshWMDjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkshWMDjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkshWMDjQ .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-vfkshWMDjQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkshWMDjQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkshWMDjQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfkshWMDjQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfkshWMDjQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkshWMDjQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkshWMDjQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfkshWMDjQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfkshWMDjQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfkshWMDjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfkshWMDjQ .navbar-brand .navbar-caption:hover,
.cid-vfkshWMDjQ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkshWMDjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkshWMDjQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfkshWMDjQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkshWMDjQ .dropdown-item.active,
.cid-vfkshWMDjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkshWMDjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkshWMDjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkshWMDjQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkshWMDjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshWMDjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfkshWMDjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfkshWMDjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkshWMDjQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfkshWMDjQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfkshWMDjQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfkshWMDjQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vfkshWMDjQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfkshWMDjQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfkshWMDjQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkshWMDjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfkshWMDjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfkshWMDjQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkshWMDjQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkshWMDjQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfkshWMDjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkshWMDjQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkshWMDjQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkshWMDjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkshWMDjQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkshWMDjQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkshWMDjQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkshWMDjQ .navbar {
    height: 70px;
  }
  .cid-vfkshWMDjQ .navbar.opened {
    height: auto;
  }
  .cid-vfkshWMDjQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkshWMDjQ .navbar-nav {
  margin: 0;
}
.cid-vfkshWMDjQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfkshWMDjQ .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfkshWMDjQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfkshWMDjQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfkshWMDjQ .nav-item .nav-link:hover,
.cid-vfkshWMDjQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfkshWMDjQ .nav-item .nav-link:hover::after,
.cid-vfkshWMDjQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfkshWMDjQ .nav-item .nav-link:hover::before,
.cid-vfkshWMDjQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfkshWMDjQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfkshWMDjQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfkshWMDjQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfkshWMDjQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfkshWMDjQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfkshWMDjQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfkshWMDjQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfkshWMDjQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfkshWMDjQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfkshWMDjQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfkshWMDjQ .content-wrap {
  min-height: 110px;
}
.cid-vfkshXO10t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkshXO10t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkshXO10t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkshXO10t .card {
  justify-content: center;
}
.cid-vfkshXO10t .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfkshXO10t .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfkshXO10t .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfkshXO10t .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkshXO10t .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkshXO10t .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshXO10t .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkshXO10t .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshXO10t .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfkshXO10t .mbr-section-title {
  color: #000000;
}
.cid-vfkshXO10t .mbr-text {
  color: #000000;
}
.cid-vfkshY7m0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfkshY7m0s .mbr-section-text {
  color: #464646;
}
.cid-vfkshYnG2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkshYnG2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkshYnG2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkshYnG2U .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkshYnG2U .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshYnG2U .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfkshYnG2U .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkshYnG2U .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkshYnG2U .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshYnG2U .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfkshYnG2U .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkshYnG2U .mbr-label {
  color: #ffffff;
}
.cid-vfkshYnG2U .mbr-section-title {
  color: #ffffff;
}
.cid-vfkshYnG2U label {
  color: #ffffff;
}
.cid-vfkshYD7eT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkshYD7eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkshYD7eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkshYD7eT .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfkshYD7eT .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkshYD7eT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfkshYD7eT .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkshYD7eT .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfkshYD7eT .nav-wrapper .list .item-wrap:hover::before,
.cid-vfkshYD7eT .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfkshYD7eT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkshYD7eT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkshYD7eT .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkshYD7eT .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfkshYD7eT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkshYD7eT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfkshYD7eT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfkshYD7eT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfkshYD7eT .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkshYD7eT .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfkshYD7eT .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshYD7eT .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfkshYD7eT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkshYD7eT .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfkshYD7eT .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfkshYD7eT .list {
  color: #ffffff;
}
.cid-vfkshYD7eT .mbr-section-title {
  color: #ffffff;
}
.cid-vfkshYD7eT .mbr-text {
  color: #ffffff;
}
.cid-vfkshYD7eT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfkv8fFDmv .navbar-dropdown {
  position: relative !important;
}
.cid-vfkv8fFDmv .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfkv8fFDmv .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfkv8fFDmv .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfkv8fFDmv .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-vfkv8fFDmv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfkv8fFDmv .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfkv8fFDmv .dropdown-item:hover,
.cid-vfkv8fFDmv .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfkv8fFDmv .dropdown-item:hover span {
  color: white;
}
.cid-vfkv8fFDmv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkv8fFDmv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkv8fFDmv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkv8fFDmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkv8fFDmv .nav-link {
  position: relative;
}
.cid-vfkv8fFDmv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfkv8fFDmv .container {
    flex-wrap: nowrap;
  }
}
.cid-vfkv8fFDmv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfkv8fFDmv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfkv8fFDmv .dropdown-menu,
.cid-vfkv8fFDmv .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkv8fFDmv .nav-item:focus,
.cid-vfkv8fFDmv .nav-link:focus {
  outline: none;
}
.cid-vfkv8fFDmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkv8fFDmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfkv8fFDmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkv8fFDmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkv8fFDmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkv8fFDmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkv8fFDmv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkv8fFDmv .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkv8fFDmv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfkv8fFDmv .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkv8fFDmv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkv8fFDmv .navbar.collapsed {
  justify-content: center;
}
.cid-vfkv8fFDmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkv8fFDmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkv8fFDmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfkv8fFDmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkv8fFDmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkv8fFDmv .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-vfkv8fFDmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkv8fFDmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkv8fFDmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkv8fFDmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkv8fFDmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkv8fFDmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkv8fFDmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkv8fFDmv .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-vfkv8fFDmv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkv8fFDmv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkv8fFDmv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfkv8fFDmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfkv8fFDmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkv8fFDmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkv8fFDmv .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfkv8fFDmv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfkv8fFDmv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfkv8fFDmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfkv8fFDmv .navbar-brand .navbar-caption:hover,
.cid-vfkv8fFDmv .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkv8fFDmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkv8fFDmv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfkv8fFDmv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkv8fFDmv .dropdown-item.active,
.cid-vfkv8fFDmv .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkv8fFDmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkv8fFDmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkv8fFDmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkv8fFDmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8fFDmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfkv8fFDmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfkv8fFDmv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkv8fFDmv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfkv8fFDmv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfkv8fFDmv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfkv8fFDmv .navbar-buttons {
    text-align: left;
  }
}
.cid-vfkv8fFDmv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfkv8fFDmv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfkv8fFDmv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkv8fFDmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfkv8fFDmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfkv8fFDmv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkv8fFDmv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkv8fFDmv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfkv8fFDmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkv8fFDmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkv8fFDmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkv8fFDmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkv8fFDmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkv8fFDmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkv8fFDmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkv8fFDmv .navbar {
    height: 70px;
  }
  .cid-vfkv8fFDmv .navbar.opened {
    height: auto;
  }
  .cid-vfkv8fFDmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkv8fFDmv .navbar-nav {
  margin: 0;
}
.cid-vfkv8fFDmv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfkv8fFDmv .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfkv8fFDmv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfkv8fFDmv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfkv8fFDmv .nav-item .nav-link:hover,
.cid-vfkv8fFDmv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfkv8fFDmv .nav-item .nav-link:hover::after,
.cid-vfkv8fFDmv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfkv8fFDmv .nav-item .nav-link:hover::before,
.cid-vfkv8fFDmv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfkv8fFDmv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfkv8fFDmv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfkv8fFDmv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfkv8fFDmv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfkv8fFDmv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfkv8fFDmv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfkv8fFDmv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfkv8fFDmv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfkv8fFDmv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfkv8fFDmv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfkv8fFDmv .content-wrap {
  min-height: 110px;
}
.cid-vfkv8gDUNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkv8gDUNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkv8gDUNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkv8gDUNZ .card {
  justify-content: center;
}
.cid-vfkv8gDUNZ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfkv8gDUNZ .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfkv8gDUNZ .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfkv8gDUNZ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkv8gDUNZ .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkv8gDUNZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8gDUNZ .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkv8gDUNZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8gDUNZ .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfkv8gDUNZ .mbr-section-title {
  color: #000000;
}
.cid-vfkv8gDUNZ .mbr-text {
  color: #000000;
}
.cid-vfkv8gUyq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfkv8gUyq7 .mbr-section-text {
  color: #464646;
}
.cid-vfkv8h7qz6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkv8h7qz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkv8h7qz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkv8h7qz6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkv8h7qz6 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8h7qz6 .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfkv8h7qz6 .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkv8h7qz6 .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8h7qz6 .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfkv8h7qz6 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkv8h7qz6 .mbr-label {
  color: #ffffff;
}
.cid-vfkv8h7qz6 .mbr-section-title {
  color: #ffffff;
}
.cid-vfkv8h7qz6 label {
  color: #ffffff;
}
.cid-vfkv8hocT3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkv8hocT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkv8hocT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkv8hocT3 .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfkv8hocT3 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkv8hocT3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfkv8hocT3 .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkv8hocT3 .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfkv8hocT3 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfkv8hocT3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfkv8hocT3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkv8hocT3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkv8hocT3 .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkv8hocT3 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfkv8hocT3 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkv8hocT3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfkv8hocT3 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfkv8hocT3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfkv8hocT3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkv8hocT3 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfkv8hocT3 .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8hocT3 .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfkv8hocT3 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkv8hocT3 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfkv8hocT3 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfkv8hocT3 .list {
  color: #ffffff;
}
.cid-vfkv8hocT3 .mbr-section-title {
  color: #ffffff;
}
.cid-vfkv8hocT3 .mbr-text {
  color: #ffffff;
}
.cid-vfkv8hocT3 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfkwCb3MwH .navbar-dropdown {
  position: relative !important;
}
.cid-vfkwCb3MwH .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfkwCb3MwH .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfkwCb3MwH .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfkwCb3MwH .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-vfkwCb3MwH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfkwCb3MwH .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfkwCb3MwH .dropdown-item:hover,
.cid-vfkwCb3MwH .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfkwCb3MwH .dropdown-item:hover span {
  color: white;
}
.cid-vfkwCb3MwH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkwCb3MwH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkwCb3MwH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkwCb3MwH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkwCb3MwH .nav-link {
  position: relative;
}
.cid-vfkwCb3MwH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfkwCb3MwH .container {
    flex-wrap: nowrap;
  }
}
.cid-vfkwCb3MwH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfkwCb3MwH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfkwCb3MwH .dropdown-menu,
.cid-vfkwCb3MwH .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkwCb3MwH .nav-item:focus,
.cid-vfkwCb3MwH .nav-link:focus {
  outline: none;
}
.cid-vfkwCb3MwH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkwCb3MwH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfkwCb3MwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkwCb3MwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkwCb3MwH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkwCb3MwH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkwCb3MwH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkwCb3MwH .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkwCb3MwH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfkwCb3MwH .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkwCb3MwH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkwCb3MwH .navbar.collapsed {
  justify-content: center;
}
.cid-vfkwCb3MwH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkwCb3MwH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkwCb3MwH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfkwCb3MwH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkwCb3MwH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkwCb3MwH .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-vfkwCb3MwH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkwCb3MwH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkwCb3MwH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkwCb3MwH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkwCb3MwH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkwCb3MwH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkwCb3MwH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkwCb3MwH .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-vfkwCb3MwH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkwCb3MwH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkwCb3MwH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfkwCb3MwH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfkwCb3MwH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkwCb3MwH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkwCb3MwH .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfkwCb3MwH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfkwCb3MwH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfkwCb3MwH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfkwCb3MwH .navbar-brand .navbar-caption:hover,
.cid-vfkwCb3MwH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkwCb3MwH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkwCb3MwH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfkwCb3MwH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkwCb3MwH .dropdown-item.active,
.cid-vfkwCb3MwH .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkwCb3MwH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkwCb3MwH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkwCb3MwH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkwCb3MwH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCb3MwH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfkwCb3MwH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfkwCb3MwH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkwCb3MwH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfkwCb3MwH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfkwCb3MwH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfkwCb3MwH .navbar-buttons {
    text-align: left;
  }
}
.cid-vfkwCb3MwH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfkwCb3MwH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfkwCb3MwH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkwCb3MwH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfkwCb3MwH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfkwCb3MwH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkwCb3MwH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkwCb3MwH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfkwCb3MwH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkwCb3MwH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkwCb3MwH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkwCb3MwH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkwCb3MwH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkwCb3MwH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkwCb3MwH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkwCb3MwH .navbar {
    height: 70px;
  }
  .cid-vfkwCb3MwH .navbar.opened {
    height: auto;
  }
  .cid-vfkwCb3MwH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkwCb3MwH .navbar-nav {
  margin: 0;
}
.cid-vfkwCb3MwH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfkwCb3MwH .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfkwCb3MwH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfkwCb3MwH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfkwCb3MwH .nav-item .nav-link:hover,
.cid-vfkwCb3MwH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfkwCb3MwH .nav-item .nav-link:hover::after,
.cid-vfkwCb3MwH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfkwCb3MwH .nav-item .nav-link:hover::before,
.cid-vfkwCb3MwH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfkwCb3MwH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfkwCb3MwH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfkwCb3MwH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfkwCb3MwH .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfkwCb3MwH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfkwCb3MwH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfkwCb3MwH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfkwCb3MwH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfkwCb3MwH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfkwCb3MwH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfkwCb3MwH .content-wrap {
  min-height: 110px;
}
.cid-vfkwCcfalF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkwCcfalF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkwCcfalF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkwCcfalF .card {
  justify-content: center;
}
.cid-vfkwCcfalF .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfkwCcfalF .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfkwCcfalF .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfkwCcfalF .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkwCcfalF .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkwCcfalF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCcfalF .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkwCcfalF .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCcfalF .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfkwCcfalF .mbr-section-title {
  color: #000000;
}
.cid-vfkwCcfalF .mbr-text {
  color: #000000;
}
.cid-vfkwCcy9On {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfkwCcy9On .mbr-section-text {
  color: #464646;
}
.cid-vfkwCcJKhx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkwCcJKhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkwCcJKhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkwCcJKhx .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkwCcJKhx .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCcJKhx .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfkwCcJKhx .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkwCcJKhx .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCcJKhx .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfkwCcJKhx .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkwCcJKhx .mbr-label {
  color: #ffffff;
}
.cid-vfkwCcJKhx .mbr-section-title {
  color: #ffffff;
}
.cid-vfkwCcJKhx label {
  color: #ffffff;
}
.cid-vfkwCd2a1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkwCd2a1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkwCd2a1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkwCd2a1G .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfkwCd2a1G .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkwCd2a1G .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfkwCd2a1G .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkwCd2a1G .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfkwCd2a1G .nav-wrapper .list .item-wrap:hover::before,
.cid-vfkwCd2a1G .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfkwCd2a1G .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkwCd2a1G .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkwCd2a1G .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkwCd2a1G .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfkwCd2a1G .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkwCd2a1G .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfkwCd2a1G .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfkwCd2a1G .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfkwCd2a1G .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkwCd2a1G .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfkwCd2a1G .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCd2a1G .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfkwCd2a1G .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkwCd2a1G .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfkwCd2a1G .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfkwCd2a1G .list {
  color: #ffffff;
}
.cid-vfkwCd2a1G .mbr-section-title {
  color: #ffffff;
}
.cid-vfkwCd2a1G .mbr-text {
  color: #ffffff;
}
.cid-vfkwCd2a1G .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vfkCOSp2as .navbar-dropdown {
  position: relative !important;
}
.cid-vfkCOSp2as .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vfkCOSp2as .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vfkCOSp2as .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vfkCOSp2as .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-vfkCOSp2as .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfkCOSp2as .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vfkCOSp2as .dropdown-item:hover,
.cid-vfkCOSp2as .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vfkCOSp2as .dropdown-item:hover span {
  color: white;
}
.cid-vfkCOSp2as .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfkCOSp2as .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfkCOSp2as .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkCOSp2as .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkCOSp2as .nav-link {
  position: relative;
}
.cid-vfkCOSp2as .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfkCOSp2as .container {
    flex-wrap: nowrap;
  }
}
.cid-vfkCOSp2as .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfkCOSp2as .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfkCOSp2as .dropdown-menu,
.cid-vfkCOSp2as .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkCOSp2as .nav-item:focus,
.cid-vfkCOSp2as .nav-link:focus {
  outline: none;
}
.cid-vfkCOSp2as .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkCOSp2as .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfkCOSp2as .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkCOSp2as .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkCOSp2as .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfkCOSp2as .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfkCOSp2as .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkCOSp2as .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkCOSp2as .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfkCOSp2as .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkCOSp2as .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfkCOSp2as .navbar.collapsed {
  justify-content: center;
}
.cid-vfkCOSp2as .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfkCOSp2as .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfkCOSp2as .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vfkCOSp2as .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfkCOSp2as .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfkCOSp2as .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-vfkCOSp2as .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfkCOSp2as .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfkCOSp2as .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfkCOSp2as .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkCOSp2as .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkCOSp2as .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkCOSp2as .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkCOSp2as .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-vfkCOSp2as .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkCOSp2as .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkCOSp2as .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vfkCOSp2as .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfkCOSp2as .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkCOSp2as .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkCOSp2as .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfkCOSp2as .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfkCOSp2as .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfkCOSp2as .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfkCOSp2as .navbar-brand .navbar-caption:hover,
.cid-vfkCOSp2as .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkCOSp2as .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfkCOSp2as .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfkCOSp2as .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vfkCOSp2as .dropdown-item.active,
.cid-vfkCOSp2as .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkCOSp2as .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkCOSp2as .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkCOSp2as .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkCOSp2as .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOSp2as .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfkCOSp2as .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfkCOSp2as .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkCOSp2as ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfkCOSp2as ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfkCOSp2as .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfkCOSp2as .navbar-buttons {
    text-align: left;
  }
}
.cid-vfkCOSp2as .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vfkCOSp2as .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfkCOSp2as button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfkCOSp2as button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfkCOSp2as button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfkCOSp2as button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkCOSp2as button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfkCOSp2as button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfkCOSp2as nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkCOSp2as nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkCOSp2as nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkCOSp2as nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkCOSp2as .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfkCOSp2as a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkCOSp2as .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfkCOSp2as .navbar {
    height: 70px;
  }
  .cid-vfkCOSp2as .navbar.opened {
    height: auto;
  }
  .cid-vfkCOSp2as .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkCOSp2as .navbar-nav {
  margin: 0;
}
.cid-vfkCOSp2as .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfkCOSp2as .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vfkCOSp2as .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfkCOSp2as .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vfkCOSp2as .nav-item .nav-link:hover,
.cid-vfkCOSp2as .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vfkCOSp2as .nav-item .nav-link:hover::after,
.cid-vfkCOSp2as .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfkCOSp2as .nav-item .nav-link:hover::before,
.cid-vfkCOSp2as .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vfkCOSp2as .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfkCOSp2as .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfkCOSp2as .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfkCOSp2as .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfkCOSp2as .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfkCOSp2as .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfkCOSp2as .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfkCOSp2as .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfkCOSp2as .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfkCOSp2as .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfkCOSp2as .content-wrap {
  min-height: 110px;
}
.cid-vfkCOTkHVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkCOTkHVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkCOTkHVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkCOTkHVS .card {
  justify-content: center;
}
.cid-vfkCOTkHVS .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vfkCOTkHVS .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vfkCOTkHVS .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vfkCOTkHVS .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfkCOTkHVS .image-wrapper img {
    height: 300px;
  }
}
.cid-vfkCOTkHVS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOTkHVS .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkCOTkHVS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOTkHVS .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vfkCOTkHVS .mbr-section-title {
  color: #000000;
}
.cid-vfkCOTkHVS .mbr-text {
  color: #000000;
}
.cid-vfkCOTEdaB .vertical-gallery {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.cid-vfkCOTEdaB .vertical-gallery .portrait-item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 0.5625;
  overflow: hidden;
  border-radius: 0;
}
.cid-vfkCOTEdaB .vertical-gallery .portrait-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.cid-vfkCOTSJj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfkCOTSJj5 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vfkCOTSJj5 .mbr-text {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.8;
}
.cid-vfkCOU526Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vfkCOU526Y .mbr-section-text {
  color: #464646;
}
.cid-vfkCOUhiAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkCOUhiAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkCOUhiAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkCOUhiAX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkCOUhiAX .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOUhiAX .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vfkCOUhiAX .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkCOUhiAX .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOUhiAX .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vfkCOUhiAX .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfkCOUhiAX .mbr-label {
  color: #ffffff;
}
.cid-vfkCOUhiAX .mbr-section-title {
  color: #ffffff;
}
.cid-vfkCOUhiAX label {
  color: #ffffff;
}
.cid-vfkCOUxw2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfkCOUxw2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkCOUxw2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkCOUxw2C .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfkCOUxw2C .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkCOUxw2C .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfkCOUxw2C .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkCOUxw2C .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vfkCOUxw2C .nav-wrapper .list .item-wrap:hover::before,
.cid-vfkCOUxw2C .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vfkCOUxw2C .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkCOUxw2C .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfkCOUxw2C .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vfkCOUxw2C .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfkCOUxw2C .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfkCOUxw2C .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vfkCOUxw2C .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vfkCOUxw2C .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vfkCOUxw2C .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vfkCOUxw2C .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vfkCOUxw2C .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOUxw2C .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vfkCOUxw2C .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vfkCOUxw2C .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vfkCOUxw2C .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vfkCOUxw2C .list {
  color: #ffffff;
}
.cid-vfkCOUxw2C .mbr-section-title {
  color: #ffffff;
}
.cid-vfkCOUxw2C .mbr-text {
  color: #ffffff;
}
.cid-vfkCOUxw2C .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg3Fnvh8fl .navbar-dropdown {
  position: relative !important;
}
.cid-vg3Fnvh8fl .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg3Fnvh8fl .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg3Fnvh8fl .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg3Fnvh8fl .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-vg3Fnvh8fl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg3Fnvh8fl .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg3Fnvh8fl .dropdown-item:hover,
.cid-vg3Fnvh8fl .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg3Fnvh8fl .dropdown-item:hover span {
  color: white;
}
.cid-vg3Fnvh8fl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg3Fnvh8fl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg3Fnvh8fl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg3Fnvh8fl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg3Fnvh8fl .nav-link {
  position: relative;
}
.cid-vg3Fnvh8fl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg3Fnvh8fl .container {
    flex-wrap: nowrap;
  }
}
.cid-vg3Fnvh8fl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg3Fnvh8fl .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg3Fnvh8fl .dropdown-menu,
.cid-vg3Fnvh8fl .navbar.opened {
  background: #ffffff !important;
}
.cid-vg3Fnvh8fl .nav-item:focus,
.cid-vg3Fnvh8fl .nav-link:focus {
  outline: none;
}
.cid-vg3Fnvh8fl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg3Fnvh8fl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg3Fnvh8fl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg3Fnvh8fl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg3Fnvh8fl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg3Fnvh8fl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg3Fnvh8fl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3Fnvh8fl .navbar.opened {
  transition: all 0.3s;
}
.cid-vg3Fnvh8fl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg3Fnvh8fl .navbar .navbar-logo img {
  width: auto;
}
.cid-vg3Fnvh8fl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg3Fnvh8fl .navbar.collapsed {
  justify-content: center;
}
.cid-vg3Fnvh8fl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg3Fnvh8fl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg3Fnvh8fl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg3Fnvh8fl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg3Fnvh8fl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg3Fnvh8fl .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-vg3Fnvh8fl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg3Fnvh8fl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg3Fnvh8fl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg3Fnvh8fl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg3Fnvh8fl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg3Fnvh8fl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg3Fnvh8fl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg3Fnvh8fl .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-vg3Fnvh8fl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg3Fnvh8fl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg3Fnvh8fl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg3Fnvh8fl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg3Fnvh8fl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg3Fnvh8fl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg3Fnvh8fl .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg3Fnvh8fl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg3Fnvh8fl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg3Fnvh8fl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg3Fnvh8fl .navbar-brand .navbar-caption:hover,
.cid-vg3Fnvh8fl .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3Fnvh8fl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg3Fnvh8fl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg3Fnvh8fl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3Fnvh8fl .dropdown-item.active,
.cid-vg3Fnvh8fl .dropdown-item:active {
  background-color: transparent;
}
.cid-vg3Fnvh8fl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg3Fnvh8fl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg3Fnvh8fl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg3Fnvh8fl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg3Fnvh8fl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg3Fnvh8fl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg3Fnvh8fl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg3Fnvh8fl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg3Fnvh8fl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg3Fnvh8fl .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg3Fnvh8fl .navbar-buttons {
    text-align: left;
  }
}
.cid-vg3Fnvh8fl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg3Fnvh8fl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg3Fnvh8fl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3Fnvh8fl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg3Fnvh8fl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg3Fnvh8fl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3Fnvh8fl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3Fnvh8fl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg3Fnvh8fl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3Fnvh8fl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg3Fnvh8fl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg3Fnvh8fl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3Fnvh8fl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg3Fnvh8fl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg3Fnvh8fl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg3Fnvh8fl .navbar {
    height: 70px;
  }
  .cid-vg3Fnvh8fl .navbar.opened {
    height: auto;
  }
  .cid-vg3Fnvh8fl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg3Fnvh8fl .navbar-nav {
  margin: 0;
}
.cid-vg3Fnvh8fl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg3Fnvh8fl .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg3Fnvh8fl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg3Fnvh8fl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg3Fnvh8fl .nav-item .nav-link:hover,
.cid-vg3Fnvh8fl .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg3Fnvh8fl .nav-item .nav-link:hover::after,
.cid-vg3Fnvh8fl .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg3Fnvh8fl .nav-item .nav-link:hover::before,
.cid-vg3Fnvh8fl .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg3Fnvh8fl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg3Fnvh8fl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg3Fnvh8fl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg3Fnvh8fl .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg3Fnvh8fl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg3Fnvh8fl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg3Fnvh8fl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg3Fnvh8fl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg3Fnvh8fl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg3Fnvh8fl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg3Fnvh8fl .content-wrap {
  min-height: 110px;
}
.cid-vg3FnvWJYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3FnvWJYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3FnvWJYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3FnvWJYN .card {
  justify-content: center;
}
.cid-vg3FnvWJYN .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3FnvWJYN .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3FnvWJYN .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg3FnvWJYN .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vg3FnvWJYN .image-wrapper img {
    max-height: 300px;
  }
}
.cid-vg3FnvWJYN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnvWJYN .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3FnvWJYN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnvWJYN .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3FnvWJYN .mbr-section-title {
  color: #000000;
}
.cid-vg3FnvWJYN .mbr-text {
  color: #000000;
}
.cid-vg3GSUl3Ek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3GSUl3Ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3GSUl3Ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3GSUl3Ek .card {
  justify-content: center;
}
.cid-vg3GSUl3Ek .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3GSUl3Ek .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3GSUl3Ek .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-vg3GSUl3Ek .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3GSUl3Ek .image-wrapper {
    padding-left: 0;
  }
}
.cid-vg3GSUl3Ek .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vg3GSUl3Ek .image-wrapper img {
    max-height: 300px;
  }
}
.cid-vg3GSUl3Ek .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3GSUl3Ek .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3GSUl3Ek .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3GSUl3Ek .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3GSUl3Ek .mbr-section-title {
  color: #000000;
}
.cid-vg3GSUl3Ek .mbr-text {
  color: #000000;
}
.cid-vg3HlXREqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3HlXREqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3HlXREqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3HlXREqO .card {
  justify-content: center;
}
.cid-vg3HlXREqO .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3HlXREqO .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3HlXREqO .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg3HlXREqO .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vg3HlXREqO .image-wrapper img {
    max-height: 300px;
  }
}
.cid-vg3HlXREqO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3HlXREqO .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3HlXREqO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3HlXREqO .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3HlXREqO .mbr-section-title {
  color: #000000;
}
.cid-vg3HlXREqO .mbr-text {
  color: #000000;
}
.cid-vg3FnwfPxj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg3FnwfPxj .mbr-section-text {
  color: #464646;
}
.cid-vg3FnwnavA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3FnwnavA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3FnwnavA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg3FnwnavA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3FnwnavA .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnwnavA .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg3FnwnavA .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3FnwnavA .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3FnwnavA .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnwnavA .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg3FnwnavA .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg3FnwnavA .mbr-label {
  color: #ffffff;
}
.cid-vg3FnwnavA .mbr-section-title {
  color: #ffffff;
}
.cid-vg3FnwnavA label {
  color: #ffffff;
}
.cid-vg3FnwDpOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3FnwDpOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3FnwDpOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3FnwDpOY .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg3FnwDpOY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3FnwDpOY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg3FnwDpOY .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg3FnwDpOY .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg3FnwDpOY .nav-wrapper .list .item-wrap:hover::before,
.cid-vg3FnwDpOY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg3FnwDpOY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3FnwDpOY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3FnwDpOY .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3FnwDpOY .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg3FnwDpOY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg3FnwDpOY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg3FnwDpOY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg3FnwDpOY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg3FnwDpOY .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3FnwDpOY .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg3FnwDpOY .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnwDpOY .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg3FnwDpOY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3FnwDpOY .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg3FnwDpOY .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg3FnwDpOY .list {
  color: #ffffff;
}
.cid-vg3FnwDpOY .mbr-section-title {
  color: #ffffff;
}
.cid-vg3FnwDpOY .mbr-text {
  color: #ffffff;
}
.cid-vg3FnwDpOY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg3TU6pHKR .navbar-dropdown {
  position: relative !important;
}
.cid-vg3TU6pHKR .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg3TU6pHKR .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg3TU6pHKR .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg3TU6pHKR .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-vg3TU6pHKR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg3TU6pHKR .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg3TU6pHKR .dropdown-item:hover,
.cid-vg3TU6pHKR .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg3TU6pHKR .dropdown-item:hover span {
  color: white;
}
.cid-vg3TU6pHKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg3TU6pHKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg3TU6pHKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg3TU6pHKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg3TU6pHKR .nav-link {
  position: relative;
}
.cid-vg3TU6pHKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg3TU6pHKR .container {
    flex-wrap: nowrap;
  }
}
.cid-vg3TU6pHKR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg3TU6pHKR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg3TU6pHKR .dropdown-menu,
.cid-vg3TU6pHKR .navbar.opened {
  background: #ffffff !important;
}
.cid-vg3TU6pHKR .nav-item:focus,
.cid-vg3TU6pHKR .nav-link:focus {
  outline: none;
}
.cid-vg3TU6pHKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg3TU6pHKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg3TU6pHKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg3TU6pHKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg3TU6pHKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg3TU6pHKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg3TU6pHKR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3TU6pHKR .navbar.opened {
  transition: all 0.3s;
}
.cid-vg3TU6pHKR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg3TU6pHKR .navbar .navbar-logo img {
  width: auto;
}
.cid-vg3TU6pHKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg3TU6pHKR .navbar.collapsed {
  justify-content: center;
}
.cid-vg3TU6pHKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg3TU6pHKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg3TU6pHKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg3TU6pHKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg3TU6pHKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg3TU6pHKR .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-vg3TU6pHKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg3TU6pHKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg3TU6pHKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg3TU6pHKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg3TU6pHKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg3TU6pHKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg3TU6pHKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg3TU6pHKR .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-vg3TU6pHKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg3TU6pHKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg3TU6pHKR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg3TU6pHKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg3TU6pHKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg3TU6pHKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg3TU6pHKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg3TU6pHKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg3TU6pHKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg3TU6pHKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg3TU6pHKR .navbar-brand .navbar-caption:hover,
.cid-vg3TU6pHKR .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3TU6pHKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg3TU6pHKR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg3TU6pHKR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3TU6pHKR .dropdown-item.active,
.cid-vg3TU6pHKR .dropdown-item:active {
  background-color: transparent;
}
.cid-vg3TU6pHKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg3TU6pHKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg3TU6pHKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg3TU6pHKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU6pHKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg3TU6pHKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg3TU6pHKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg3TU6pHKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg3TU6pHKR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg3TU6pHKR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg3TU6pHKR .navbar-buttons {
    text-align: left;
  }
}
.cid-vg3TU6pHKR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg3TU6pHKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg3TU6pHKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3TU6pHKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg3TU6pHKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg3TU6pHKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3TU6pHKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3TU6pHKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg3TU6pHKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3TU6pHKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg3TU6pHKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg3TU6pHKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3TU6pHKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg3TU6pHKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg3TU6pHKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg3TU6pHKR .navbar {
    height: 70px;
  }
  .cid-vg3TU6pHKR .navbar.opened {
    height: auto;
  }
  .cid-vg3TU6pHKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg3TU6pHKR .navbar-nav {
  margin: 0;
}
.cid-vg3TU6pHKR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg3TU6pHKR .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg3TU6pHKR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg3TU6pHKR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg3TU6pHKR .nav-item .nav-link:hover,
.cid-vg3TU6pHKR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg3TU6pHKR .nav-item .nav-link:hover::after,
.cid-vg3TU6pHKR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg3TU6pHKR .nav-item .nav-link:hover::before,
.cid-vg3TU6pHKR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg3TU6pHKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg3TU6pHKR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg3TU6pHKR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg3TU6pHKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg3TU6pHKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg3TU6pHKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg3TU6pHKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg3TU6pHKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg3TU6pHKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg3TU6pHKR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg3TU6pHKR .content-wrap {
  min-height: 110px;
}
.cid-vg3TU7yKwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3TU7yKwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3TU7yKwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3TU7yKwS .card {
  justify-content: center;
}
.cid-vg3TU7yKwS .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3TU7yKwS .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3TU7yKwS .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg3TU7yKwS .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg3TU7yKwS .image-wrapper img {
    height: 300px;
  }
}
.cid-vg3TU7yKwS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU7yKwS .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3TU7yKwS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU7yKwS .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3TU7yKwS .mbr-section-title {
  color: #000000;
}
.cid-vg3TU7yKwS .mbr-text {
  color: #000000;
}
.cid-vg3TU80Drt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3TU80Drt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3TU80Drt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3TU80Drt .card {
  justify-content: center;
}
.cid-vg3TU80Drt .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3TU80Drt .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3TU80Drt .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-vg3TU80Drt .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3TU80Drt .image-wrapper {
    padding-left: 0;
  }
}
.cid-vg3TU80Drt .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg3TU80Drt .image-wrapper img {
    height: 300px;
  }
}
.cid-vg3TU80Drt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU80Drt .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3TU80Drt .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU80Drt .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3TU80Drt .mbr-section-title {
  color: #000000;
}
.cid-vg3TU80Drt .mbr-text {
  color: #000000;
}
.cid-vgbpog7T0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vgbpog7T0G .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-vgbpog7T0G .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vgbpog7T0G .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-vgbpog7T0G .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-vgbpog7T0G .mbr-media {
  width: 100%;
  position: relative;
}
.cid-vgbpog7T0G .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.cid-vgbpog7T0G .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
}
.cid-vgbpog7T0G .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vgbpog7T0G .icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-vgbpog7T0G .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-vgbpog7T0G .icon-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 20px;
}
.cid-vgbpog7T0G .icon-wrap div .mbr-iconfont {
  color: #747474;
  font-size: 28px !important;
}
.cid-vgbpog7T0G .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vgbpog7T0G .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vgbpog7T0G .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vgbpog7T0G .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-vgbpog7T0G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vg3TU8lOzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg3TU8lOzK .mbr-section-text {
  color: #464646;
}
.cid-vg3TU8vD0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3TU8vD0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3TU8vD0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg3TU8vD0D .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3TU8vD0D .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU8vD0D .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg3TU8vD0D .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3TU8vD0D .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU8vD0D .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg3TU8vD0D .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg3TU8vD0D .mbr-label {
  color: #ffffff;
}
.cid-vg3TU8vD0D .mbr-section-title {
  color: #ffffff;
}
.cid-vg3TU8vD0D label {
  color: #ffffff;
}
.cid-vg3TU8L0Fd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3TU8L0Fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3TU8L0Fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3TU8L0Fd .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg3TU8L0Fd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3TU8L0Fd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap:hover::before,
.cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3TU8L0Fd .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3TU8L0Fd .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3TU8L0Fd .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg3TU8L0Fd .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg3TU8L0Fd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg3TU8L0Fd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg3TU8L0Fd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg3TU8L0Fd .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3TU8L0Fd .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg3TU8L0Fd .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU8L0Fd .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg3TU8L0Fd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3TU8L0Fd .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg3TU8L0Fd .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg3TU8L0Fd .list {
  color: #ffffff;
}
.cid-vg3TU8L0Fd .mbr-section-title {
  color: #ffffff;
}
.cid-vg3TU8L0Fd .mbr-text {
  color: #ffffff;
}
.cid-vg3TU8L0Fd .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg3XXJnRyd .navbar-dropdown {
  position: relative !important;
}
.cid-vg3XXJnRyd .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg3XXJnRyd .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg3XXJnRyd .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg3XXJnRyd .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-vg3XXJnRyd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg3XXJnRyd .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg3XXJnRyd .dropdown-item:hover,
.cid-vg3XXJnRyd .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg3XXJnRyd .dropdown-item:hover span {
  color: white;
}
.cid-vg3XXJnRyd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg3XXJnRyd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg3XXJnRyd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg3XXJnRyd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg3XXJnRyd .nav-link {
  position: relative;
}
.cid-vg3XXJnRyd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg3XXJnRyd .container {
    flex-wrap: nowrap;
  }
}
.cid-vg3XXJnRyd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg3XXJnRyd .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg3XXJnRyd .dropdown-menu,
.cid-vg3XXJnRyd .navbar.opened {
  background: #ffffff !important;
}
.cid-vg3XXJnRyd .nav-item:focus,
.cid-vg3XXJnRyd .nav-link:focus {
  outline: none;
}
.cid-vg3XXJnRyd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg3XXJnRyd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg3XXJnRyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg3XXJnRyd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg3XXJnRyd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg3XXJnRyd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg3XXJnRyd .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3XXJnRyd .navbar.opened {
  transition: all 0.3s;
}
.cid-vg3XXJnRyd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg3XXJnRyd .navbar .navbar-logo img {
  width: auto;
}
.cid-vg3XXJnRyd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg3XXJnRyd .navbar.collapsed {
  justify-content: center;
}
.cid-vg3XXJnRyd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg3XXJnRyd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg3XXJnRyd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg3XXJnRyd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg3XXJnRyd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg3XXJnRyd .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-vg3XXJnRyd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg3XXJnRyd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg3XXJnRyd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg3XXJnRyd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg3XXJnRyd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg3XXJnRyd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg3XXJnRyd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg3XXJnRyd .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-vg3XXJnRyd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg3XXJnRyd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg3XXJnRyd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg3XXJnRyd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg3XXJnRyd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg3XXJnRyd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg3XXJnRyd .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg3XXJnRyd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg3XXJnRyd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg3XXJnRyd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg3XXJnRyd .navbar-brand .navbar-caption:hover,
.cid-vg3XXJnRyd .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3XXJnRyd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg3XXJnRyd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg3XXJnRyd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3XXJnRyd .dropdown-item.active,
.cid-vg3XXJnRyd .dropdown-item:active {
  background-color: transparent;
}
.cid-vg3XXJnRyd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg3XXJnRyd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg3XXJnRyd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg3XXJnRyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg3XXJnRyd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg3XXJnRyd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg3XXJnRyd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg3XXJnRyd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg3XXJnRyd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg3XXJnRyd .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg3XXJnRyd .navbar-buttons {
    text-align: left;
  }
}
.cid-vg3XXJnRyd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg3XXJnRyd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg3XXJnRyd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3XXJnRyd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg3XXJnRyd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg3XXJnRyd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3XXJnRyd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3XXJnRyd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg3XXJnRyd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3XXJnRyd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg3XXJnRyd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg3XXJnRyd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3XXJnRyd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg3XXJnRyd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg3XXJnRyd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg3XXJnRyd .navbar {
    height: 70px;
  }
  .cid-vg3XXJnRyd .navbar.opened {
    height: auto;
  }
  .cid-vg3XXJnRyd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg3XXJnRyd .navbar-nav {
  margin: 0;
}
.cid-vg3XXJnRyd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg3XXJnRyd .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg3XXJnRyd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg3XXJnRyd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg3XXJnRyd .nav-item .nav-link:hover,
.cid-vg3XXJnRyd .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg3XXJnRyd .nav-item .nav-link:hover::after,
.cid-vg3XXJnRyd .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg3XXJnRyd .nav-item .nav-link:hover::before,
.cid-vg3XXJnRyd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg3XXJnRyd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg3XXJnRyd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg3XXJnRyd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg3XXJnRyd .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg3XXJnRyd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg3XXJnRyd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg3XXJnRyd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg3XXJnRyd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg3XXJnRyd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg3XXJnRyd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg3XXJnRyd .content-wrap {
  min-height: 110px;
}
.cid-vg3XXK9WAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3XXK9WAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3XXK9WAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3XXK9WAK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vg3XXK9WAK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vg3XXK9WAK .embla__slide .slide-content {
  width: 100%;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-vg3XXK9WAK .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-vg3XXK9WAK .embla__button--next,
.cid-vg3XXK9WAK .embla__button--prev {
  display: flex;
}
.cid-vg3XXK9WAK .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vg3XXK9WAK .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-vg3XXK9WAK .embla__button:hover {
  background-color: #ff94b2 !important;
  color: #000000 !important;
}
.cid-vg3XXK9WAK .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-vg3XXK9WAK .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-vg3XXK9WAK .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-vg3XXK9WAK .embla__button.embla__button--next {
  right: 0;
}
.cid-vg3XXK9WAK .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-vg3XXK9WAK .embla {
    padding-top: 4rem;
  }
}
.cid-vg3XXK9WAK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vg3XXK9WAK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vg3XXK9WAK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vg3XXK9WAK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vg3XXK9WAK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vg3XXK9WAK .card-title {
  color: #ffffff;
}
.cid-vg3XXK9WAK .card-desc {
  color: #ffffff;
}
.cid-vg3XXK9WAK .list {
  color: #ffffff;
}
.cid-vg3ZtLQ3j1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3ZtLQ3j1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3ZtLQ3j1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3ZtLQ3j1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vg3ZtLQ3j1 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vg3ZtLQ3j1 .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vg3ZtLQ3j1 .item-date {
  color: #2f1d41;
}
.cid-vg3ZtLQ3j1 .item-address {
  color: #ffffff;
}
.cid-vg3ZtLQ3j1 .item-title {
  color: #ffffff;
}
.cid-vg3ZtLQ3j1 .item-text {
  color: #ffffff;
}
.cid-vg3XXKCdKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3XXKCdKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3XXKCdKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3XXKCdKu .items-wrapper {
  margin: 0 -10px;
}
.cid-vg3XXKCdKu .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vg3XXKCdKu .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vg3XXKCdKu .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vg3XXKCdKu .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent -5%, #000000 110%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .date-wrapper {
  pointer-events: visible;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .date-wrapper .item-date {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #f27696;
  transition: all .5s ease;
  margin-bottom: 15px;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content {
  pointer-events: visible;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper {
  margin-bottom: 15px;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  display: inline-flex;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .address-wrapper .address-wrap .item-address {
  margin-bottom: 0;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title {
  margin-bottom: 10px;
  transition: all .5s ease;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:hover,
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap .item-title:focus {
  color: #feef79;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:hover,
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .title-wrap a:focus {
  color: #feef79;
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vg3XXKCdKu .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vg3XXKCdKu .item-date {
  color: #2f1d41;
}
.cid-vg3XXKCdKu .item-address {
  color: #ffffff;
}
.cid-vg3XXKCdKu .item-title {
  color: #ffffff;
}
.cid-vg3XXKCdKu .item-text {
  color: #ffffff;
}
.cid-vg4ddX9kUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg4ddX9kUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg4ddX9kUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg4ddX9kUq .row {
  justify-content: space-between;
}
.cid-vg4ddX9kUq .card {
  justify-content: center;
}
.cid-vg4ddX9kUq .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg4ddX9kUq .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg4ddX9kUq .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg4ddX9kUq .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg4ddX9kUq .image-wrapper img {
    height: 300px;
  }
}
.cid-vg4ddX9kUq .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg4ddX9kUq .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg4ddX9kUq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg4ddX9kUq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg4ddX9kUq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vg4ddX9kUq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg4ddX9kUq .content-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg4ddX9kUq .mbr-label {
  color: #000000;
}
.cid-vg4ddX9kUq .mbr-section-title {
  color: #000000;
}
.cid-vg4ddX9kUq .mbr-text {
  color: #000000;
}
.cid-vg3XXM8m2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3XXM8m2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3XXM8m2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3XXM8m2T .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg3XXM8m2T .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3XXM8m2T .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg3XXM8m2T .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg3XXM8m2T .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg3XXM8m2T .nav-wrapper .list .item-wrap:hover::before,
.cid-vg3XXM8m2T .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg3XXM8m2T .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3XXM8m2T .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3XXM8m2T .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3XXM8m2T .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg3XXM8m2T .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg3XXM8m2T .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg3XXM8m2T .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg3XXM8m2T .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg3XXM8m2T .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3XXM8m2T .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg3XXM8m2T .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3XXM8m2T .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg3XXM8m2T .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3XXM8m2T .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg3XXM8m2T .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg3XXM8m2T .list {
  color: #ffffff;
}
.cid-vg3XXM8m2T .mbr-section-title {
  color: #ffffff;
}
.cid-vg3XXM8m2T .mbr-text {
  color: #ffffff;
}
.cid-vg3XXM8m2T .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg40pNcKgo .navbar-dropdown {
  position: relative !important;
}
.cid-vg40pNcKgo .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg40pNcKgo .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg40pNcKgo .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg40pNcKgo .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-vg40pNcKgo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg40pNcKgo .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg40pNcKgo .dropdown-item:hover,
.cid-vg40pNcKgo .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg40pNcKgo .dropdown-item:hover span {
  color: white;
}
.cid-vg40pNcKgo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg40pNcKgo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg40pNcKgo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg40pNcKgo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg40pNcKgo .nav-link {
  position: relative;
}
.cid-vg40pNcKgo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg40pNcKgo .container {
    flex-wrap: nowrap;
  }
}
.cid-vg40pNcKgo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg40pNcKgo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg40pNcKgo .dropdown-menu,
.cid-vg40pNcKgo .navbar.opened {
  background: #ffffff !important;
}
.cid-vg40pNcKgo .nav-item:focus,
.cid-vg40pNcKgo .nav-link:focus {
  outline: none;
}
.cid-vg40pNcKgo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg40pNcKgo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg40pNcKgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg40pNcKgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg40pNcKgo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg40pNcKgo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg40pNcKgo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg40pNcKgo .navbar.opened {
  transition: all 0.3s;
}
.cid-vg40pNcKgo .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg40pNcKgo .navbar .navbar-logo img {
  width: auto;
}
.cid-vg40pNcKgo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg40pNcKgo .navbar.collapsed {
  justify-content: center;
}
.cid-vg40pNcKgo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg40pNcKgo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg40pNcKgo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg40pNcKgo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg40pNcKgo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg40pNcKgo .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-vg40pNcKgo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg40pNcKgo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg40pNcKgo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg40pNcKgo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg40pNcKgo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg40pNcKgo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg40pNcKgo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg40pNcKgo .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-vg40pNcKgo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg40pNcKgo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg40pNcKgo .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg40pNcKgo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg40pNcKgo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg40pNcKgo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg40pNcKgo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg40pNcKgo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg40pNcKgo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg40pNcKgo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg40pNcKgo .navbar-brand .navbar-caption:hover,
.cid-vg40pNcKgo .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg40pNcKgo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg40pNcKgo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg40pNcKgo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg40pNcKgo .dropdown-item.active,
.cid-vg40pNcKgo .dropdown-item:active {
  background-color: transparent;
}
.cid-vg40pNcKgo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg40pNcKgo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg40pNcKgo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg40pNcKgo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pNcKgo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg40pNcKgo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg40pNcKgo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg40pNcKgo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg40pNcKgo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg40pNcKgo .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg40pNcKgo .navbar-buttons {
    text-align: left;
  }
}
.cid-vg40pNcKgo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg40pNcKgo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg40pNcKgo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg40pNcKgo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg40pNcKgo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg40pNcKgo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg40pNcKgo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg40pNcKgo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg40pNcKgo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg40pNcKgo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg40pNcKgo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg40pNcKgo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg40pNcKgo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg40pNcKgo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg40pNcKgo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg40pNcKgo .navbar {
    height: 70px;
  }
  .cid-vg40pNcKgo .navbar.opened {
    height: auto;
  }
  .cid-vg40pNcKgo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg40pNcKgo .navbar-nav {
  margin: 0;
}
.cid-vg40pNcKgo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg40pNcKgo .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg40pNcKgo .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg40pNcKgo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg40pNcKgo .nav-item .nav-link:hover,
.cid-vg40pNcKgo .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg40pNcKgo .nav-item .nav-link:hover::after,
.cid-vg40pNcKgo .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg40pNcKgo .nav-item .nav-link:hover::before,
.cid-vg40pNcKgo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg40pNcKgo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg40pNcKgo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg40pNcKgo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg40pNcKgo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg40pNcKgo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg40pNcKgo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg40pNcKgo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg40pNcKgo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg40pNcKgo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg40pNcKgo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg40pNcKgo .content-wrap {
  min-height: 110px;
}
.cid-vg40pNXr6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg40pNXr6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg40pNXr6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg40pNXr6s .card {
  justify-content: center;
}
.cid-vg40pNXr6s .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg40pNXr6s .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg40pNXr6s .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg40pNXr6s .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg40pNXr6s .image-wrapper img {
    height: 300px;
  }
}
.cid-vg40pNXr6s .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pNXr6s .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg40pNXr6s .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pNXr6s .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg40pNXr6s .mbr-section-title {
  color: #000000;
}
.cid-vg40pNXr6s .mbr-text {
  color: #000000;
}
.cid-vg43iyPC8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg43iyPC8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg43iyPC8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg43iyPC8I .image_1 {
  height: 100%;
}
.cid-vg43iyPC8I .image_1 img {
  position: sticky;
  top: 0;
  height: 540px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg43iyPC8I .image_1 img {
    height: 300px;
  }
}
.cid-vg43iyPC8I .image-wrapper {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vg43iyPC8I .image-wrapper {
    padding-bottom: 0;
  }
}
.cid-vg43iyPC8I .image-wrapper .main-image img {
  height: 1000px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg43iyPC8I .image-wrapper .main-image img {
    height: 300px;
  }
}
.cid-vg43iyPC8I .image-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: -30%;
  height: 440px;
  width: 440px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .cid-vg43iyPC8I .image-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-vg41xWlRb9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vg41xWlRb9 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vg41xWlRb9 .mbr-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.cid-vg40pOdWXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg40pOdWXM .mbr-section-text {
  color: #464646;
}
.cid-vg40pOpWqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg40pOpWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg40pOpWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg40pOpWqS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg40pOpWqS .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pOpWqS .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg40pOpWqS .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg40pOpWqS .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg40pOpWqS .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pOpWqS .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg40pOpWqS .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg40pOpWqS .mbr-label {
  color: #ffffff;
}
.cid-vg40pOpWqS .mbr-section-title {
  color: #ffffff;
}
.cid-vg40pOpWqS label {
  color: #ffffff;
}
.cid-vg40pOG8Kk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg40pOG8Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg40pOG8Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg40pOG8Kk .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg40pOG8Kk .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg40pOG8Kk .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg40pOG8Kk .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg40pOG8Kk .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg40pOG8Kk .nav-wrapper .list .item-wrap:hover::before,
.cid-vg40pOG8Kk .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg40pOG8Kk .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg40pOG8Kk .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg40pOG8Kk .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg40pOG8Kk .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg40pOG8Kk .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg40pOG8Kk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg40pOG8Kk .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg40pOG8Kk .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg40pOG8Kk .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg40pOG8Kk .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg40pOG8Kk .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pOG8Kk .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg40pOG8Kk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg40pOG8Kk .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg40pOG8Kk .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg40pOG8Kk .list {
  color: #ffffff;
}
.cid-vg40pOG8Kk .mbr-section-title {
  color: #ffffff;
}
.cid-vg40pOG8Kk .mbr-text {
  color: #ffffff;
}
.cid-vg40pOG8Kk .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg44KMlvhD .navbar-dropdown {
  position: relative !important;
}
.cid-vg44KMlvhD .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg44KMlvhD .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg44KMlvhD .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg44KMlvhD .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-vg44KMlvhD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg44KMlvhD .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg44KMlvhD .dropdown-item:hover,
.cid-vg44KMlvhD .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg44KMlvhD .dropdown-item:hover span {
  color: white;
}
.cid-vg44KMlvhD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg44KMlvhD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg44KMlvhD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg44KMlvhD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg44KMlvhD .nav-link {
  position: relative;
}
.cid-vg44KMlvhD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg44KMlvhD .container {
    flex-wrap: nowrap;
  }
}
.cid-vg44KMlvhD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg44KMlvhD .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg44KMlvhD .dropdown-menu,
.cid-vg44KMlvhD .navbar.opened {
  background: #ffffff !important;
}
.cid-vg44KMlvhD .nav-item:focus,
.cid-vg44KMlvhD .nav-link:focus {
  outline: none;
}
.cid-vg44KMlvhD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg44KMlvhD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg44KMlvhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg44KMlvhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg44KMlvhD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg44KMlvhD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg44KMlvhD .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg44KMlvhD .navbar.opened {
  transition: all 0.3s;
}
.cid-vg44KMlvhD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg44KMlvhD .navbar .navbar-logo img {
  width: auto;
}
.cid-vg44KMlvhD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg44KMlvhD .navbar.collapsed {
  justify-content: center;
}
.cid-vg44KMlvhD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg44KMlvhD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg44KMlvhD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg44KMlvhD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg44KMlvhD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg44KMlvhD .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-vg44KMlvhD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg44KMlvhD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg44KMlvhD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg44KMlvhD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg44KMlvhD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg44KMlvhD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg44KMlvhD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg44KMlvhD .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-vg44KMlvhD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg44KMlvhD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg44KMlvhD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg44KMlvhD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg44KMlvhD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg44KMlvhD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg44KMlvhD .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg44KMlvhD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg44KMlvhD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg44KMlvhD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg44KMlvhD .navbar-brand .navbar-caption:hover,
.cid-vg44KMlvhD .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg44KMlvhD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg44KMlvhD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg44KMlvhD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg44KMlvhD .dropdown-item.active,
.cid-vg44KMlvhD .dropdown-item:active {
  background-color: transparent;
}
.cid-vg44KMlvhD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg44KMlvhD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg44KMlvhD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg44KMlvhD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KMlvhD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg44KMlvhD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg44KMlvhD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg44KMlvhD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg44KMlvhD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg44KMlvhD .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg44KMlvhD .navbar-buttons {
    text-align: left;
  }
}
.cid-vg44KMlvhD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg44KMlvhD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg44KMlvhD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg44KMlvhD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg44KMlvhD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg44KMlvhD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg44KMlvhD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg44KMlvhD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg44KMlvhD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg44KMlvhD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg44KMlvhD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg44KMlvhD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg44KMlvhD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg44KMlvhD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg44KMlvhD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg44KMlvhD .navbar {
    height: 70px;
  }
  .cid-vg44KMlvhD .navbar.opened {
    height: auto;
  }
  .cid-vg44KMlvhD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg44KMlvhD .navbar-nav {
  margin: 0;
}
.cid-vg44KMlvhD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg44KMlvhD .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg44KMlvhD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg44KMlvhD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg44KMlvhD .nav-item .nav-link:hover,
.cid-vg44KMlvhD .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg44KMlvhD .nav-item .nav-link:hover::after,
.cid-vg44KMlvhD .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg44KMlvhD .nav-item .nav-link:hover::before,
.cid-vg44KMlvhD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg44KMlvhD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg44KMlvhD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg44KMlvhD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg44KMlvhD .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg44KMlvhD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg44KMlvhD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg44KMlvhD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg44KMlvhD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg44KMlvhD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg44KMlvhD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg44KMlvhD .content-wrap {
  min-height: 110px;
}
.cid-vg44KNeFvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg44KNeFvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg44KNeFvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg44KNeFvx .card {
  justify-content: center;
}
.cid-vg44KNeFvx .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg44KNeFvx .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg44KNeFvx .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg44KNeFvx .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg44KNeFvx .image-wrapper img {
    height: 300px;
  }
}
.cid-vg44KNeFvx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNeFvx .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg44KNeFvx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNeFvx .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg44KNeFvx .mbr-section-title {
  color: #000000;
}
.cid-vg44KNeFvx .mbr-text {
  color: #000000;
}
.cid-vg468CnCMc .vertical-gallery {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.cid-vg468CnCMc .vertical-gallery .portrait-item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 0.5625;
  overflow: hidden;
  border-radius: 0;
}
.cid-vg468CnCMc .vertical-gallery .portrait-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.cid-vg46zxhwr2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vg46zxhwr2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vg46zxhwr2 .mbr-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.cid-vg46VWK8mV {
  background-image: url("../../../assets/images/by20victoria20mazurova-1984x1310.png?v=1WanAJ");
}
.cid-vg46VWK8mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg46VWK8mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg46VWK8mV .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vg46VWK8mV .image-wrap {
    height: 350px;
  }
}
.cid-vg44KNvA3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg44KNvA3v .mbr-section-text {
  color: #464646;
}
.cid-vg44KNJFDe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg44KNJFDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg44KNJFDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg44KNJFDe .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg44KNJFDe .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNJFDe .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg44KNJFDe .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg44KNJFDe .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg44KNJFDe .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNJFDe .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg44KNJFDe .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg44KNJFDe .mbr-label {
  color: #ffffff;
}
.cid-vg44KNJFDe .mbr-section-title {
  color: #ffffff;
}
.cid-vg44KNJFDe label {
  color: #ffffff;
}
.cid-vg44KNZQOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg44KNZQOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg44KNZQOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg44KNZQOG .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg44KNZQOG .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg44KNZQOG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg44KNZQOG .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg44KNZQOG .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg44KNZQOG .nav-wrapper .list .item-wrap:hover::before,
.cid-vg44KNZQOG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg44KNZQOG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg44KNZQOG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg44KNZQOG .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg44KNZQOG .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg44KNZQOG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg44KNZQOG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg44KNZQOG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg44KNZQOG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg44KNZQOG .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg44KNZQOG .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg44KNZQOG .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNZQOG .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg44KNZQOG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg44KNZQOG .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg44KNZQOG .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg44KNZQOG .list {
  color: #ffffff;
}
.cid-vg44KNZQOG .mbr-section-title {
  color: #ffffff;
}
.cid-vg44KNZQOG .mbr-text {
  color: #ffffff;
}
.cid-vg44KNZQOG .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg499Lhs09 .navbar-dropdown {
  position: relative !important;
}
.cid-vg499Lhs09 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg499Lhs09 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg499Lhs09 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg499Lhs09 .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-vg499Lhs09 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg499Lhs09 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg499Lhs09 .dropdown-item:hover,
.cid-vg499Lhs09 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg499Lhs09 .dropdown-item:hover span {
  color: white;
}
.cid-vg499Lhs09 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg499Lhs09 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg499Lhs09 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg499Lhs09 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg499Lhs09 .nav-link {
  position: relative;
}
.cid-vg499Lhs09 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg499Lhs09 .container {
    flex-wrap: nowrap;
  }
}
.cid-vg499Lhs09 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg499Lhs09 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg499Lhs09 .dropdown-menu,
.cid-vg499Lhs09 .navbar.opened {
  background: #ffffff !important;
}
.cid-vg499Lhs09 .nav-item:focus,
.cid-vg499Lhs09 .nav-link:focus {
  outline: none;
}
.cid-vg499Lhs09 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg499Lhs09 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg499Lhs09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg499Lhs09 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg499Lhs09 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg499Lhs09 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg499Lhs09 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg499Lhs09 .navbar.opened {
  transition: all 0.3s;
}
.cid-vg499Lhs09 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg499Lhs09 .navbar .navbar-logo img {
  width: auto;
}
.cid-vg499Lhs09 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg499Lhs09 .navbar.collapsed {
  justify-content: center;
}
.cid-vg499Lhs09 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg499Lhs09 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg499Lhs09 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg499Lhs09 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg499Lhs09 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg499Lhs09 .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-vg499Lhs09 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg499Lhs09 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg499Lhs09 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg499Lhs09 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg499Lhs09 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg499Lhs09 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg499Lhs09 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg499Lhs09 .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-vg499Lhs09 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg499Lhs09 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg499Lhs09 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg499Lhs09 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg499Lhs09 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg499Lhs09 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg499Lhs09 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg499Lhs09 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg499Lhs09 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg499Lhs09 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg499Lhs09 .navbar-brand .navbar-caption:hover,
.cid-vg499Lhs09 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg499Lhs09 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg499Lhs09 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg499Lhs09 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg499Lhs09 .dropdown-item.active,
.cid-vg499Lhs09 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg499Lhs09 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg499Lhs09 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg499Lhs09 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg499Lhs09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg499Lhs09 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg499Lhs09 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg499Lhs09 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg499Lhs09 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg499Lhs09 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg499Lhs09 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg499Lhs09 .navbar-buttons {
    text-align: left;
  }
}
.cid-vg499Lhs09 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg499Lhs09 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg499Lhs09 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg499Lhs09 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg499Lhs09 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg499Lhs09 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg499Lhs09 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg499Lhs09 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg499Lhs09 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg499Lhs09 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg499Lhs09 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg499Lhs09 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg499Lhs09 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg499Lhs09 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg499Lhs09 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg499Lhs09 .navbar {
    height: 70px;
  }
  .cid-vg499Lhs09 .navbar.opened {
    height: auto;
  }
  .cid-vg499Lhs09 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg499Lhs09 .navbar-nav {
  margin: 0;
}
.cid-vg499Lhs09 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg499Lhs09 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg499Lhs09 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg499Lhs09 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg499Lhs09 .nav-item .nav-link:hover,
.cid-vg499Lhs09 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg499Lhs09 .nav-item .nav-link:hover::after,
.cid-vg499Lhs09 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg499Lhs09 .nav-item .nav-link:hover::before,
.cid-vg499Lhs09 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg499Lhs09 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg499Lhs09 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg499Lhs09 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg499Lhs09 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg499Lhs09 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg499Lhs09 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg499Lhs09 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg499Lhs09 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg499Lhs09 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg499Lhs09 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg499Lhs09 .content-wrap {
  min-height: 110px;
}
.cid-vg499M3bQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg499M3bQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg499M3bQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg499M3bQp .card {
  justify-content: center;
}
.cid-vg499M3bQp .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg499M3bQp .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg499M3bQp .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg499M3bQp .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg499M3bQp .image-wrapper img {
    height: 300px;
  }
}
.cid-vg499M3bQp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg499M3bQp .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg499M3bQp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg499M3bQp .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg499M3bQp .mbr-section-title {
  color: #000000;
}
.cid-vg499M3bQp .mbr-text {
  color: #000000;
}
.cid-vg499MlmjC .vertical-gallery {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.cid-vg499MlmjC .vertical-gallery .portrait-item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 0.5625;
  overflow: hidden;
  border-radius: 0;
}
.cid-vg499MlmjC .vertical-gallery .portrait-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.cid-vg499MzoKO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vg499MzoKO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-vg499MzoKO .mbr-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}
.cid-vg499MTc3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg499MTc3Y .mbr-section-text {
  color: #464646;
}
.cid-vg499N5u6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg499N5u6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg499N5u6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg499N5u6H .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg499N5u6H .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg499N5u6H .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg499N5u6H .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg499N5u6H .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg499N5u6H .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg499N5u6H .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg499N5u6H .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg499N5u6H .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg499N5u6H .mbr-label {
  color: #ffffff;
}
.cid-vg499N5u6H .mbr-section-title {
  color: #ffffff;
}
.cid-vg499N5u6H label {
  color: #ffffff;
}
.cid-vg499NkDXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg499NkDXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg499NkDXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg499NkDXE .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg499NkDXE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg499NkDXE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg499NkDXE .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg499NkDXE .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg499NkDXE .nav-wrapper .list .item-wrap:hover::before,
.cid-vg499NkDXE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg499NkDXE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg499NkDXE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg499NkDXE .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg499NkDXE .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg499NkDXE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg499NkDXE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg499NkDXE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg499NkDXE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg499NkDXE .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg499NkDXE .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg499NkDXE .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg499NkDXE .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg499NkDXE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg499NkDXE .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg499NkDXE .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg499NkDXE .list {
  color: #ffffff;
}
.cid-vg499NkDXE .mbr-section-title {
  color: #ffffff;
}
.cid-vg499NkDXE .mbr-text {
  color: #ffffff;
}
.cid-vg499NkDXE .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-vg3IGpkrCh .navbar-dropdown {
  position: relative !important;
}
.cid-vg3IGpkrCh .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-vg3IGpkrCh .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vg3IGpkrCh .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vg3IGpkrCh .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-vg3IGpkrCh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vg3IGpkrCh .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vg3IGpkrCh .dropdown-item:hover,
.cid-vg3IGpkrCh .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vg3IGpkrCh .dropdown-item:hover span {
  color: white;
}
.cid-vg3IGpkrCh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vg3IGpkrCh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vg3IGpkrCh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vg3IGpkrCh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vg3IGpkrCh .nav-link {
  position: relative;
}
.cid-vg3IGpkrCh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vg3IGpkrCh .container {
    flex-wrap: nowrap;
  }
}
.cid-vg3IGpkrCh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vg3IGpkrCh .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vg3IGpkrCh .dropdown-menu,
.cid-vg3IGpkrCh .navbar.opened {
  background: #ffffff !important;
}
.cid-vg3IGpkrCh .nav-item:focus,
.cid-vg3IGpkrCh .nav-link:focus {
  outline: none;
}
.cid-vg3IGpkrCh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vg3IGpkrCh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vg3IGpkrCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vg3IGpkrCh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vg3IGpkrCh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg3IGpkrCh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg3IGpkrCh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3IGpkrCh .navbar.opened {
  transition: all 0.3s;
}
.cid-vg3IGpkrCh .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vg3IGpkrCh .navbar .navbar-logo img {
  width: auto;
}
.cid-vg3IGpkrCh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg3IGpkrCh .navbar.collapsed {
  justify-content: center;
}
.cid-vg3IGpkrCh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg3IGpkrCh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg3IGpkrCh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vg3IGpkrCh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg3IGpkrCh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg3IGpkrCh .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-vg3IGpkrCh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg3IGpkrCh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vg3IGpkrCh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vg3IGpkrCh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg3IGpkrCh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg3IGpkrCh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg3IGpkrCh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg3IGpkrCh .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-vg3IGpkrCh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vg3IGpkrCh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg3IGpkrCh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vg3IGpkrCh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vg3IGpkrCh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vg3IGpkrCh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vg3IGpkrCh .navbar.navbar-short {
  min-height: 96px;
}
.cid-vg3IGpkrCh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vg3IGpkrCh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vg3IGpkrCh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vg3IGpkrCh .navbar-brand .navbar-caption:hover,
.cid-vg3IGpkrCh .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3IGpkrCh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg3IGpkrCh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vg3IGpkrCh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vg3IGpkrCh .dropdown-item.active,
.cid-vg3IGpkrCh .dropdown-item:active {
  background-color: transparent;
}
.cid-vg3IGpkrCh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg3IGpkrCh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg3IGpkrCh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg3IGpkrCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGpkrCh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vg3IGpkrCh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vg3IGpkrCh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg3IGpkrCh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vg3IGpkrCh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vg3IGpkrCh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vg3IGpkrCh .navbar-buttons {
    text-align: left;
  }
}
.cid-vg3IGpkrCh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vg3IGpkrCh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vg3IGpkrCh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vg3IGpkrCh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vg3IGpkrCh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vg3IGpkrCh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3IGpkrCh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vg3IGpkrCh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vg3IGpkrCh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3IGpkrCh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vg3IGpkrCh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vg3IGpkrCh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vg3IGpkrCh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vg3IGpkrCh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vg3IGpkrCh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg3IGpkrCh .navbar {
    height: 70px;
  }
  .cid-vg3IGpkrCh .navbar.opened {
    height: auto;
  }
  .cid-vg3IGpkrCh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg3IGpkrCh .navbar-nav {
  margin: 0;
}
.cid-vg3IGpkrCh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vg3IGpkrCh .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vg3IGpkrCh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vg3IGpkrCh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vg3IGpkrCh .nav-item .nav-link:hover,
.cid-vg3IGpkrCh .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vg3IGpkrCh .nav-item .nav-link:hover::after,
.cid-vg3IGpkrCh .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vg3IGpkrCh .nav-item .nav-link:hover::before,
.cid-vg3IGpkrCh .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vg3IGpkrCh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vg3IGpkrCh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vg3IGpkrCh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vg3IGpkrCh .navbar {
    justify-content: flex-start !important;
  }
  .cid-vg3IGpkrCh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vg3IGpkrCh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vg3IGpkrCh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vg3IGpkrCh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vg3IGpkrCh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vg3IGpkrCh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vg3IGpkrCh .content-wrap {
  min-height: 110px;
}
.cid-vg3IGpY7GQ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3IGpY7GQ .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3IGpY7GQ .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg3IGpY7GQ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-vg3IGpY7GQ .image-wrapper img {
    height: 300px;
  }
}
.cid-vg3Sgt6lYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vg3Sgt6lYt .item:focus,
.cid-vg3Sgt6lYt span:focus {
  outline: none;
}
.cid-vg3Sgt6lYt .item {
  cursor: pointer;
}
.cid-vg3Sgt6lYt .grid-container {
  grid-row-gap: 10px;
}
.cid-vg3Sgt6lYt .grid-container-1,
.cid-vg3Sgt6lYt .grid-container-2,
.cid-vg3Sgt6lYt .grid-container-3 {
  gap: 0 10px;
}
.cid-vg3Sgt6lYt .mbr-section-title {
  margin-bottom: 40px;
  color: #093388;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vg3Sgt6lYt .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vg3Sgt6lYt .content-head {
  max-width: 800px;
}
.cid-vg3Sgt6lYt .container,
.cid-vg3Sgt6lYt .container-fluid {
  overflow: hidden;
}
.cid-vg3Sgt6lYt .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vg3Sgt6lYt .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vg3Sgt6lYt .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vg3Sgt6lYt .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vg3Sgt6lYt .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-vg3Sgt6lYt .grid-container-1,
.cid-vg3Sgt6lYt .grid-container-2,
.cid-vg3Sgt6lYt .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vg3Sgt6lYt .grid-container-1 {
  align-items: flex-end;
}
.cid-vg3Sgt6lYt .grid-container-2 {
  align-items: flex-start;
}
.cid-vg3IGqapjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3IGqapjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3IGqapjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3IGqapjG .card {
  justify-content: center;
}
.cid-vg3IGqapjG .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3IGqapjG .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3IGqapjG .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-vg3IGqapjG .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3IGqapjG .image-wrapper {
    padding-left: 0;
  }
}
.cid-vg3IGqapjG .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg3IGqapjG .image-wrapper img {
    height: 300px;
  }
}
.cid-vg3IGqapjG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqapjG .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3IGqapjG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqapjG .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3IGqapjG .mbr-section-title {
  color: #000000;
}
.cid-vg3IGqapjG .mbr-text {
  color: #000000;
}
.cid-vg3IGqkz85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vg3IGqkz85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3IGqkz85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3IGqkz85 .card {
  justify-content: center;
}
.cid-vg3IGqkz85 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-vg3IGqkz85 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vg3IGqkz85 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-vg3IGqkz85 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vg3IGqkz85 .image-wrapper img {
    height: 300px;
  }
}
.cid-vg3IGqkz85 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqkz85 .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3IGqkz85 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqkz85 .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-vg3IGqkz85 .mbr-section-title {
  color: #000000;
}
.cid-vg3IGqkz85 .mbr-text {
  color: #000000;
}
.cid-vg3IGqsvK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-vg3IGqsvK4 .mbr-section-text {
  color: #464646;
}
.cid-vg3IGqzfNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3IGqzfNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3IGqzfNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vg3IGqzfNL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3IGqzfNL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqzfNL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vg3IGqzfNL .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3IGqzfNL .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row {
  margin: 0;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0d3b66 !important;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqzfNL .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-vg3IGqzfNL .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vg3IGqzfNL .mbr-label {
  color: #ffffff;
}
.cid-vg3IGqzfNL .mbr-section-title {
  color: #ffffff;
}
.cid-vg3IGqzfNL label {
  color: #ffffff;
}
.cid-vg3IGqKOrU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vg3IGqKOrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3IGqKOrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3IGqKOrU .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg3IGqKOrU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3IGqKOrU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vg3IGqKOrU .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vg3IGqKOrU .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-vg3IGqKOrU .nav-wrapper .list .item-wrap:hover::before,
.cid-vg3IGqKOrU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vg3IGqKOrU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3IGqKOrU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg3IGqKOrU .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vg3IGqKOrU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vg3IGqKOrU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vg3IGqKOrU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-vg3IGqKOrU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-vg3IGqKOrU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-vg3IGqKOrU .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-vg3IGqKOrU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vg3IGqKOrU .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqKOrU .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-vg3IGqKOrU .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vg3IGqKOrU .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vg3IGqKOrU .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-vg3IGqKOrU .list {
  color: #ffffff;
}
.cid-vg3IGqKOrU .mbr-section-title {
  color: #ffffff;
}
.cid-vg3IGqKOrU .mbr-text {
  color: #ffffff;
}
.cid-vg3IGqKOrU .mbr-copy {
  color: #ffffff;
  text-align: center;
}
