.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Oswald-Regular';
  font-size: 2.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Oswald-Regular';
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'SourceSansPro-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'SourceSansPro-Light';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'SourceSansPro-Light';
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #9aa0a6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b2221b !important;
  border-color: #b2221b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #de2b22 !important;
  border-color: #de2b22 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #de2b22 !important;
  border-color: #de2b22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9aa0a6 !important;
  border-color: #9aa0a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b5babe !important;
  border-color: #b5babe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b5babe !important;
  border-color: #b5babe !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b2221b;
  color: #b2221b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #671410 !important;
  background-color: transparent !important;
  border-color: #671410 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b2221b !important;
  border-color: #b2221b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9aa0a6;
  color: #9aa0a6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6d757c !important;
  background-color: transparent !important;
  border-color: #6d757c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9aa0a6 !important;
  border-color: #9aa0a6 !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: #000000 !important;
}
.text-secondary {
  color: #b2221b !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #9aa0a6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #59110e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #666d74 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #9aa0a6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #dee0e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SourceSansPro-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SourceSansPro-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b2221b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.footer {
  font-family: 'SourceSansPro-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer > .mbr-iconfont {
  font-size: 0.9rem;
}
.navi {
  font-family: 'Oswald-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.navi > .mbr-iconfont {
  font-size: 1.2rem;
}
.accordion {
  font-family: 'Oswald-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.accordion > .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v2yi5RMUIO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v2yi5RMUIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2yi5RMUIO .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-v2yi5RMUIO .container {
    padding: 0 30px;
  }
}
.cid-v2yi5RMUIO .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2yi5RMUIO .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2yi5RMUIO .video-block .mbr-figure video {
  object-fit: cover;
  border-radius: 0em;
  height: 700px;
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .cid-v2yi5RMUIO .video-block .mbr-figure video {
    height: 350px;
  }
}
.cid-v3p3CDb9AF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3p3CDb9AF .row {
  flex-direction: row-reverse;
}
.cid-v3p3CDb9AF .mbr-text {
  max-width: 550px;
}
.cid-v3p3CDb9AF .row {
  align-items: center;
}
.cid-v3p3CDb9AF .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3p3CDb9AF .mbr-text,
.cid-v3p3CDb9AF .mbr-section-btn {
  color: #000000;
}
.cid-v3p3CDb9AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3p3CDb9AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3p3CDb9AF .mbr-section-title {
  color: #000000;
}
.cid-v3DIJe0UPo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3DIJe0UPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3DIJe0UPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3DIJe0UPo .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v3DIJe0UPo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3DIJe0UPo .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v3DIJe0UPo .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v3DIJe0UPo .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v3DIJe0UPo .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-v3DIJe0UPo .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v3DIJe0UPo .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v3DIJe0UPo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f0f0f2;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v3DIJe0UPo .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3DIJe0UPo .item .item-wrapper {
    padding: 25px;
  }
}
.cid-v3DIJe0UPo .item .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.cid-v3DIJe0UPo .item .item-wrapper.no-fixed-height {
  height: auto;
}
.cid-v3DIJe0UPo .item .item-wrapper.icon-left {
  flex-direction: row;
  align-items: flex-start;
}
.cid-v3DIJe0UPo .item .item-wrapper.icon-left .icon-wrapper {
  margin-bottom: 0;
  margin-right: 20px;
  flex-shrink: 0;
}
.cid-v3DIJe0UPo .item .item-wrapper.icon-left .card-box {
  flex-grow: 1;
}
.cid-v3DIJe0UPo .item .item-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v3DIJe0UPo .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3DIJe0UPo .item .item-wrapper .icon-wrapper {
    margin-bottom: 25px;
  }
}
.cid-v3DIJe0UPo .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f0f0f2;
  background-color: #b2221b;
  border-radius: 12px;
}
.cid-v3DIJe0UPo .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v3DIJe0UPo .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v3DIJe0UPo .mbr-section-title {
  color: #404349;
}
.cid-v3DIJe0UPo .mbr-desc {
  color: #b19a7c;
}
.cid-v3DIJe0UPo .item-title {
  color: #404349;
}
.cid-v3DIJe0UPo .item-text {
  color: #404349;
  text-align: center;
}
.cid-v3DIJe0UPo .item-title,
.cid-v3DIJe0UPo .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3FPdvrF4B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3FPdvrF4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FPdvrF4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FPdvrF4B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .container {
    padding: 0 25px;
  }
}
.cid-v3FPdvrF4B .block-header {
  margin-bottom: 40px;
}
.cid-v3FPdvrF4B .block-header .mbr-section-title {
  color: #2f2e30;
}
.cid-v3FPdvrF4B .block-header .mbr-section-text {
  color: #232323;
}
.cid-v3FPdvrF4B .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards {
    margin: 0;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #edefeb;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper:hover,
.cid-v3FPdvrF4B .cards .item .item-wrapper:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cid-v3FPdvrF4B .cards .item .item-wrapper:hover .item-img img,
.cid-v3FPdvrF4B .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .date-badge {
  width: 70px;
  min-width: 70px;
  background-color: #2f2e30;
  text-align: center;
  padding: 12px 8px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .date-badge {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .date-badge .day {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .date-badge .month {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .date-badge .year {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 0.9em;
  margin: 0;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-img {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-img img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-img .news-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #d4082c;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 0;
  z-index: 10;
  margin: 0;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #ffffff;
  padding: 2px 4px 0;
}
.cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v3FPdvrF4B .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v3FPdvrF4B .mbr-card-title {
  color: #2f2e30;
}
.cid-v3FPdvrF4B .mbr-text {
  color: #232323;
}
.cid-v3FPdvrF4B .mbr-desc {
  color: #000000;
}
.cid-v3FPdvrF4B .mbr-card-title,
.cid-v3FPdvrF4B .mbr-section-btn {
  color: #000000;
}
.cid-v3FPdvrF4B .news-label {
  color: #ffffff;
}
.cid-v3FXYHU83L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3FXYHU83L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FXYHU83L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FXYHU83L .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .container {
    padding: 0 25px;
  }
}
.cid-v3FXYHU83L .block-header {
  margin-bottom: 40px;
}
.cid-v3FXYHU83L .block-header .mbr-section-title {
  color: #2f2e30;
}
.cid-v3FXYHU83L .block-header .mbr-section-text {
  color: #232323;
}
.cid-v3FXYHU83L .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards {
    margin: 0;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #edefeb;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper:hover,
.cid-v3FXYHU83L .cards .item .item-wrapper:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cid-v3FXYHU83L .cards .item .item-wrapper:hover .item-img img,
.cid-v3FXYHU83L .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-v3FXYHU83L .cards .item .item-wrapper .date-badge {
  width: 70px;
  min-width: 70px;
  background-color: #2f2e30;
  text-align: center;
  padding: 12px 8px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .date-badge {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper .date-badge .day {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .date-badge .month {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .date-badge .year {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 0.9em;
  margin: 0;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-img {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-img img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-img .news-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #5cce13;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 0;
  z-index: 10;
  margin: 0;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #ffffff;
  padding: 2px 4px 0;
}
.cid-v3FXYHU83L .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v3FXYHU83L .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v3FXYHU83L .mbr-card-title {
  color: #2f2e30;
}
.cid-v3FXYHU83L .mbr-text {
  color: #232323;
}
.cid-v3FXYHU83L .mbr-desc {
  color: #000000;
}
.cid-v3FXYHU83L .mbr-card-title,
.cid-v3FXYHU83L .mbr-section-btn {
  color: #000000;
}
.cid-v3FXYHU83L .news-label {
  color: #ffffff;
}
.cid-v3FYVJ1G2Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3FYVJ1G2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FYVJ1G2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FYVJ1G2Q .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .container {
    padding: 0 25px;
  }
}
.cid-v3FYVJ1G2Q .block-header {
  margin-bottom: 40px;
}
.cid-v3FYVJ1G2Q .block-header .mbr-section-title {
  color: #2f2e30;
}
.cid-v3FYVJ1G2Q .block-header .mbr-section-text {
  color: #232323;
}
.cid-v3FYVJ1G2Q .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards {
    margin: 0;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #edefeb;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper:hover,
.cid-v3FYVJ1G2Q .cards .item .item-wrapper:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper:hover .item-img img,
.cid-v3FYVJ1G2Q .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .date-badge {
  width: 70px;
  min-width: 70px;
  background-color: #2f2e30;
  text-align: center;
  padding: 12px 8px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .date-badge {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .date-badge .day {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .date-badge .month {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .date-badge .year {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 0.9em;
  margin: 0;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-img {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-img img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-img .news-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #5cce13;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 0;
  z-index: 10;
  margin: 0;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #ffffff;
  padding: 2px 4px 0;
}
.cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v3FYVJ1G2Q .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v3FYVJ1G2Q .mbr-card-title {
  color: #2f2e30;
}
.cid-v3FYVJ1G2Q .mbr-text {
  color: #232323;
}
.cid-v3FYVJ1G2Q .mbr-desc {
  color: #000000;
}
.cid-v3FYVJ1G2Q .mbr-card-title,
.cid-v3FYVJ1G2Q .mbr-section-btn {
  color: #000000;
}
.cid-v3FYVJ1G2Q .news-label {
  color: #ffffff;
}
.cid-v3FZHGWRxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3FZHGWRxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FZHGWRxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FZHGWRxf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .container {
    padding: 0 25px;
  }
}
.cid-v3FZHGWRxf .block-header {
  margin-bottom: 40px;
}
.cid-v3FZHGWRxf .block-header .mbr-section-title {
  color: #2f2e30;
}
.cid-v3FZHGWRxf .block-header .mbr-section-text {
  color: #232323;
}
.cid-v3FZHGWRxf .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards {
    margin: 0;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #edefeb;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper:hover,
.cid-v3FZHGWRxf .cards .item .item-wrapper:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cid-v3FZHGWRxf .cards .item .item-wrapper:hover .item-img img,
.cid-v3FZHGWRxf .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .date-badge {
  width: 70px;
  min-width: 70px;
  background-color: #2f2e30;
  text-align: center;
  padding: 12px 8px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .date-badge {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .date-badge .day {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .date-badge .month {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .date-badge .year {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 0.9em;
  margin: 0;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-img {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-img img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-img .news-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #d70081;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 0;
  z-index: 10;
  margin: 0;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #ffffff;
  padding: 2px 4px 0;
}
.cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v3FZHGWRxf .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v3FZHGWRxf .mbr-card-title {
  color: #2f2e30;
}
.cid-v3FZHGWRxf .mbr-text {
  color: #232323;
}
.cid-v3FZHGWRxf .mbr-desc {
  color: #000000;
}
.cid-v3FZHGWRxf .mbr-card-title,
.cid-v3FZHGWRxf .mbr-section-btn {
  color: #000000;
}
.cid-v3FZHGWRxf .news-label {
  color: #ffffff;
}
.cid-v3G0w94R9m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3G0w94R9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3G0w94R9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3G0w94R9m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .container {
    padding: 0 25px;
  }
}
.cid-v3G0w94R9m .block-header {
  margin-bottom: 40px;
}
.cid-v3G0w94R9m .block-header .mbr-section-title {
  color: #2f2e30;
}
.cid-v3G0w94R9m .block-header .mbr-section-text {
  color: #232323;
}
.cid-v3G0w94R9m .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards {
    margin: 0;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #edefeb;
  border-radius: 0 !important;
  transition: box-shadow 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper {
    display: block;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper:hover,
.cid-v3G0w94R9m .cards .item .item-wrapper:focus {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cid-v3G0w94R9m .cards .item .item-wrapper:hover .item-img img,
.cid-v3G0w94R9m .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-v3G0w94R9m .cards .item .item-wrapper .date-badge {
  width: 70px;
  min-width: 70px;
  background-color: #2f2e30;
  text-align: center;
  padding: 12px 8px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .date-badge {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper .date-badge .day {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .date-badge .month {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .date-badge .year {
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 0.9em;
  margin: 0;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-img {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-img img {
  width: 280px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-img .news-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #5cce13;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 0;
  z-index: 10;
  margin: 0;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #ffffff;
  padding: 2px 4px 0;
}
.cid-v3G0w94R9m .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-v3G0w94R9m .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-v3G0w94R9m .mbr-card-title {
  color: #2f2e30;
}
.cid-v3G0w94R9m .mbr-text {
  color: #232323;
}
.cid-v3G0w94R9m .mbr-desc {
  color: #000000;
}
.cid-v3G0w94R9m .mbr-card-title,
.cid-v3G0w94R9m .mbr-section-btn {
  color: #000000;
}
.cid-v3G0w94R9m .news-label {
  color: #ffffff;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tGvc9vx8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tGvc9vx8 .row {
  flex-direction: row-reverse;
}
.cid-v3tGvc9vx8 .mbr-text {
  max-width: 550px;
}
.cid-v3tGvc9vx8 .row {
  align-items: center;
}
.cid-v3tGvc9vx8 .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tGvc9vx8 .mbr-text,
.cid-v3tGvc9vx8 .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tGvc9vx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tGvc9vx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tGvc9vx8 .mbr-section-title {
  color: #f0f0f2;
}
.cid-v0lfGe6eJn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v0lfGe6eJn .showAlerts {
  display: block !important;
}
.cid-v0lfGe6eJn .rowflexrev {
  display: -webkit-flex;
}
.cid-v0lfGe6eJn .ws-form-alerts {
  margin-top: 1rem;
}
.cid-v0lfGe6eJn .title {
  margin-bottom: 2rem;
}
.cid-v0lfGe6eJn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v0lfGe6eJn textarea.form-control {
  min-height: 188px;
}
.cid-v0lfGe6eJn LABEL {
  color: #232323;
  display: initial;
}
.cid-v0lfGe6eJn .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lfGe6eJn .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v0lfGe6eJn .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lfGe6eJn .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lfGe6eJn .alert {
  margin-bottom: 0;
}
.cid-v0lfGe6eJn .alert-success {
  background-color: #232323;
}
.cid-v0lfGe6eJn .alert-danger {
  background-color: #d4082c;
}
.cid-v0lfGe6eJn .btn {
  display: inline-flex;
}
.cid-v0lfGe6eJn .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-v0lfGe6eJn .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-v0lfGe6eJn input,
.cid-v0lfGe6eJn option,
.cid-v0lfGe6eJn textarea {
  color: #000000;
}
.cid-v0lfGe6eJn H2 {
  text-align: left;
  color: #232323;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tH69QQmU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tH69QQmU .row {
  flex-direction: row-reverse;
}
.cid-v3tH69QQmU .mbr-text {
  max-width: 550px;
}
.cid-v3tH69QQmU .row {
  align-items: center;
}
.cid-v3tH69QQmU .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tH69QQmU .mbr-text,
.cid-v3tH69QQmU .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tH69QQmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tH69QQmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tH69QQmU .mbr-section-title {
  color: #f0f0f2;
}
.cid-v0ljRB26t8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0ljRB26t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ljRB26t8 .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-v0ljRB26t8 .container {
    padding: 0 24px;
  }
}
.cid-v0ljRB26t8 .row {
  justify-content: center;
}
.cid-v0ljRB26t8 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v0ljRB26t8 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v0ljRB26t8 .content-wrapper {
    padding: 32px;
  }
}
.cid-v0ljRB26t8 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0ljRB26t8 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v0ljRB26t8 .mbr-section-title {
  color: #232323;
}
.cid-v0ljRB26t8 .mbr-text {
  color: #000000;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-v0lk984TLs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v0lk984TLs nav.navbar {
  position: fixed;
}
.cid-v0lk984TLs .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-v0lk984TLs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0lk984TLs .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v0lk984TLs .dropdown-item:hover,
.cid-v0lk984TLs .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v0lk984TLs .dropdown-item:hover span {
  color: white;
}
.cid-v0lk984TLs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0lk984TLs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0lk984TLs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0lk984TLs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0lk984TLs .nav-link {
  position: relative;
}
.cid-v0lk984TLs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0lk984TLs .container {
    flex-wrap: nowrap;
  }
}
.cid-v0lk984TLs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0lk984TLs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0lk984TLs .dropdown-menu,
.cid-v0lk984TLs .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v0lk984TLs .nav-item:focus,
.cid-v0lk984TLs .nav-link:focus {
  outline: none;
}
.cid-v0lk984TLs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0lk984TLs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0lk984TLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0lk984TLs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0lk984TLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0lk984TLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0lk984TLs .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0lk984TLs .navbar.opened {
  transition: all 0.3s;
}
.cid-v0lk984TLs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v0lk984TLs .navbar .navbar-logo img {
  width: auto;
}
.cid-v0lk984TLs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0lk984TLs .navbar.collapsed {
  justify-content: center;
}
.cid-v0lk984TLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0lk984TLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0lk984TLs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v0lk984TLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0lk984TLs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0lk984TLs .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-v0lk984TLs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0lk984TLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0lk984TLs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0lk984TLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0lk984TLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0lk984TLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0lk984TLs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0lk984TLs .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-v0lk984TLs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0lk984TLs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0lk984TLs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v0lk984TLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0lk984TLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0lk984TLs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0lk984TLs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0lk984TLs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0lk984TLs .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-v0lk984TLs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0lk984TLs .navbar-brand .navbar-caption:hover,
.cid-v0lk984TLs .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0lk984TLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0lk984TLs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0lk984TLs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0lk984TLs .dropdown-item.active,
.cid-v0lk984TLs .dropdown-item:active {
  background-color: transparent;
}
.cid-v0lk984TLs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0lk984TLs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0lk984TLs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0lk984TLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0lk984TLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0lk984TLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0lk984TLs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0lk984TLs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0lk984TLs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0lk984TLs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0lk984TLs .navbar-buttons {
    text-align: left;
  }
}
.cid-v0lk984TLs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0lk984TLs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0lk984TLs 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0lk984TLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0lk984TLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0lk984TLs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0lk984TLs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0lk984TLs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0lk984TLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lk984TLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0lk984TLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0lk984TLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lk984TLs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0lk984TLs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0lk984TLs .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-v0lk984TLs .navbar {
    height: 70px;
  }
  .cid-v0lk984TLs .navbar.opened {
    height: auto;
  }
  .cid-v0lk984TLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0lk984TLs .navbar-nav {
  margin: 0;
}
.cid-v0lk984TLs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0lk984TLs .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-v0lk984TLs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0lk984TLs .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-v0lk984TLs .nav-item .nav-link:hover,
.cid-v0lk984TLs .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v0lk984TLs .nav-item .nav-link:hover::after,
.cid-v0lk984TLs .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v0lk984TLs .nav-item .nav-link:hover::before,
.cid-v0lk984TLs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0lk984TLs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0lk984TLs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0lk984TLs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0lk984TLs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0lk984TLs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0lk984TLs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0lk984TLs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0lk984TLs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0lk984TLs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0lk984TLs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0lk984TLs .content-wrap {
  min-height: 110px;
}
.cid-v3tHhcPC2K {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tHhcPC2K .row {
  flex-direction: row-reverse;
}
.cid-v3tHhcPC2K .mbr-text {
  max-width: 550px;
}
.cid-v3tHhcPC2K .row {
  align-items: center;
}
.cid-v3tHhcPC2K .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tHhcPC2K .mbr-text,
.cid-v3tHhcPC2K .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tHhcPC2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tHhcPC2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tHhcPC2K .mbr-section-title {
  color: #f0f0f2;
}
.cid-v0lk98qZJE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0lk98qZJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lk98qZJE .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-v0lk98qZJE .container {
    padding: 0 24px;
  }
}
.cid-v0lk98qZJE .row {
  justify-content: center;
}
.cid-v0lk98qZJE .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v0lk98qZJE .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v0lk98qZJE .content-wrapper {
    padding: 32px;
  }
}
.cid-v0lk98qZJE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0lk98qZJE .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v0lk98qZJE .mbr-section-title {
  color: #232323;
}
.cid-v0lk98qZJE .mbr-text {
  color: #000000;
}
.cid-v0lk98DgYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v0lk98DgYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lk98DgYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0lk98DgYv .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0lk98DgYv .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0lk98DgYv .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v0lk98DgYv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v0lk98DgYv .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0lk98DgYv .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v0lk98DgYv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v0lk98DgYv .items-wrapper .card {
  padding: 0 32px;
}
.cid-v0lk98DgYv .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0lk98DgYv .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0lk98DgYv .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v0lk98DgYv .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0lk98DgYv .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v0lk98DgYv .list-wrapper .list .item-wrap:hover,
.cid-v0lk98DgYv .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v0lk98DgYv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0lk98DgYv .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0lk98DgYv .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0lk98DgYv .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v0lk98DgYv .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v0lk98DgYv .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v0lk98DgYv .mbr-desc {
  color: #ffffff;
}
.cid-v0lk98DgYv .mbr-text,
.cid-v0lk98DgYv .text-wrapper {
  color: #9aa0a6;
}
.cid-v0lk98DgYv .list {
  color: #9aa0a6;
}
.cid-v0lk98DgYv .mbr-text,
.cid-v0lk98DgYv .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v0lk98DgYv .list,
.cid-v0lk98DgYv .item-wrap {
  color: #f0f0f2;
}
.cid-v0lVSv9foO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v0lVSv9foO nav.navbar {
  position: fixed;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v0lVSv9foO .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v0lVSv9foO .dropdown-item:hover,
.cid-v0lVSv9foO .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v0lVSv9foO .dropdown-item:hover span {
  color: white;
}
.cid-v0lVSv9foO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0lVSv9foO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0lVSv9foO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0lVSv9foO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0lVSv9foO .nav-link {
  position: relative;
}
.cid-v0lVSv9foO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v0lVSv9foO .container {
    flex-wrap: nowrap;
  }
}
.cid-v0lVSv9foO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v0lVSv9foO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0lVSv9foO .dropdown-menu,
.cid-v0lVSv9foO .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v0lVSv9foO .nav-item:focus,
.cid-v0lVSv9foO .nav-link:focus {
  outline: none;
}
.cid-v0lVSv9foO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0lVSv9foO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v0lVSv9foO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0lVSv9foO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0lVSv9foO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0lVSv9foO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0lVSv9foO .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0lVSv9foO .navbar.opened {
  transition: all 0.3s;
}
.cid-v0lVSv9foO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v0lVSv9foO .navbar .navbar-logo img {
  width: auto;
}
.cid-v0lVSv9foO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0lVSv9foO .navbar.collapsed {
  justify-content: center;
}
.cid-v0lVSv9foO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0lVSv9foO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0lVSv9foO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v0lVSv9foO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0lVSv9foO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0lVSv9foO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0lVSv9foO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0lVSv9foO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0lVSv9foO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0lVSv9foO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0lVSv9foO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0lVSv9foO .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-v0lVSv9foO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0lVSv9foO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0lVSv9foO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v0lVSv9foO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v0lVSv9foO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0lVSv9foO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0lVSv9foO .navbar.navbar-short {
  min-height: 96px;
}
.cid-v0lVSv9foO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v0lVSv9foO .navbar-brand .navbar-caption:hover,
.cid-v0lVSv9foO .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0lVSv9foO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0lVSv9foO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v0lVSv9foO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v0lVSv9foO .dropdown-item.active,
.cid-v0lVSv9foO .dropdown-item:active {
  background-color: transparent;
}
.cid-v0lVSv9foO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0lVSv9foO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0lVSv9foO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0lVSv9foO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v0lVSv9foO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v0lVSv9foO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v0lVSv9foO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0lVSv9foO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v0lVSv9foO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v0lVSv9foO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v0lVSv9foO .navbar-buttons {
    text-align: left;
  }
}
.cid-v0lVSv9foO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v0lVSv9foO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v0lVSv9foO 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v0lVSv9foO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0lVSv9foO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v0lVSv9foO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0lVSv9foO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v0lVSv9foO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v0lVSv9foO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lVSv9foO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0lVSv9foO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0lVSv9foO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0lVSv9foO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0lVSv9foO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .navbar {
    height: 70px;
  }
  .cid-v0lVSv9foO .navbar.opened {
    height: auto;
  }
  .cid-v0lVSv9foO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0lVSv9foO .navbar-nav {
  margin: 0;
}
.cid-v0lVSv9foO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v0lVSv9foO .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-v0lVSv9foO .nav-item .nav-link:hover,
.cid-v0lVSv9foO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v0lVSv9foO .nav-item .nav-link:hover::after,
.cid-v0lVSv9foO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v0lVSv9foO .nav-item .nav-link:hover::before,
.cid-v0lVSv9foO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0lVSv9foO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v0lVSv9foO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v0lVSv9foO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v0lVSv9foO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v0lVSv9foO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v0lVSv9foO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v0lVSv9foO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v0lVSv9foO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v0lVSv9foO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v0lVSv9foO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v0lVSv9foO .content-wrap {
  min-height: 110px;
}
.cid-v3tGSZw0H7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tGSZw0H7 .row {
  flex-direction: row-reverse;
}
.cid-v3tGSZw0H7 .mbr-text {
  max-width: 550px;
}
.cid-v3tGSZw0H7 .row {
  align-items: center;
}
.cid-v3tGSZw0H7 .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tGSZw0H7 .mbr-text,
.cid-v3tGSZw0H7 .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tGSZw0H7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tGSZw0H7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tGSZw0H7 .mbr-section-title {
  color: #f0f0f2;
}
.cid-v0lVSvzMad {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v0lVSvzMad .showAlerts {
  display: block !important;
}
.cid-v0lVSvzMad .rowflexrev {
  display: -webkit-flex;
}
.cid-v0lVSvzMad .ws-form-alerts {
  margin-top: 1rem;
}
.cid-v0lVSvzMad .title {
  margin-bottom: 2rem;
}
.cid-v0lVSvzMad .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-v0lVSvzMad textarea.form-control {
  min-height: 188px;
}
.cid-v0lVSvzMad LABEL {
  color: #232323;
  display: initial;
}
.cid-v0lVSvzMad .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lVSvzMad .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v0lVSvzMad .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lVSvzMad .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v0lVSvzMad .alert {
  margin-bottom: 0;
}
.cid-v0lVSvzMad .alert-success {
  background-color: #232323;
}
.cid-v0lVSvzMad .alert-danger {
  background-color: #d4082c;
}
.cid-v0lVSvzMad .btn {
  display: inline-flex;
}
.cid-v0lVSvzMad .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-v0lVSvzMad .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-v0lVSvzMad input,
.cid-v0lVSvzMad option,
.cid-v0lVSvzMad textarea {
  color: #000000;
}
.cid-v0lVSvzMad H2 {
  text-align: left;
  color: #232323;
}
.cid-v0lVSvzMad .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v0lVSzVrww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v0lVSzVrww .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lVSzVrww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v0lVSzVrww .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0lVSzVrww .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0lVSzVrww .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v0lVSzVrww .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v0lVSzVrww .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0lVSzVrww .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v0lVSzVrww .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v0lVSzVrww .items-wrapper .card {
  padding: 0 32px;
}
.cid-v0lVSzVrww .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0lVSzVrww .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0lVSzVrww .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v0lVSzVrww .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v0lVSzVrww .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v0lVSzVrww .list-wrapper .list .item-wrap:hover,
.cid-v0lVSzVrww .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v0lVSzVrww .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0lVSzVrww .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0lVSzVrww .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0lVSzVrww .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v0lVSzVrww .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v0lVSzVrww .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v0lVSzVrww .mbr-desc {
  color: #ffffff;
}
.cid-v0lVSzVrww .mbr-text,
.cid-v0lVSzVrww .text-wrapper {
  color: #9aa0a6;
}
.cid-v0lVSzVrww .list {
  color: #9aa0a6;
}
.cid-v0lVSzVrww .mbr-text,
.cid-v0lVSzVrww .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v0lVSzVrww .list,
.cid-v0lVSzVrww .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tRRjYP92 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tRRjYP92 .row {
  flex-direction: row-reverse;
}
.cid-v3tRRjYP92 .mbr-text {
  max-width: 550px;
}
.cid-v3tRRjYP92 .row {
  align-items: center;
}
.cid-v3tRRjYP92 .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tRRjYP92 .mbr-text,
.cid-v3tRRjYP92 .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tRRjYP92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tRRjYP92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tRRjYP92 .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3tRoGDPpw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f2;
}
.cid-v3tRoGDPpw .row {
  flex-direction: row-reverse;
}
.cid-v3tRoGDPpw .mbr-text {
  max-width: 550px;
}
.cid-v3tRoGDPpw .row {
  align-items: center;
}
.cid-v3tRoGDPpw .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tRoGDPpw .mbr-text,
.cid-v3tRoGDPpw .mbr-section-btn {
  color: #000000;
}
.cid-v3tRoGDPpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tRoGDPpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tRoGDPpw .mbr-section-title {
  color: #000000;
}
.cid-v37i9PKW1x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37i9PKW1x .mbr-text {
  color: #030303;
}
.cid-v37gtgDR0F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v37gtgDR0F .mbr-text {
  color: #767676;
}
.cid-v37gtgDR0F .icon-1 {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-v37gtgDR0F .icon-arrow {
  color: #edefeb;
  font-size: 1.8rem !important;
}
.cid-v37gtgDR0F .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .cid-v37gtgDR0F .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-v37gtgDR0F .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-v37gtgDR0F .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-v37gtgDR0F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v37gtgDR0F .card {
    margin-bottom: 2rem;
  }
}
.cid-v37gtgDR0F .text-link {
  font-weight: 800 !important;
}
.cid-v37gtgDR0F .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #232323;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-v37gtgDR0F .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-v37gtgDR0F .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-v37gtgDR0F .card:hover .card-inner {
  background-color: #9aa0a6;
}
.cid-v37gtgDR0F .card:hover .icon-arrow {
  color: #fff;
}
.cid-v37gtgDR0F .card:hover .text-link {
  color: #fff !important;
}
.cid-v37gtgDR0F .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-v37gtgDR0F .card:hover .link {
  transform: translateX(42px);
}
.cid-v37gtgDR0F .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-v37gtgDR0F h5 {
  color: #101010;
  font-weight: 800;
}
.cid-v37gtgDR0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37gtgDR0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37inwkzIU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v37inwkzIU .mbr-text {
  color: #030303;
}
.cid-v3diPGvZqH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3diPGvZqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3diPGvZqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3diPGvZqH .pb-video-container {
  padding-top: 20px;
  background: #f0f0f2;
  justify-content: center;
}
.cid-v3diPGvZqH .pb-video-container > .col-md-12 {
  margin-left: 0;
  padding: 0;
}
.cid-v3diPGvZqH .pb-video {
  padding: 4px;
}
.cid-v3diPGvZqH .pb-color {
  background-color: #f7f7f7;
}
.cid-v3diPGvZqH .pb-video:hover {
  background: #f0f0f2;
}
.cid-v3diPGvZqH .pb-video-frame {
  transition: width 2s, height 2s;
}
.cid-v3diPGvZqH .pb-video-frame:hover {
  height: 300px;
}
.cid-v3diPGvZqH .pb-row {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-v3diPGvZqH .mbr-text,
.cid-v3diPGvZqH .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-v3diPGvZqH .mbr-text {
  color: #000000;
  text-align: center;
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cid-v3diPGvZqH .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3diPGvZqH .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-v3diPGvZqH .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3diPGvZqH .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-v3diPGvZqH .mbr-section-title {
  color: #000000;
}
.cid-v3diPGvZqH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3drGCqzU7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3drGCqzU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3drGCqzU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3drGCqzU7 .pb-video-container {
  padding-top: 20px;
  background: #f0f0f2;
  justify-content: center;
}
.cid-v3drGCqzU7 .pb-video-container > .col-md-12 {
  margin-left: 0;
  padding: 0;
}
.cid-v3drGCqzU7 .pb-video {
  padding: 4px;
}
.cid-v3drGCqzU7 .pb-color {
  background-color: #f7f7f7;
}
.cid-v3drGCqzU7 .pb-video:hover {
  background: #f0f0f2;
}
.cid-v3drGCqzU7 .pb-video-frame {
  transition: width 2s, height 2s;
}
.cid-v3drGCqzU7 .pb-video-frame:hover {
  height: 300px;
}
.cid-v3drGCqzU7 .pb-row {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-v3drGCqzU7 .mbr-text,
.cid-v3drGCqzU7 .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-v3drGCqzU7 .mbr-text {
  color: #000000;
  text-align: center;
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cid-v3drGCqzU7 .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3drGCqzU7 .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-v3drGCqzU7 .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3drGCqzU7 .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-v3drGCqzU7 .mbr-section-title {
  color: #000000;
}
.cid-v3drGCqzU7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3djwyPxke {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3djwyPxke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3djwyPxke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3djwyPxke .pb-video-container {
  padding-top: 20px;
  background: #f0f0f2;
  justify-content: center;
}
.cid-v3djwyPxke .pb-video-container > .col-md-12 {
  margin-left: 0;
  padding: 0;
}
.cid-v3djwyPxke .pb-video {
  padding: 4px;
}
.cid-v3djwyPxke .pb-color {
  background-color: #f7f7f7;
}
.cid-v3djwyPxke .pb-video:hover {
  background: #f0f0f2;
}
.cid-v3djwyPxke .pb-video-frame {
  transition: width 2s, height 2s;
}
.cid-v3djwyPxke .pb-video-frame:hover {
  height: 300px;
}
.cid-v3djwyPxke .pb-row {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-v3djwyPxke .mbr-text,
.cid-v3djwyPxke .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-v3djwyPxke .mbr-text {
  color: #000000;
  text-align: center;
  font-size: 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cid-v3djwyPxke .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3djwyPxke .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-v3djwyPxke .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-v3djwyPxke .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-v3djwyPxke .mbr-section-title {
  color: #000000;
}
.cid-v3djwyPxke .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-v36x0hn99X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v36x0hn99X nav.navbar {
  position: fixed;
}
.cid-v36x0hn99X .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-v36x0hn99X .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v36x0hn99X .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v36x0hn99X .dropdown-item:hover,
.cid-v36x0hn99X .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v36x0hn99X .dropdown-item:hover span {
  color: white;
}
.cid-v36x0hn99X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v36x0hn99X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v36x0hn99X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v36x0hn99X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v36x0hn99X .nav-link {
  position: relative;
}
.cid-v36x0hn99X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v36x0hn99X .container {
    flex-wrap: nowrap;
  }
}
.cid-v36x0hn99X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v36x0hn99X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v36x0hn99X .dropdown-menu,
.cid-v36x0hn99X .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v36x0hn99X .nav-item:focus,
.cid-v36x0hn99X .nav-link:focus {
  outline: none;
}
.cid-v36x0hn99X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v36x0hn99X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v36x0hn99X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v36x0hn99X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v36x0hn99X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v36x0hn99X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v36x0hn99X .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36x0hn99X .navbar.opened {
  transition: all 0.3s;
}
.cid-v36x0hn99X .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v36x0hn99X .navbar .navbar-logo img {
  width: auto;
}
.cid-v36x0hn99X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v36x0hn99X .navbar.collapsed {
  justify-content: center;
}
.cid-v36x0hn99X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v36x0hn99X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v36x0hn99X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v36x0hn99X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v36x0hn99X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v36x0hn99X .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-v36x0hn99X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v36x0hn99X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v36x0hn99X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v36x0hn99X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v36x0hn99X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v36x0hn99X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v36x0hn99X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v36x0hn99X .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-v36x0hn99X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v36x0hn99X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v36x0hn99X .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v36x0hn99X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v36x0hn99X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v36x0hn99X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v36x0hn99X .navbar.navbar-short {
  min-height: 96px;
}
.cid-v36x0hn99X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v36x0hn99X .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-v36x0hn99X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v36x0hn99X .navbar-brand .navbar-caption:hover,
.cid-v36x0hn99X .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36x0hn99X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v36x0hn99X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v36x0hn99X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36x0hn99X .dropdown-item.active,
.cid-v36x0hn99X .dropdown-item:active {
  background-color: transparent;
}
.cid-v36x0hn99X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v36x0hn99X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v36x0hn99X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v36x0hn99X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v36x0hn99X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v36x0hn99X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v36x0hn99X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v36x0hn99X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v36x0hn99X ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v36x0hn99X .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v36x0hn99X .navbar-buttons {
    text-align: left;
  }
}
.cid-v36x0hn99X .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v36x0hn99X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v36x0hn99X 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36x0hn99X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v36x0hn99X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v36x0hn99X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36x0hn99X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36x0hn99X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v36x0hn99X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36x0hn99X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v36x0hn99X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v36x0hn99X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36x0hn99X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v36x0hn99X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v36x0hn99X .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-v36x0hn99X .navbar {
    height: 70px;
  }
  .cid-v36x0hn99X .navbar.opened {
    height: auto;
  }
  .cid-v36x0hn99X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v36x0hn99X .navbar-nav {
  margin: 0;
}
.cid-v36x0hn99X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v36x0hn99X .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-v36x0hn99X .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v36x0hn99X .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-v36x0hn99X .nav-item .nav-link:hover,
.cid-v36x0hn99X .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v36x0hn99X .nav-item .nav-link:hover::after,
.cid-v36x0hn99X .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v36x0hn99X .nav-item .nav-link:hover::before,
.cid-v36x0hn99X .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v36x0hn99X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v36x0hn99X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v36x0hn99X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v36x0hn99X .navbar {
    justify-content: flex-start !important;
  }
  .cid-v36x0hn99X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v36x0hn99X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v36x0hn99X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v36x0hn99X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v36x0hn99X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v36x0hn99X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v36x0hn99X .content-wrap {
  min-height: 110px;
}
.cid-v3tNXWvv3a {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tNXWvv3a .row {
  flex-direction: row-reverse;
}
.cid-v3tNXWvv3a .mbr-text {
  max-width: 550px;
}
.cid-v3tNXWvv3a .row {
  align-items: center;
}
.cid-v3tNXWvv3a .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tNXWvv3a .mbr-text,
.cid-v3tNXWvv3a .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tNXWvv3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tNXWvv3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tNXWvv3a .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3tNChOWV8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f0f0f2;
}
.cid-v3tNChOWV8 .row {
  flex-direction: row-reverse;
}
.cid-v3tNChOWV8 .mbr-text {
  max-width: 550px;
}
.cid-v3tNChOWV8 .row {
  align-items: center;
}
.cid-v3tNChOWV8 .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tNChOWV8 .mbr-text,
.cid-v3tNChOWV8 .mbr-section-btn {
  color: #000000;
}
.cid-v3tNChOWV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tNChOWV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tNChOWV8 .mbr-section-title {
  color: #000000;
}
.cid-v36z5mthUt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-v36z5mthUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36z5mthUt .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-v36z5mthUt .container {
    padding: 0 16px;
  }
}
.cid-v36z5mthUt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v36z5mthUt .row-content {
  justify-content: center;
  margin: 0 -8px;
}
@media (max-width: 992px) {
  .cid-v36z5mthUt .row-content {
    margin: 0;
  }
}
.cid-v36z5mthUt .item {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v36z5mthUt .item {
    margin-bottom: 32px;
    padding: 0;
    height: auto;
  }
}
.cid-v36z5mthUt .item:hover .item-wrapper .item-img img,
.cid-v36z5mthUt .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v36z5mthUt .item .item-wrapper {
  height: 100%;
}
.cid-v36z5mthUt .item .item-wrapper .item-img {
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-v36z5mthUt .item .item-wrapper .item-img img {
  height: 325px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-v36z5mthUt .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-v36z5mthUt .item .card-date {
  margin: 24px 0 0 0;
}
.cid-v36z5mthUt .item a {
  display: block;
}
.cid-v36z5mthUt .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v36z5mthUt .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v36z5mthUt .mbr-section-btn .btn {
  width: fit-content;
  display: inline-flex;
}
.cid-v36z5mthUt .mbr-desc {
  color: #706cff;
}
.cid-v36z5mthUt .card-title {
  color: #000000;
}
.cid-v36z5mthUt .card-date {
  color: #706cff;
}
.cid-v36z5mthUt .mbr-desc,
.cid-v36z5mthUt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v36zInAh9p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36zInAh9p .mbr-text {
  color: #030303;
}
.cid-v36zUf4H54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36zUf4H54 .mbr-text {
  color: #030303;
}
.cid-v36zUf4H54 .mbr-section-title {
  color: #b2221b;
}
.cid-v3jgdGLf2O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v3jgdGLf2O .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-v3jgdGLf2O .mbr-text {
  line-height: 1.5;
}
.cid-v3jgdGLf2O .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-v3jgdGLf2O .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-v3jgdGLf2O .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-v3jgdGLf2O .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-v3jgdGLf2O .container2 input:checked ~ .checkmark {
  background-color: #b2221b;
}
.cid-v3jgdGLf2O .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.cid-v3jgdGLf2O .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-v3jgdGLf2O .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-v3jgdGLf2O .mbr-section-title {
  text-align: left;
  color: #b2221b;
}
.cid-v3jgdGLf2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3jgdGLf2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36x0iCCw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v36x0iCCw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36x0iCCw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v36x0iCCw8 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v36x0iCCw8 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v36x0iCCw8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v36x0iCCw8 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v36x0iCCw8 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v36x0iCCw8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v36x0iCCw8 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v36x0iCCw8 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36x0iCCw8 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36x0iCCw8 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36x0iCCw8 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v36x0iCCw8 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v36x0iCCw8 .list-wrapper .list .item-wrap:hover,
.cid-v36x0iCCw8 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v36x0iCCw8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v36x0iCCw8 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36x0iCCw8 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36x0iCCw8 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36x0iCCw8 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v36x0iCCw8 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v36x0iCCw8 .mbr-desc {
  color: #ffffff;
}
.cid-v36x0iCCw8 .mbr-text,
.cid-v36x0iCCw8 .text-wrapper {
  color: #9aa0a6;
}
.cid-v36x0iCCw8 .list {
  color: #9aa0a6;
}
.cid-v36x0iCCw8 .mbr-text,
.cid-v36x0iCCw8 .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v36x0iCCw8 .list,
.cid-v36x0iCCw8 .item-wrap {
  color: #f0f0f2;
}
.cid-v36GCZhihH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v36GCZhihH nav.navbar {
  position: fixed;
}
.cid-v36GCZhihH .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-v36GCZhihH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v36GCZhihH .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v36GCZhihH .dropdown-item:hover,
.cid-v36GCZhihH .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v36GCZhihH .dropdown-item:hover span {
  color: white;
}
.cid-v36GCZhihH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v36GCZhihH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v36GCZhihH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v36GCZhihH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v36GCZhihH .nav-link {
  position: relative;
}
.cid-v36GCZhihH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v36GCZhihH .container {
    flex-wrap: nowrap;
  }
}
.cid-v36GCZhihH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v36GCZhihH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v36GCZhihH .dropdown-menu,
.cid-v36GCZhihH .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v36GCZhihH .nav-item:focus,
.cid-v36GCZhihH .nav-link:focus {
  outline: none;
}
.cid-v36GCZhihH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v36GCZhihH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v36GCZhihH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v36GCZhihH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v36GCZhihH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v36GCZhihH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v36GCZhihH .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36GCZhihH .navbar.opened {
  transition: all 0.3s;
}
.cid-v36GCZhihH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v36GCZhihH .navbar .navbar-logo img {
  width: auto;
}
.cid-v36GCZhihH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v36GCZhihH .navbar.collapsed {
  justify-content: center;
}
.cid-v36GCZhihH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v36GCZhihH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v36GCZhihH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v36GCZhihH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v36GCZhihH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v36GCZhihH .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-v36GCZhihH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v36GCZhihH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v36GCZhihH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v36GCZhihH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v36GCZhihH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v36GCZhihH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v36GCZhihH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v36GCZhihH .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-v36GCZhihH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v36GCZhihH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v36GCZhihH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v36GCZhihH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v36GCZhihH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v36GCZhihH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v36GCZhihH .navbar.navbar-short {
  min-height: 96px;
}
.cid-v36GCZhihH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v36GCZhihH .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-v36GCZhihH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v36GCZhihH .navbar-brand .navbar-caption:hover,
.cid-v36GCZhihH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36GCZhihH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v36GCZhihH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v36GCZhihH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36GCZhihH .dropdown-item.active,
.cid-v36GCZhihH .dropdown-item:active {
  background-color: transparent;
}
.cid-v36GCZhihH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v36GCZhihH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v36GCZhihH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v36GCZhihH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v36GCZhihH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v36GCZhihH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v36GCZhihH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v36GCZhihH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v36GCZhihH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v36GCZhihH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v36GCZhihH .navbar-buttons {
    text-align: left;
  }
}
.cid-v36GCZhihH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v36GCZhihH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v36GCZhihH 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36GCZhihH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v36GCZhihH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v36GCZhihH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36GCZhihH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36GCZhihH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v36GCZhihH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36GCZhihH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v36GCZhihH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v36GCZhihH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36GCZhihH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v36GCZhihH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v36GCZhihH .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-v36GCZhihH .navbar {
    height: 70px;
  }
  .cid-v36GCZhihH .navbar.opened {
    height: auto;
  }
  .cid-v36GCZhihH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v36GCZhihH .navbar-nav {
  margin: 0;
}
.cid-v36GCZhihH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v36GCZhihH .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-v36GCZhihH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v36GCZhihH .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-v36GCZhihH .nav-item .nav-link:hover,
.cid-v36GCZhihH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v36GCZhihH .nav-item .nav-link:hover::after,
.cid-v36GCZhihH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v36GCZhihH .nav-item .nav-link:hover::before,
.cid-v36GCZhihH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v36GCZhihH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v36GCZhihH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v36GCZhihH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v36GCZhihH .navbar {
    justify-content: flex-start !important;
  }
  .cid-v36GCZhihH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v36GCZhihH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v36GCZhihH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v36GCZhihH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v36GCZhihH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v36GCZhihH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v36GCZhihH .content-wrap {
  min-height: 110px;
}
.cid-v3tEllwspz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v3tEllwspz .row {
  flex-direction: row-reverse;
}
.cid-v3tEllwspz .mbr-text {
  max-width: 550px;
}
.cid-v3tEllwspz .row {
  align-items: center;
}
.cid-v3tEllwspz .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tEllwspz .mbr-text,
.cid-v3tEllwspz .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tEllwspz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tEllwspz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tEllwspz .mbr-section-title {
  color: #f0f0f2;
}
.cid-v36HaQTaaM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36HaQTaaM .mbr-text {
  color: #030303;
}
.cid-v36HaQTaaM .mbr-section-title {
  color: #b2221b;
}
.cid-v36Ogf2841 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36Ogf2841 .mbr-text {
  color: #030303;
}
.cid-v36Ogf2841 .mbr-section-title {
  color: #b2221b;
}
.cid-v36OxfMsbx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36OxfMsbx .mbr-text {
  color: #030303;
}
.cid-v36OxfMsbx .mbr-section-title {
  color: #b2221b;
}
.cid-v36OG3cXJv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36OG3cXJv .mbr-text {
  color: #030303;
}
.cid-v36OG3cXJv .mbr-section-title {
  color: #b2221b;
}
.cid-v36ONYhxBH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36ONYhxBH .mbr-text {
  color: #030303;
}
.cid-v36ONYhxBH .mbr-section-title {
  color: #b2221b;
}
.cid-v36OWd5RLX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36OWd5RLX .mbr-text {
  color: #030303;
}
.cid-v36OWd5RLX .mbr-section-title {
  color: #b2221b;
}
.cid-v36P8xEMa9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36P8xEMa9 .mbr-text {
  color: #030303;
}
.cid-v36P8xEMa9 .mbr-section-title {
  color: #b2221b;
}
.cid-v36Pj3tZqE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v36Pj3tZqE .mbr-text {
  color: #030303;
}
.cid-v36Pj3tZqE .mbr-section-title {
  color: #d4082c;
}
.cid-v36GD14CAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v36GD14CAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36GD14CAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36GD14CAW .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v36GD14CAW .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v36GD14CAW .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v36GD14CAW .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v36GD14CAW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v36GD14CAW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v36GD14CAW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v36GD14CAW .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v36GD14CAW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v36GD14CAW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v36GD14CAW .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v36GD14CAW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v36GD14CAW .items-wrapper .card {
  padding: 0 32px;
}
.cid-v36GD14CAW .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36GD14CAW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36GD14CAW .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36GD14CAW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v36GD14CAW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v36GD14CAW .list-wrapper .list .item-wrap:hover,
.cid-v36GD14CAW .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v36GD14CAW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v36GD14CAW .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36GD14CAW .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36GD14CAW .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36GD14CAW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v36GD14CAW .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v36GD14CAW .mbr-desc {
  color: #ffffff;
}
.cid-v36GD14CAW .mbr-text,
.cid-v36GD14CAW .text-wrapper {
  color: #9aa0a6;
}
.cid-v36GD14CAW .list {
  color: #9aa0a6;
}
.cid-v36GD14CAW .mbr-text,
.cid-v36GD14CAW .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v36GD14CAW .list,
.cid-v36GD14CAW .item-wrap {
  color: #f0f0f2;
}
.cid-v36Umoo10C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v36Umoo10C nav.navbar {
  position: fixed;
}
.cid-v36Umoo10C .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-v36Umoo10C .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v36Umoo10C .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v36Umoo10C .dropdown-item:hover,
.cid-v36Umoo10C .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v36Umoo10C .dropdown-item:hover span {
  color: white;
}
.cid-v36Umoo10C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v36Umoo10C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v36Umoo10C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v36Umoo10C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v36Umoo10C .nav-link {
  position: relative;
}
.cid-v36Umoo10C .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v36Umoo10C .container {
    flex-wrap: nowrap;
  }
}
.cid-v36Umoo10C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v36Umoo10C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v36Umoo10C .dropdown-menu,
.cid-v36Umoo10C .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v36Umoo10C .nav-item:focus,
.cid-v36Umoo10C .nav-link:focus {
  outline: none;
}
.cid-v36Umoo10C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v36Umoo10C .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v36Umoo10C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v36Umoo10C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v36Umoo10C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v36Umoo10C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v36Umoo10C .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36Umoo10C .navbar.opened {
  transition: all 0.3s;
}
.cid-v36Umoo10C .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v36Umoo10C .navbar .navbar-logo img {
  width: auto;
}
.cid-v36Umoo10C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v36Umoo10C .navbar.collapsed {
  justify-content: center;
}
.cid-v36Umoo10C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v36Umoo10C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v36Umoo10C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v36Umoo10C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v36Umoo10C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v36Umoo10C .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-v36Umoo10C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v36Umoo10C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v36Umoo10C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v36Umoo10C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v36Umoo10C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v36Umoo10C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v36Umoo10C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v36Umoo10C .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-v36Umoo10C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v36Umoo10C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v36Umoo10C .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v36Umoo10C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v36Umoo10C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v36Umoo10C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v36Umoo10C .navbar.navbar-short {
  min-height: 96px;
}
.cid-v36Umoo10C .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v36Umoo10C .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-v36Umoo10C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v36Umoo10C .navbar-brand .navbar-caption:hover,
.cid-v36Umoo10C .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36Umoo10C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v36Umoo10C .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v36Umoo10C .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v36Umoo10C .dropdown-item.active,
.cid-v36Umoo10C .dropdown-item:active {
  background-color: transparent;
}
.cid-v36Umoo10C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v36Umoo10C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v36Umoo10C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v36Umoo10C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v36Umoo10C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v36Umoo10C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v36Umoo10C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v36Umoo10C ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v36Umoo10C ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v36Umoo10C .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v36Umoo10C .navbar-buttons {
    text-align: left;
  }
}
.cid-v36Umoo10C .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v36Umoo10C .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v36Umoo10C 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v36Umoo10C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v36Umoo10C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v36Umoo10C button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36Umoo10C button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v36Umoo10C button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v36Umoo10C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36Umoo10C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v36Umoo10C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v36Umoo10C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v36Umoo10C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v36Umoo10C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v36Umoo10C .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-v36Umoo10C .navbar {
    height: 70px;
  }
  .cid-v36Umoo10C .navbar.opened {
    height: auto;
  }
  .cid-v36Umoo10C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v36Umoo10C .navbar-nav {
  margin: 0;
}
.cid-v36Umoo10C .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v36Umoo10C .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-v36Umoo10C .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v36Umoo10C .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-v36Umoo10C .nav-item .nav-link:hover,
.cid-v36Umoo10C .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v36Umoo10C .nav-item .nav-link:hover::after,
.cid-v36Umoo10C .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v36Umoo10C .nav-item .nav-link:hover::before,
.cid-v36Umoo10C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v36Umoo10C .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v36Umoo10C .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v36Umoo10C .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v36Umoo10C .navbar {
    justify-content: flex-start !important;
  }
  .cid-v36Umoo10C .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v36Umoo10C .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v36Umoo10C .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v36Umoo10C .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v36Umoo10C .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v36Umoo10C .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v36Umoo10C .content-wrap {
  min-height: 110px;
}
.cid-v3tKWcxBfF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tKWcxBfF .row {
  flex-direction: row-reverse;
}
.cid-v3tKWcxBfF .mbr-text {
  max-width: 550px;
}
.cid-v3tKWcxBfF .row {
  align-items: center;
}
.cid-v3tKWcxBfF .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tKWcxBfF .mbr-text,
.cid-v3tKWcxBfF .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tKWcxBfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tKWcxBfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tKWcxBfF .mbr-section-title {
  color: #f0f0f2;
}
.cid-v36ZxyyOHP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v36ZxyyOHP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v36ZxyyOHP .card-title {
  margin-bottom: 26px;
  color: #b2221b;
}
.cid-v36ZxyyOHP .mbr-text {
  margin-bottom: 30px;
}
.cid-v36ZxyyOHP .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-v36ZxyyOHP .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-v36ZxyyOHP .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-v36ZxyyOHP .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-v36ZxyyOHP .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-v36ZxyyOHP .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-v36ZxyyOHP .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v36ZxyyOHP .text-wrapper {
    text-align: center;
  }
  .cid-v36ZxyyOHP .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-v36ZxyyOHP .mbr-text {
    margin-bottom: 20px;
  }
  .cid-v36ZxyyOHP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v36ZxyyOHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36ZxyyOHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36ZxyyOHP .card-title,
.cid-v36ZxyyOHP .icon_block {
  color: #000000;
}
.cid-v36ZxyyOHP .mbr-text,
.cid-v36ZxyyOHP .mbr-section-btn {
  text-align: left;
}
.cid-v36UmqMwU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v36UmqMwU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v36UmqMwU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v36UmqMwU3 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v36UmqMwU3 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v36UmqMwU3 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v36UmqMwU3 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v36UmqMwU3 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v36UmqMwU3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v36UmqMwU3 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v36UmqMwU3 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36UmqMwU3 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36UmqMwU3 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36UmqMwU3 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v36UmqMwU3 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v36UmqMwU3 .list-wrapper .list .item-wrap:hover,
.cid-v36UmqMwU3 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v36UmqMwU3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v36UmqMwU3 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v36UmqMwU3 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v36UmqMwU3 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v36UmqMwU3 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v36UmqMwU3 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v36UmqMwU3 .mbr-desc {
  color: #ffffff;
}
.cid-v36UmqMwU3 .mbr-text,
.cid-v36UmqMwU3 .text-wrapper {
  color: #9aa0a6;
}
.cid-v36UmqMwU3 .list {
  color: #9aa0a6;
}
.cid-v36UmqMwU3 .mbr-text,
.cid-v36UmqMwU3 .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v36UmqMwU3 .list,
.cid-v36UmqMwU3 .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tLtaIQzj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tLtaIQzj .row {
  flex-direction: row-reverse;
}
.cid-v3tLtaIQzj .mbr-text {
  max-width: 550px;
}
.cid-v3tLtaIQzj .row {
  align-items: center;
}
.cid-v3tLtaIQzj .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tLtaIQzj .mbr-text,
.cid-v3tLtaIQzj .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tLtaIQzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tLtaIQzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tLtaIQzj .mbr-section-title {
  color: #f0f0f2;
}
.cid-v37OMZ9lUS .calendar-wrapper {
  background-color: #f3f3f3;
  text-align: center;
}
.cid-v37OMZ9lUS .calendar-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.cid-v37OMZ9lUS .calendar-container iframe {
  width: 100% !important;
  height: 600px;
  display: block;
  border: solid 1px #777777;
}
@media (max-width: 768px) {
  .cid-v37OMZ9lUS .calendar-container {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .cid-v37OMZ9lUS .calendar-container iframe {
    height: 500px;
  }
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-v3amWpyN7A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v3amWpyN7A nav.navbar {
  position: fixed;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3amWpyN7A .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v3amWpyN7A .dropdown-item:hover,
.cid-v3amWpyN7A .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v3amWpyN7A .dropdown-item:hover span {
  color: white;
}
.cid-v3amWpyN7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3amWpyN7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3amWpyN7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3amWpyN7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3amWpyN7A .nav-link {
  position: relative;
}
.cid-v3amWpyN7A .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v3amWpyN7A .container {
    flex-wrap: nowrap;
  }
}
.cid-v3amWpyN7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3amWpyN7A .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3amWpyN7A .dropdown-menu,
.cid-v3amWpyN7A .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v3amWpyN7A .nav-item:focus,
.cid-v3amWpyN7A .nav-link:focus {
  outline: none;
}
.cid-v3amWpyN7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3amWpyN7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3amWpyN7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3amWpyN7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3amWpyN7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3amWpyN7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3amWpyN7A .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3amWpyN7A .navbar.opened {
  transition: all 0.3s;
}
.cid-v3amWpyN7A .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3amWpyN7A .navbar .navbar-logo img {
  width: auto;
}
.cid-v3amWpyN7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3amWpyN7A .navbar.collapsed {
  justify-content: center;
}
.cid-v3amWpyN7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3amWpyN7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3amWpyN7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v3amWpyN7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3amWpyN7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3amWpyN7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3amWpyN7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3amWpyN7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3amWpyN7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3amWpyN7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3amWpyN7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3amWpyN7A .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-v3amWpyN7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3amWpyN7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3amWpyN7A .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3amWpyN7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3amWpyN7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3amWpyN7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3amWpyN7A .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3amWpyN7A .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3amWpyN7A .navbar-brand .navbar-caption:hover,
.cid-v3amWpyN7A .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3amWpyN7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3amWpyN7A .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3amWpyN7A .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3amWpyN7A .dropdown-item.active,
.cid-v3amWpyN7A .dropdown-item:active {
  background-color: transparent;
}
.cid-v3amWpyN7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3amWpyN7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3amWpyN7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3amWpyN7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3amWpyN7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3amWpyN7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3amWpyN7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3amWpyN7A ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3amWpyN7A ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3amWpyN7A .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v3amWpyN7A .navbar-buttons {
    text-align: left;
  }
}
.cid-v3amWpyN7A .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v3amWpyN7A .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3amWpyN7A 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3amWpyN7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3amWpyN7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3amWpyN7A button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3amWpyN7A button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3amWpyN7A button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3amWpyN7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3amWpyN7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3amWpyN7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3amWpyN7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3amWpyN7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3amWpyN7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .navbar {
    height: 70px;
  }
  .cid-v3amWpyN7A .navbar.opened {
    height: auto;
  }
  .cid-v3amWpyN7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3amWpyN7A .navbar-nav {
  margin: 0;
}
.cid-v3amWpyN7A .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3amWpyN7A .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-v3amWpyN7A .nav-item .nav-link:hover,
.cid-v3amWpyN7A .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v3amWpyN7A .nav-item .nav-link:hover::after,
.cid-v3amWpyN7A .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3amWpyN7A .nav-item .nav-link:hover::before,
.cid-v3amWpyN7A .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3amWpyN7A .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3amWpyN7A .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3amWpyN7A .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3amWpyN7A .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3amWpyN7A .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3amWpyN7A .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3amWpyN7A .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3amWpyN7A .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3amWpyN7A .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3amWpyN7A .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3amWpyN7A .content-wrap {
  min-height: 110px;
}
.cid-v3tPOXPc6v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tPOXPc6v .row {
  flex-direction: row-reverse;
}
.cid-v3tPOXPc6v .mbr-text {
  max-width: 550px;
}
.cid-v3tPOXPc6v .row {
  align-items: center;
}
.cid-v3tPOXPc6v .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tPOXPc6v .mbr-text,
.cid-v3tPOXPc6v .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tPOXPc6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tPOXPc6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tPOXPc6v .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3tQ4pfOjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f2;
}
.cid-v3tQ4pfOjd .row {
  flex-direction: row-reverse;
}
.cid-v3tQ4pfOjd .mbr-text {
  max-width: 550px;
}
.cid-v3tQ4pfOjd .row {
  align-items: center;
}
.cid-v3tQ4pfOjd .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tQ4pfOjd .mbr-text,
.cid-v3tQ4pfOjd .mbr-section-btn {
  color: #000000;
}
.cid-v3tQ4pfOjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tQ4pfOjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tQ4pfOjd .mbr-section-title {
  color: #000000;
}
.cid-v3ap3VoqFY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3ap3VoqFY h1,
.cid-v3ap3VoqFY h2,
.cid-v3ap3VoqFY h3,
.cid-v3ap3VoqFY h4,
.cid-v3ap3VoqFY h5,
.cid-v3ap3VoqFY h6,
.cid-v3ap3VoqFY p {
  margin: 0;
}
.cid-v3ap3VoqFY .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-v3ap3VoqFY .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-v3ap3VoqFY .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-v3ap3VoqFY .mbr-first-section-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v3ap3VoqFY .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-v3ap3VoqFY .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-v3ap3VoqFY .mbr-second-section-text {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v3amWqR3Fl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3amWqR3Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3amWqR3Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3amWqR3Fl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3amWqR3Fl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v3amWqR3Fl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v3amWqR3Fl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3amWqR3Fl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v3amWqR3Fl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3amWqR3Fl .items-wrapper .card {
  padding: 0 32px;
}
.cid-v3amWqR3Fl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3amWqR3Fl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3amWqR3Fl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3amWqR3Fl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3amWqR3Fl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3amWqR3Fl .list-wrapper .list .item-wrap:hover,
.cid-v3amWqR3Fl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v3amWqR3Fl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3amWqR3Fl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3amWqR3Fl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3amWqR3Fl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3amWqR3Fl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3amWqR3Fl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v3amWqR3Fl .mbr-desc {
  color: #ffffff;
}
.cid-v3amWqR3Fl .mbr-text,
.cid-v3amWqR3Fl .text-wrapper {
  color: #9aa0a6;
}
.cid-v3amWqR3Fl .list {
  color: #9aa0a6;
}
.cid-v3amWqR3Fl .mbr-text,
.cid-v3amWqR3Fl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3amWqR3Fl .list,
.cid-v3amWqR3Fl .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tLjWSwXX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tLjWSwXX .row {
  flex-direction: row-reverse;
}
.cid-v3tLjWSwXX .mbr-text {
  max-width: 550px;
}
.cid-v3tLjWSwXX .row {
  align-items: center;
}
.cid-v3tLjWSwXX .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tLjWSwXX .mbr-text,
.cid-v3tLjWSwXX .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tLjWSwXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tLjWSwXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tLjWSwXX .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3txaiWjP4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3txaiWjP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3txaiWjP4 .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-v3txaiWjP4 .container {
    padding: 0 26px;
  }
}
.cid-v3txaiWjP4 .row {
  justify-content: center;
}
.cid-v3txaiWjP4 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f0f0f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3txaiWjP4 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-v3txaiWjP4 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-v3txaiWjP4 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v3txaiWjP4 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3txaiWjP4 .content-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v3txaiWjP4 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row .image-item {
  flex: 1;
  min-width: 0;
}
.cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row .image-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row .image-item img {
    height: calc(250px * 0.6);
  }
}
@media (max-width: 768px) {
  .cid-v3txaiWjP4 .content-wrapper .image-wrapper .image-row .image-item img {
    width: 100%;
    height: 250px;
  }
}
.cid-v3txaiWjP4 .mbr-section-title {
  color: #000000;
}
.cid-v3txaiWjP4 .mbr-section-subtitle {
  color: #000000;
}
.cid-v3txaiWjP4 .mbr-text {
  color: #000000;
}
.cid-v3tqKCmR0d {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3tqKCmR0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tqKCmR0d .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-v3tqKCmR0d .container {
    padding: 0 26px;
  }
}
.cid-v3tqKCmR0d .row {
  justify-content: center;
}
.cid-v3tqKCmR0d .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f0f0f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3tqKCmR0d .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-v3tqKCmR0d .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-v3tqKCmR0d .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v3tqKCmR0d .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3tqKCmR0d .content-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v3tqKCmR0d .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row .image-item {
  flex: 1;
  min-width: 0;
}
.cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row .image-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row .image-item img {
    height: calc(500px * 0.6);
  }
}
@media (max-width: 768px) {
  .cid-v3tqKCmR0d .content-wrapper .image-wrapper .image-row .image-item img {
    width: 100%;
    height: 250px;
  }
}
.cid-v3tqKCmR0d .mbr-section-title {
  color: #000000;
}
.cid-v3tqKCmR0d .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tqKCmR0d .mbr-text {
  color: #000000;
}
.cid-v3tuKkAEKQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3tuKkAEKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tuKkAEKQ .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-v3tuKkAEKQ .container {
    padding: 0 26px;
  }
}
.cid-v3tuKkAEKQ .row {
  justify-content: center;
}
.cid-v3tuKkAEKQ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f0f0f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3tuKkAEKQ .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-v3tuKkAEKQ .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v3tuKkAEKQ .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v3tuKkAEKQ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row .image-item {
  flex: 1;
  min-width: 0;
}
.cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row .image-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row .image-item img {
    height: calc(250px * 0.6);
  }
}
@media (max-width: 768px) {
  .cid-v3tuKkAEKQ .content-wrapper .image-wrapper .image-row .image-item img {
    width: 100%;
    height: 250px;
  }
}
.cid-v3tuKkAEKQ .mbr-section-title {
  color: #000000;
}
.cid-v3tuKkAEKQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tuKkAEKQ .mbr-text {
  color: #000000;
}
.cid-v3tvs05Byg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3tvs05Byg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tvs05Byg .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-v3tvs05Byg .container {
    padding: 0 26px;
  }
}
.cid-v3tvs05Byg .row {
  justify-content: center;
}
.cid-v3tvs05Byg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f0f0f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3tvs05Byg .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-v3tvs05Byg .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-v3tvs05Byg .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v3tvs05Byg .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3tvs05Byg .content-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v3tvs05Byg .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row .image-item {
  flex: 1;
  min-width: 0;
}
.cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row .image-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row .image-item img {
    height: calc(250px * 0.6);
  }
}
@media (max-width: 768px) {
  .cid-v3tvs05Byg .content-wrapper .image-wrapper .image-row .image-item img {
    width: 100%;
    height: 250px;
  }
}
.cid-v3tvs05Byg .mbr-section-title {
  color: #000000;
}
.cid-v3tvs05Byg .mbr-section-subtitle {
  color: #000000;
}
.cid-v3tvs05Byg .mbr-text {
  color: #000000;
}
.cid-v3E1tKxYFF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3E1tKxYFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3E1tKxYFF .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-v3E1tKxYFF .container {
    padding: 0 26px;
  }
}
.cid-v3E1tKxYFF .row {
  justify-content: center;
}
.cid-v3E1tKxYFF .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #f0f0f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-v3E1tKxYFF .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-v3E1tKxYFF .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-v3E1tKxYFF .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v3E1tKxYFF .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3E1tKxYFF .content-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-v3E1tKxYFF .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row .image-item {
  flex: 1;
  min-width: 0;
}
.cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row .image-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row .image-item img {
    height: calc(250px * 0.6);
  }
}
@media (max-width: 768px) {
  .cid-v3E1tKxYFF .content-wrapper .image-wrapper .image-row .image-item img {
    width: 100%;
    height: 250px;
  }
}
.cid-v3E1tKxYFF .mbr-section-title {
  color: #000000;
}
.cid-v3E1tKxYFF .mbr-section-subtitle {
  color: #000000;
}
.cid-v3E1tKxYFF .mbr-text {
  color: #000000;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-uR5FblZrD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR5FblZrD1 nav.navbar {
  position: fixed;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR5FblZrD1 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover,
.cid-uR5FblZrD1 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item:hover span {
  color: white;
}
.cid-uR5FblZrD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR5FblZrD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR5FblZrD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR5FblZrD1 .nav-link {
  position: relative;
}
.cid-uR5FblZrD1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR5FblZrD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR5FblZrD1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uR5FblZrD1 .dropdown-menu,
.cid-uR5FblZrD1 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-uR5FblZrD1 .nav-item:focus,
.cid-uR5FblZrD1 .nav-link:focus {
  outline: none;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR5FblZrD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR5FblZrD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR5FblZrD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR5FblZrD1 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR5FblZrD1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR5FblZrD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR5FblZrD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR5FblZrD1 .navbar.collapsed {
  justify-content: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR5FblZrD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR5FblZrD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR5FblZrD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR5FblZrD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR5FblZrD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR5FblZrD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR5FblZrD1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR5FblZrD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR5FblZrD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR5FblZrD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR5FblZrD1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR5FblZrD1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uR5FblZrD1 .dropdown-item.active,
.cid-uR5FblZrD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR5FblZrD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR5FblZrD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR5FblZrD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR5FblZrD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR5FblZrD1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR5FblZrD1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uR5FblZrD1 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR5FblZrD1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uR5FblZrD1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR5FblZrD1 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR5FblZrD1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR5FblZrD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR5FblZrD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR5FblZrD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .navbar {
    height: 70px;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    height: auto;
  }
  .cid-uR5FblZrD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR5FblZrD1 .navbar-nav {
  margin: 0;
}
.cid-uR5FblZrD1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uR5FblZrD1 .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-uR5FblZrD1 .nav-item .nav-link:hover,
.cid-uR5FblZrD1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::after,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR5FblZrD1 .nav-item .nav-link:hover::before,
.cid-uR5FblZrD1 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uR5FblZrD1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR5FblZrD1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR5FblZrD1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR5FblZrD1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR5FblZrD1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR5FblZrD1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uR5FblZrD1 .content-wrap {
  min-height: 110px;
}
.cid-v3tLNuVWYY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tLNuVWYY .row {
  flex-direction: row-reverse;
}
.cid-v3tLNuVWYY .mbr-text {
  max-width: 550px;
}
.cid-v3tLNuVWYY .row {
  align-items: center;
}
.cid-v3tLNuVWYY .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tLNuVWYY .mbr-text,
.cid-v3tLNuVWYY .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tLNuVWYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tLNuVWYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tLNuVWYY .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3uDwaZ0qa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3uDwaZ0qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uDwaZ0qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uDwaZ0qa .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-v3uDwaZ0qa .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3uDwaZ0qa .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-v3uDwaZ0qa .mbr-section-title {
  color: #e3ebf3;
}
.cid-v3uDwaZ0qa .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-v3uDwaZ0qa .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v3uDwaZ0qa .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-v3uDwaZ0qa .cards-wrap {
    gap: 12px;
  }
}
.cid-v3uDwaZ0qa .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #f0f0f2;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-v3uDwaZ0qa .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-v3uDwaZ0qa .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-v3uDwaZ0qa .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-v3uDwaZ0qa .card {
    width: 100%;
  }
}
.cid-v3uDwaZ0qa .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-v3uDwaZ0qa .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-v3uDwaZ0qa .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-v3uDwaZ0qa .img-wrapper img {
    height: 80px;
  }
}
.cid-v3uDwaZ0qa .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-v3uDwaZ0qa .card-subtitle {
  color: #fa7e26;
  word-break: normal;
}
.cid-v3uDwaZ0qa .card-title {
  color: #1a1e21;
}
.cid-v3uDX77SQK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3uDX77SQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3uDX77SQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3uDX77SQK .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-v3uDX77SQK .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3uDX77SQK .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-v3uDX77SQK .mbr-section-title {
  color: #e3ebf3;
}
.cid-v3uDX77SQK .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-v3uDX77SQK .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-v3uDX77SQK .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-v3uDX77SQK .cards-wrap {
    gap: 12px;
  }
}
.cid-v3uDX77SQK .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #f0f0f2;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-v3uDX77SQK .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-v3uDX77SQK .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-v3uDX77SQK .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-v3uDX77SQK .card {
    width: 100%;
  }
}
.cid-v3uDX77SQK .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-v3uDX77SQK .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-v3uDX77SQK .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-v3uDX77SQK .img-wrapper img {
    height: 80px;
  }
}
.cid-v3uDX77SQK .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-v3uDX77SQK .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-v3uDX77SQK .card-title {
  color: #1a1e21;
}
.cid-uYViruYlsl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uYViruYlsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYViruYlsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uYViruYlsl .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uYViruYlsl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uYViruYlsl .items-wrapper .card {
  padding: 0 32px;
}
.cid-uYViruYlsl .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:hover,
.cid-uYViruYlsl .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uYViruYlsl .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYViruYlsl .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uYViruYlsl .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uYViruYlsl .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYViruYlsl .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-uYViruYlsl .mbr-desc {
  color: #ffffff;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .text-wrapper {
  color: #9aa0a6;
}
.cid-uYViruYlsl .list {
  color: #9aa0a6;
}
.cid-uYViruYlsl .mbr-text,
.cid-uYViruYlsl .mbr-section-btn {
  color: #f0f0f2;
}
.cid-uYViruYlsl .list,
.cid-uYViruYlsl .item-wrap {
  color: #f0f0f2;
}
.cid-v3iAfBvINk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v3iAfBvINk nav.navbar {
  position: fixed;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3iAfBvINk .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v3iAfBvINk .dropdown-item:hover,
.cid-v3iAfBvINk .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v3iAfBvINk .dropdown-item:hover span {
  color: white;
}
.cid-v3iAfBvINk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3iAfBvINk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3iAfBvINk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3iAfBvINk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3iAfBvINk .nav-link {
  position: relative;
}
.cid-v3iAfBvINk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v3iAfBvINk .container {
    flex-wrap: nowrap;
  }
}
.cid-v3iAfBvINk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3iAfBvINk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3iAfBvINk .dropdown-menu,
.cid-v3iAfBvINk .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v3iAfBvINk .nav-item:focus,
.cid-v3iAfBvINk .nav-link:focus {
  outline: none;
}
.cid-v3iAfBvINk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3iAfBvINk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3iAfBvINk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3iAfBvINk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3iAfBvINk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3iAfBvINk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3iAfBvINk .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3iAfBvINk .navbar.opened {
  transition: all 0.3s;
}
.cid-v3iAfBvINk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3iAfBvINk .navbar .navbar-logo img {
  width: auto;
}
.cid-v3iAfBvINk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3iAfBvINk .navbar.collapsed {
  justify-content: center;
}
.cid-v3iAfBvINk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3iAfBvINk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3iAfBvINk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v3iAfBvINk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3iAfBvINk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3iAfBvINk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3iAfBvINk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3iAfBvINk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3iAfBvINk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3iAfBvINk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3iAfBvINk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3iAfBvINk .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-v3iAfBvINk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3iAfBvINk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3iAfBvINk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3iAfBvINk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3iAfBvINk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3iAfBvINk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3iAfBvINk .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3iAfBvINk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3iAfBvINk .navbar-brand .navbar-caption:hover,
.cid-v3iAfBvINk .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3iAfBvINk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3iAfBvINk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3iAfBvINk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3iAfBvINk .dropdown-item.active,
.cid-v3iAfBvINk .dropdown-item:active {
  background-color: transparent;
}
.cid-v3iAfBvINk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3iAfBvINk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3iAfBvINk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3iAfBvINk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3iAfBvINk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3iAfBvINk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3iAfBvINk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3iAfBvINk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3iAfBvINk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3iAfBvINk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v3iAfBvINk .navbar-buttons {
    text-align: left;
  }
}
.cid-v3iAfBvINk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v3iAfBvINk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3iAfBvINk 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3iAfBvINk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3iAfBvINk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3iAfBvINk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3iAfBvINk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3iAfBvINk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3iAfBvINk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3iAfBvINk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3iAfBvINk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3iAfBvINk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3iAfBvINk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3iAfBvINk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .navbar {
    height: 70px;
  }
  .cid-v3iAfBvINk .navbar.opened {
    height: auto;
  }
  .cid-v3iAfBvINk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3iAfBvINk .navbar-nav {
  margin: 0;
}
.cid-v3iAfBvINk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3iAfBvINk .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-v3iAfBvINk .nav-item .nav-link:hover,
.cid-v3iAfBvINk .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v3iAfBvINk .nav-item .nav-link:hover::after,
.cid-v3iAfBvINk .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3iAfBvINk .nav-item .nav-link:hover::before,
.cid-v3iAfBvINk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3iAfBvINk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3iAfBvINk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3iAfBvINk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3iAfBvINk .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3iAfBvINk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3iAfBvINk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3iAfBvINk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3iAfBvINk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3iAfBvINk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3iAfBvINk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3iAfBvINk .content-wrap {
  min-height: 110px;
}
.cid-v3tLDjCOXu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3tLDjCOXu .row {
  flex-direction: row-reverse;
}
.cid-v3tLDjCOXu .mbr-text {
  max-width: 550px;
}
.cid-v3tLDjCOXu .row {
  align-items: center;
}
.cid-v3tLDjCOXu .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3tLDjCOXu .mbr-text,
.cid-v3tLDjCOXu .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3tLDjCOXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tLDjCOXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tLDjCOXu .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3pEY6Dc9Q {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v3pEY6Dc9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3pEY6Dc9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3pEY6Dc9Q .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v3pEY6Dc9Q .content-wrapper::before,
.cid-v3pEY6Dc9Q .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v3pEY6Dc9Q .content-wrapper::before {
  left: 0;
}
.cid-v3pEY6Dc9Q .content-wrapper::after {
  right: 0;
}
.cid-v3pEY6Dc9Q .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v3pEY6Dc9Q .mbr-section-title {
  margin-bottom: 24px;
  padding: 0 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .mbr-section-title {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  margin: 0 1px;
  will-change: transform;
  border-bottom: 1px solid #404040;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title {
    padding: 24px 16px;
    flex-wrap: wrap;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .panel-number {
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .panel-number {
    width: 100%;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 80%;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 20%;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f7f7f7;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap {
  background-color: #ff4306;
}
.cid-v3pEY6Dc9Q .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse {
  background-color: #f7f7f7;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 60px;
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 32px;
    max-width: 100%;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .panel-subtitle {
  margin-bottom: 24px;
  padding-top: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .panel-subtitle {
    padding-top: 24px;
    margin-bottom: 16px;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 24px;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 24px;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .image-wrapper .image-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .image-wrapper .image-row {
    flex-direction: column;
    gap: 12px;
  }
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .image-wrapper .image-row:last-child {
  margin-bottom: 0;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .image-wrapper .image-row img {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .tags-wrapper {
  margin-top: 24px;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3pEY6Dc9Q .panel-group .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2px 6px;
  background-color: #ff4306;
}
.cid-v3pEY6Dc9Q .panel-number {
  color: #000000;
}
.cid-v3pEY6Dc9Q .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-v3pEY6Dc9Q .panel-subtitle {
  color: #000000;
}
.cid-v3pEY6Dc9Q .panel-text {
  color: #ffffff;
}
.cid-v3pEY6Dc9Q .list {
  color: #ffffff;
}
.cid-v3pEY6Dc9Q .panel-text,
.cid-v3pEY6Dc9Q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3iAfBLHEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3iAfBLHEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3iAfBLHEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3iAfBLHEa .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3iAfBLHEa .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v3iAfBLHEa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v3iAfBLHEa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3iAfBLHEa .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v3iAfBLHEa .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3iAfBLHEa .items-wrapper .card {
  padding: 0 32px;
}
.cid-v3iAfBLHEa .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3iAfBLHEa .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3iAfBLHEa .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3iAfBLHEa .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3iAfBLHEa .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3iAfBLHEa .list-wrapper .list .item-wrap:hover,
.cid-v3iAfBLHEa .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v3iAfBLHEa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3iAfBLHEa .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3iAfBLHEa .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3iAfBLHEa .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3iAfBLHEa .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3iAfBLHEa .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v3iAfBLHEa .mbr-desc {
  color: #ffffff;
}
.cid-v3iAfBLHEa .mbr-text,
.cid-v3iAfBLHEa .text-wrapper {
  color: #9aa0a6;
}
.cid-v3iAfBLHEa .list {
  color: #9aa0a6;
}
.cid-v3iAfBLHEa .mbr-text,
.cid-v3iAfBLHEa .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3iAfBLHEa .list,
.cid-v3iAfBLHEa .item-wrap {
  color: #f0f0f2;
}
.cid-v3v6osjhE4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v3v6osjhE4 nav.navbar {
  position: fixed;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v3v6osjhE4 .dropdown-item {
  border: none !important;
  background: #f0f0f2 !important;
}
.cid-v3v6osjhE4 .dropdown-item:hover,
.cid-v3v6osjhE4 .dropdown-item:focus {
  background: #f0f0f2 !important;
  color: #000000 !important;
}
.cid-v3v6osjhE4 .dropdown-item:hover span {
  color: white;
}
.cid-v3v6osjhE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3v6osjhE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3v6osjhE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3v6osjhE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3v6osjhE4 .nav-link {
  position: relative;
}
.cid-v3v6osjhE4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v3v6osjhE4 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3v6osjhE4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v3v6osjhE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v3v6osjhE4 .dropdown-menu,
.cid-v3v6osjhE4 .navbar.opened {
  background: #f0f0f2 !important;
}
.cid-v3v6osjhE4 .nav-item:focus,
.cid-v3v6osjhE4 .nav-link:focus {
  outline: none;
}
.cid-v3v6osjhE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3v6osjhE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v3v6osjhE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3v6osjhE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3v6osjhE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3v6osjhE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3v6osjhE4 .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: #f0f0f2;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3v6osjhE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3v6osjhE4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v3v6osjhE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3v6osjhE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3v6osjhE4 .navbar.collapsed {
  justify-content: center;
}
.cid-v3v6osjhE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3v6osjhE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3v6osjhE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-v3v6osjhE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3v6osjhE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3v6osjhE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3v6osjhE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3v6osjhE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3v6osjhE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3v6osjhE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3v6osjhE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3v6osjhE4 .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-v3v6osjhE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3v6osjhE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3v6osjhE4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v3v6osjhE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v3v6osjhE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3v6osjhE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3v6osjhE4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v3v6osjhE4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v3v6osjhE4 .navbar-brand .navbar-caption:hover,
.cid-v3v6osjhE4 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3v6osjhE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3v6osjhE4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v3v6osjhE4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v3v6osjhE4 .dropdown-item.active,
.cid-v3v6osjhE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3v6osjhE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3v6osjhE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3v6osjhE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3v6osjhE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f2;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v3v6osjhE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v3v6osjhE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v3v6osjhE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3v6osjhE4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v3v6osjhE4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v3v6osjhE4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v3v6osjhE4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v3v6osjhE4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v3v6osjhE4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v3v6osjhE4 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: #f0f0f2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v3v6osjhE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3v6osjhE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v3v6osjhE4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3v6osjhE4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v3v6osjhE4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v3v6osjhE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3v6osjhE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3v6osjhE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3v6osjhE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3v6osjhE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3v6osjhE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .navbar {
    height: 70px;
  }
  .cid-v3v6osjhE4 .navbar.opened {
    height: auto;
  }
  .cid-v3v6osjhE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3v6osjhE4 .navbar-nav {
  margin: 0;
}
.cid-v3v6osjhE4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v3v6osjhE4 .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-v3v6osjhE4 .nav-item .nav-link:hover,
.cid-v3v6osjhE4 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-v3v6osjhE4 .nav-item .nav-link:hover::after,
.cid-v3v6osjhE4 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v3v6osjhE4 .nav-item .nav-link:hover::before,
.cid-v3v6osjhE4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v3v6osjhE4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v3v6osjhE4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v3v6osjhE4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v3v6osjhE4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v3v6osjhE4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v3v6osjhE4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v3v6osjhE4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v3v6osjhE4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v3v6osjhE4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v3v6osjhE4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v3v6osjhE4 .content-wrap {
  min-height: 110px;
}
.cid-v3v6osNOGz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3v6osNOGz .row {
  flex-direction: row-reverse;
}
.cid-v3v6osNOGz .mbr-text {
  max-width: 550px;
}
.cid-v3v6osNOGz .row {
  align-items: center;
}
.cid-v3v6osNOGz .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-v3v6osNOGz .mbr-text,
.cid-v3v6osNOGz .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3v6osNOGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3v6osNOGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3v6osNOGz .mbr-section-title {
  color: #f0f0f2;
}
.cid-v3v6ota4UT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3v6ota4UT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3v6ota4UT .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-v3v6ota4UT .container {
    padding: 0 24px;
  }
}
.cid-v3v6ota4UT .row {
  justify-content: center;
}
.cid-v3v6ota4UT .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v3v6ota4UT .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v3v6ota4UT .content-wrapper {
    padding: 32px;
  }
}
.cid-v3v6ota4UT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3v6ota4UT .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v3v6ota4UT .mbr-section-title {
  color: #232323;
}
.cid-v3v6ota4UT .mbr-text {
  color: #000000;
}
.cid-v3v6ott4zQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v3v6ott4zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3v6ott4zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3v6ott4zQ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3v6ott4zQ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-v3v6ott4zQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f92c50;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v3v6ott4zQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3v6ott4zQ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v3v6ott4zQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v3v6ott4zQ .items-wrapper .card {
  padding: 0 32px;
}
.cid-v3v6ott4zQ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3v6ott4zQ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3v6ott4zQ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3v6ott4zQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v3v6ott4zQ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v3v6ott4zQ .list-wrapper .list .item-wrap:hover,
.cid-v3v6ott4zQ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v3v6ott4zQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3v6ott4zQ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3v6ott4zQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v3v6ott4zQ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v3v6ott4zQ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v3v6ott4zQ .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-v3v6ott4zQ .mbr-desc {
  color: #ffffff;
}
.cid-v3v6ott4zQ .mbr-text,
.cid-v3v6ott4zQ .text-wrapper {
  color: #9aa0a6;
}
.cid-v3v6ott4zQ .list {
  color: #9aa0a6;
}
.cid-v3v6ott4zQ .mbr-text,
.cid-v3v6ott4zQ .mbr-section-btn {
  color: #f0f0f2;
}
.cid-v3v6ott4zQ .list,
.cid-v3v6ott4zQ .item-wrap {
  color: #f0f0f2;
}
