body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.15rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6875rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.72rem;
    font-size: calc( 1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.4024999999999999rem + (2.15 - 1.4024999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ee2524 !important;
}
.bg-success {
  background-color: #fc9d4f !important;
}
.bg-info {
  background-color: #ca408e !important;
}
.bg-warning {
  background-color: #3fca3f !important;
}
.bg-danger {
  background-color: #099c09 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee2524 !important;
  border-color: #ee2524 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1fffff !important;
  background-color: #ffffff !important;
  border-color: #ee2524 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #309797 !important;
  border-color: #309797 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #309797 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ca408e !important;
  border-color: #ca408e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #ca408e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fc9d4f !important;
  border-color: #fc9d4f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #fc9d4f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3fca3f !important;
  border-color: #3fca3f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #3fca3f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #099c09 !important;
  border-color: #099c09 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #099c09 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #fbfbfb !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white {
  color: #ee2524 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ef2525 !important;
  background-color: #fafafa !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ee2524;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae0e0d !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2524 !important;
  border-color: #ee2524 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #309797;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b5555 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #309797 !important;
  border-color: #309797 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ca408e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8c2760 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ca408e !important;
  border-color: #ca408e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fc9d4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f06f04 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fc9d4f !important;
  border-color: #fc9d4f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3fca3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #278c27 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3fca3f !important;
  border-color: #3fca3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #099c09;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #044a04 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #099c09 !important;
  border-color: #099c09 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fbfbfb;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d0d0d0 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7b7b7b !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.text-primary {
  color: #ee2524 !important;
}
.text-secondary {
  color: #309797 !important;
}
.text-success {
  color: #fc9d4f !important;
}
.text-info {
  color: #ca408e !important;
}
.text-warning {
  color: #3fca3f !important;
}
.text-danger {
  color: #099c09 !important;
}
.text-white {
  color: #fbfbfb !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a00d0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #174a4a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e16804 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #802458 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #238023 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #033c03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c8c8c8 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ee2524;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ca408e;
}
.alert-warning {
  background-color: #3fca3f;
}
.alert-danger {
  background-color: #099c09;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee2524;
  border-color: #ee2524;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ee2524;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde1e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6e0ec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dff6df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #31f331;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #ee2524 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #ee2524;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee2524;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ee2524;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ee2524;
  border-bottom-color: #ee2524;
}
.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: #ee2524 !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: #309797 !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='%23ee2524' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: auto !important;
  max-width: 95% !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 0;
  padding: 1em 3em;
  line-height: 1.25;
  font-weight: 400 !important;
  box-shadow: none !important;
  border: 2px solid currentColor;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.1s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn {
  transition: 0.1s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:active,
.mbr-section-btn .btn-primary-outline:active {
  color: #ee2524 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn .btn {
    padding: 12px 36px;
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-t4jfOTbCZj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4jfOTbCZj nav.navbar {
  position: fixed;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4jfOTbCZj .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-t4jfOTbCZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4jfOTbCZj .dropdown-item:hover,
.cid-t4jfOTbCZj .dropdown-item:focus {
  background: #ee2524 !important;
  color: white !important;
}
.cid-t4jfOTbCZj .dropdown-item:hover span {
  color: white;
}
.cid-t4jfOTbCZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4jfOTbCZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4jfOTbCZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4jfOTbCZj .nav-link {
  position: relative;
}
.cid-t4jfOTbCZj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-t4jfOTbCZj .dropdown-menu,
.cid-t4jfOTbCZj .navbar.opened {
  background: #fbfbfb !important;
}
.cid-t4jfOTbCZj .nav-item:focus,
.cid-t4jfOTbCZj .nav-link:focus {
  outline: none;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4jfOTbCZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4jfOTbCZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4jfOTbCZj .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-t4jfOTbCZj .navbar.opened {
  transition: all 0.3s;
}
.cid-t4jfOTbCZj .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-t4jfOTbCZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4jfOTbCZj .navbar .navbar-logo img {
  width: auto;
}
.cid-t4jfOTbCZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-t4jfOTbCZj .navbar.collapsed {
  justify-content: center;
}
.cid-t4jfOTbCZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4jfOTbCZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4jfOTbCZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t4jfOTbCZj .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-t4jfOTbCZj .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-t4jfOTbCZj .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .navbar .navbar-brand {
    padding-right: 1rem;
  }
}
.cid-t4jfOTbCZj .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-t4jfOTbCZj .navbar.navbar-short {
  min-height: 64px;
}
.cid-t4jfOTbCZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4jfOTbCZj .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-t4jfOTbCZj .navbar {
    min-height: 140px !important;
  }
}
.cid-t4jfOTbCZj .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-t4jfOTbCZj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4jfOTbCZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4jfOTbCZj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4jfOTbCZj .dropdown-item.active,
.cid-t4jfOTbCZj .dropdown-item:active {
  background-color: transparent;
}
.cid-t4jfOTbCZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4jfOTbCZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-t4jfOTbCZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4jfOTbCZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4jfOTbCZj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4jfOTbCZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4jfOTbCZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4jfOTbCZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar {
    height: 70px;
  }
  .cid-t4jfOTbCZj .navbar.opened {
    height: auto;
  }
  .cid-t4jfOTbCZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4jfOTbCZj .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-t4jfOTbCZj .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-t4jfOTbCZj .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4jfOTbCZj .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .main-navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .main-navbar-nav {
    width: 100%;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-t4jfOTbCZj .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-t4jfOTbCZj .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-t4jfOTbCZj .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-t4jfOTbCZj .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t4jfOTbCZj .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .cid-t4jfOTbCZj .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-t4jfOTbCZj .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t4jfOTbCZj .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #ee2524 !important;
}
.cid-t4jfOTbCZj .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-t4jfOTbCZj .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-t4jfOTbCZj .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-t4iqrQ0Lmw {
  background-color: #f0f0f0;
}
.cid-t4iqrQ0Lmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iqrQ0Lmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iqrQ0Lmw .row {
  justify-content: flex-start;
}
.cid-t4iqrQ0Lmw .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t4iqrQ0Lmw .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t4iqrQ0Lmw .title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 35%;
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-t4iqrQ0Lmw .title-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-t4iqrQ0Lmw .title-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t4iqrQ0Lmw .title-container {
    padding: 12px;
  }
}
.cid-t4iqrQ0Lmw .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4iqrQ0Lmw .content-container {
    width: 100%;
  }
}
.cid-t4iqrQ0Lmw .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-t4iqrQ0Lmw .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4iqrQ0Lmw .mbr-section-btn {
  margin-top: auto;
  width: 100%;
}
.cid-t4iqrQ0Lmw .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-t4iqrQ0Lmw .img-wrap img {
  flex-grow: 1;
  object-fit: cover;
  height: 40rem;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .cid-t4iqrQ0Lmw .img-wrap img {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .cid-t4iqrQ0Lmw .img-wrap img {
    height: auto;
  }
}
.cid-t4iqrQ0Lmw .mbr-section-title,
.cid-t4iqrQ0Lmw .mbr-section-btn {
  color: #000000;
}
.cid-t4iqtbZzig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-t4iqtbZzig .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iqtbZzig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t4iqtbZzig .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iqtbZzig .row {
  flex-direction: row-reverse;
}
.cid-t4iqtbZzig .mbr-description {
  color: #000000;
  width: 100%;
}
.cid-t4iqtbZzig .image-wrapper {
  position: relative;
}
.cid-t4iqtbZzig img {
  width: 100%;
  height: auto;
  filter: saturate(35%);
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t4iqtbZzig img {
    height: 540px;
  }
}
.cid-t4iqtbZzig .img-center-container {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .5s all;
}
.cid-t4iqtbZzig .img-center-container .img-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  padding: 1em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all;
  transform: scale(1);
  background-color: #ee2524;
}
.cid-t4iqtbZzig .img-center-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s all;
  object-fit: cover;
  filter: saturate(100%);
}
@media (max-width: 991px) {
  .cid-t4iqtbZzig .img-center-container img {
    height: 100%;
  }
}
.cid-t4iqtbZzig .img-center-container:hover .img-center-wrap {
  transform: scale(1.3);
}
.cid-t4iqtbZzig .img-center-container:hover img {
  transform: rotate(90deg);
}
.cid-t4iqAqrQBZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-t4iqAqrQBZ .row {
  align-items: center;
  width: 100%;
}
.cid-t4iqAqrQBZ .title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t4iqAqrQBZ .title-container {
    margin-bottom: 0;
  }
}
.cid-t4iqAqrQBZ .title-text {
  margin-right: auto;
  max-width: 45%;
}
.cid-t4iqAqrQBZ .main-title {
  color: #727272;
}
.cid-t4iqAqrQBZ .main-subtitle {
  color: #727272;
}
.cid-t4iqAqrQBZ .title-btn {
  max-width: 45%;
  margin-bottom: -0.6rem;
}
.cid-t4iqAqrQBZ .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-t4iqAqrQBZ .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t4iqAqrQBZ .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4iqAqrQBZ .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 777px;
  filter: saturate(0%);
  transition: .5s all;
}
@media (max-width: 991px) {
  .cid-t4iqAqrQBZ .img-container {
    height: 560px;
  }
}
.cid-t4iqAqrQBZ .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-t4iqAqrQBZ .content-container {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t4iqAqrQBZ .content-container {
    margin-top: 4rem;
  }
}
.cid-t4iqAqrQBZ .content-container:hover .img-container {
  filter: saturate(90%);
}
.cid-t4iqAqrQBZ .content-container:hover .img-container img {
  transform: scale(1.04);
}
.cid-t4iqAqrQBZ .text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-t4iqAqrQBZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-t4iqAqrQBZ .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-t4iqAqrQBZ .mbr-section-title {
  width: 100%;
  color: #939292;
  margin-bottom: 0;
}
.cid-t4iqAqrQBZ .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.cid-t4iqAqrQBZ .btn-container {
  margin-top: 1.4rem;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4iqAqrQBZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4iqAqrQBZ .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-t4iqAqrQBZ .mbr-section-title,
.cid-t4iqAqrQBZ .mbr-section-btn {
  text-align: center;
}
.cid-t4iquxQncX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fc4f4f;
}
.cid-t4iquxQncX .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iquxQncX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iquxQncX .box {
  margin-bottom: 15px;
}
.cid-t4iquxQncX .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-t4iquxQncX .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iquxQncX .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-t4iquxQncX .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-t4iquxQncX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t4iquxQncX .icon-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8em;
  min-height: 8em;
  padding: 2em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #ee2524;
}
@media (max-width: 767px) {
  .cid-t4iquxQncX .icon-wrap a {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-t4iquxQncX .icon-wrap a:hover {
  transform: scale(1.3);
}
.cid-t4iquxQncX .mbr-media span {
  font-size: 4rem;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-t4iquxQncX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t4iquxQncX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t4iquxQncX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t4iquxQncX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4iquxQncX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4iquxQncX .item-img {
  overflow: hidden;
}
.cid-t4iquxQncX .item-img img {
  width: 100%;
}
.cid-t4iquxQncX .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-t4iquxQncX .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-t4iquxQncX .mbr-text {
  color: #727272;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-t4iqHeilXw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}
.cid-t4iqHeilXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iqHeilXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iqHeilXw .row {
  justify-content: flex-start;
}
.cid-t4iqHeilXw .main-col {
  display: flex;
  align-items: stretch;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4iqHeilXw .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t4iqHeilXw .title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 35%;
  padding: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t4iqHeilXw .title-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-t4iqHeilXw .title-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t4iqHeilXw .title-container {
    padding: 12px;
  }
}
.cid-t4iqHeilXw .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4iqHeilXw .content-container {
    width: 100%;
  }
}
.cid-t4iqHeilXw .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-t4iqHeilXw .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-t4iqHeilXw .mbr-section-btn {
  margin-top: auto;
  width: 100%;
}
.cid-t4iqHeilXw .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #000000;
}
.cid-t4iqHeilXw .img-wrap img {
  flex-grow: 1;
  object-fit: cover;
  height: 40rem;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .cid-t4iqHeilXw .img-wrap img {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .cid-t4iqHeilXw .img-wrap img {
    height: auto;
  }
}
.cid-t4iqIy6zve {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-t4iqIy6zve .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iqIy6zve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iqIy6zve .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t4iqIy6zve .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-t4iqIy6zve .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t4iqIy6zve .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-t4iqIy6zve .navbar-brand {
    justify-content: center !important;
  }
}
.cid-t4iqIy6zve .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-t4iqIy6zve .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-t4iqIy6zve .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-t4iqIy6zve .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .copyright-col {
    flex-direction: column;
  }
}
.cid-t4iqIy6zve .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-t4iuP9uUhk {
  background-color: #fbfbfb;
}
.cid-t4iuP9uUhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuP9uUhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuP9uUhk .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4iuP9uUhk .row {
    flex-wrap: wrap;
  }
}
.cid-t4iuP9uUhk .text-container {
  width: 57% !important;
}
@media (max-width: 767px) {
  .cid-t4iuP9uUhk .text-container {
    width: 100% !important;
  }
}
.cid-t4iuP9uUhk .mbr-section-title {
  color: #000000;
}
.cid-t4iuP9uUhk .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-t4iuP9uUhk .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t4iuP9uUhk .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iuP9uUhk .mbr-text {
    width: 100%;
  }
}
.cid-t4iuP9uUhk .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-t4iuP9uUhk .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-t4iuP9uUhk .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-t4iuP9uUhk .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-t4iuP9uUhk .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-t4iuP9uUhk .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-t4iuP9uUhk .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-t4iuP9uUhk .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-t4iuP9uUhk .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-t4iuP9uUhk .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-t4iuP9uUhk .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-t4iuP9uUhk .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-t4ivbml9VM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4ivbml9VM .container {
  max-width: 100% !important;
}
.cid-t4ivbml9VM .mbr-section-head {
  padding: 1rem 2.5%;
  border-top: 1px solid #000000;
}
.cid-t4ivbml9VM .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivbml9VM .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-t4ivbml9VM .cards-row {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: stretch;
}
.cid-t4ivbml9VM .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20% !important;
  transition: all 0.3s;
  height: fit-content;
  padding: 4em 0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-radius: 0 !important;
  margin-bottom: -1px;
}
.cid-t4ivbml9VM .card:nth-child(6) {
  border-left: 1px solid #000000;
}
.cid-t4ivbml9VM .card:nth-child(5n) {
  border-right: none;
}
.cid-t4ivbml9VM img {
  width: 4em;
  height: auto;
  margin: auto;
  max-width: 100%;
}
.cid-t4iuS8m6se {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4iuS8m6se .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuS8m6se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t4iuS8m6se .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iuS8m6se .row {
  flex-direction: row-reverse;
}
.cid-t4iuS8m6se .mbr-description {
  color: #000000;
  width: 100%;
}
.cid-t4iuS8m6se .image-wrapper {
  position: relative;
}
.cid-t4iuS8m6se img {
  width: 100%;
  height: auto;
  filter: saturate(35%);
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t4iuS8m6se img {
    height: 540px;
  }
}
.cid-t4iuS8m6se .img-center-container {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .5s all;
}
.cid-t4iuS8m6se .img-center-container .img-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  padding: 1em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all;
  transform: scale(1);
  background-color: #ee2524;
}
.cid-t4iuS8m6se .img-center-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s all;
  object-fit: cover;
  filter: saturate(100%);
}
@media (max-width: 991px) {
  .cid-t4iuS8m6se .img-center-container img {
    height: 100%;
  }
}
.cid-t4iuS8m6se .img-center-container:hover .img-center-wrap {
  transform: scale(1.3);
}
.cid-t4iuS8m6se .img-center-container:hover img {
  transform: rotate(90deg);
}
.cid-t4iuWhQaEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4iuWhQaEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuWhQaEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuWhQaEr .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-t4iuWhQaEr .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-t4iuWhQaEr .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-t4iuWhQaEr .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuWhQaEr .mbr-section-title {
    width: 100%;
  }
}
.cid-t4iuWhQaEr .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuWhQaEr .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-t4iuWhQaEr .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-t4iuWhQaEr .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-t4iuWhQaEr .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-t4iuWhQaEr .col-list {
    width: 100%;
    margin: 4rem 0;
  }
}
.cid-t4iuWhQaEr .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-t4iuWhQaEr .list-title {
    padding-bottom: 20px;
  }
}
.cid-t4iuWhQaEr .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-t4iuWhQaEr li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-t4iuWhQaEr ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ee2524;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-t4iuXimA2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4iuXimA2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuXimA2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuXimA2o .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-t4iuXimA2o .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-t4iuXimA2o .title-col {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 4rem;
  }
}
.cid-t4iuXimA2o .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuXimA2o .mbr-section-title {
    width: 100%;
  }
}
.cid-t4iuXimA2o .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuXimA2o .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-t4iuXimA2o .lists-col {
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
}
@media (max-width: 991px) {
  .cid-t4iuXimA2o .lists-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t4iuXimA2o .lists-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t4iuXimA2o .lists-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4iuXimA2o .item-text-1 {
  color: #727272;
  position: relative;
  z-index: 1;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-t4iuXimA2o .item-text-2 {
  color: #ee2524;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-t4iuXimA2o .item-wrap {
  position: relative;
  overflow: hidden;
}
.cid-t4iuXimA2o .item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-height: 8rem;
  width: 100%;
  border: 2px solid #727272;
}
.cid-t4iuXimA2o .item-container:hover .item-text-1 {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-t4iuXimA2o .item-container:hover .item-text-2 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-t4iv1aJbUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4iv1aJbUm .title-col {
  width: 25%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t4iv1aJbUm .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-t4iv1aJbUm .title-col {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
}
.cid-t4iv1aJbUm .text-col {
  width: 75%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4iv1aJbUm .text-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-t4iv1aJbUm .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iv1aJbUm .mbr-section-title {
    width: 100%;
  }
}
.cid-t4iv1aJbUm .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iv1aJbUm .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-t4iv1aJbUm .mbr-text {
  color: #000000;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iv1aJbUm .mbr-text {
    width: 100%;
  }
}
.cid-t4iuXNHBe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4iuXNHBe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuXNHBe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuXNHBe2 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-t4iuXNHBe2 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-t4iuXNHBe2 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-t4iuXNHBe2 .mbr-section-title {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuXNHBe2 .mbr-section-title {
    width: 100%;
  }
}
.cid-t4iuXNHBe2 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-t4iuXNHBe2 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-t4iuXNHBe2 .lists-col {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-t4iuXNHBe2 .lists-col {
    width: 100%;
  }
}
.cid-t4iuXNHBe2 .item-text-1 {
  color: #727272;
  position: relative;
  z-index: 1;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-t4iuXNHBe2 .item-text-2 {
  color: #ee2524;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-t4iuXNHBe2 .item-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t4iuXNHBe2 .item-wrap {
    padding-right: 0.5rem;
  }
}
.cid-t4iuXNHBe2 .item-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #f0f0f0;
  transition: .5s all;
}
.cid-t4iuXNHBe2 .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  width: 100%;
  transition: .5s all;
  position: relative;
}
.cid-t4iuXNHBe2 .item-container {
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #000000;
  transition: .5s all;
}
.cid-t4iuXNHBe2 .item-container:hover .item-content {
  padding: 3rem 1.5rem 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-t4iuXNHBe2 .item-container:hover .item-content {
    padding: 3rem 0.7rem 3rem 1.4rem;
  }
}
.cid-t4iuXNHBe2 .item-container:hover .item-text-1 {
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-t4iuXNHBe2 .item-container:hover .item-text-2 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-t4iuXNHBe2 .item-container:hover .item-overlay {
  height: 100%;
}
.cid-t4iuXNHBe2 .item-info-wrap {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.cid-t4iuXNHBe2 .mbr-text {
  color: #000000;
}
.cid-t4iuXNHBe2 .number-text {
  color: #EE2524;
  margin-left: auto;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t4iuXNHBe2 .number-text {
    padding-left: 0.5rem;
  }
}
.cid-t4ivdBTjmK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4ivdBTjmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivdBTjmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivdBTjmK .row {
  justify-content: flex-start;
}
.cid-t4ivdBTjmK .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t4ivdBTjmK .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4ivdBTjmK .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-t4ivdBTjmK .main-col {
    min-height: 28.4rem;
  }
}
.cid-t4ivdBTjmK .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-t4ivdBTjmK .main-col {
    max-width: 100%;
  }
}
.cid-t4ivdBTjmK .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-t4ivdBTjmK .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-t4ivdBTjmK .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-t4ivdBTjmK .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t4ivdBTjmK .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .head-content {
    padding: 12px;
  }
}
.cid-t4ivdBTjmK .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-t4ivdBTjmK .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-t4ivdBTjmK .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-t4ivdBTjmK .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-t4ivdBTjmK .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivdBTjmK .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4ivdBTjmK .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-t4ivdBTjmK .price-name {
  color: #727272;
}
.cid-t4ivdBTjmK .price-number {
  color: #000000;
}
.cid-t4ivdBTjmK .mbr-section-btn {
  margin-top: 1.4rem;
  width: 100%;
}
.cid-t4ivdBTjmK .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-t4ivdBTjmK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ivdBTjmK .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-t4ivdBTjmK .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-t4iuPMp7TO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
  border-bottom: 1px solid #000000;
}
.cid-t4iuPMp7TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuPMp7TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuPMp7TO .row {
  justify-content: flex-start;
}
.cid-t4iuPMp7TO .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4iuPMp7TO .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-t4iuPMp7TO .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-t4iuPMp7TO .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4iuPMp7TO .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-t4iv3zLOH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4iv3zLOH6 .row {
  align-items: center;
  width: 100%;
}
.cid-t4iv3zLOH6 .title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-t4iv3zLOH6 .title-container {
    margin-bottom: 0;
  }
}
.cid-t4iv3zLOH6 .title-text {
  margin-right: auto;
  max-width: 45%;
}
.cid-t4iv3zLOH6 .main-title {
  color: #727272;
}
.cid-t4iv3zLOH6 .main-subtitle {
  color: #727272;
}
.cid-t4iv3zLOH6 .title-btn {
  max-width: 45%;
  margin-bottom: -0.6rem;
}
.cid-t4iv3zLOH6 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-t4iv3zLOH6 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t4iv3zLOH6 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4iv3zLOH6 .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 333px;
  filter: saturate(0%);
  transition: .5s all;
}
@media (max-width: 991px) {
  .cid-t4iv3zLOH6 .img-container {
    height: 240px;
  }
}
.cid-t4iv3zLOH6 .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-t4iv3zLOH6 .content-container {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t4iv3zLOH6 .content-container {
    margin-top: 4rem;
  }
}
.cid-t4iv3zLOH6 .content-container:hover .img-container {
  filter: saturate(90%);
}
.cid-t4iv3zLOH6 .content-container:hover .img-container img {
  transform: scale(1.04);
}
.cid-t4iv3zLOH6 .text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-t4iv3zLOH6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-t4iv3zLOH6 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-t4iv3zLOH6 .mbr-section-title {
  width: 100%;
  color: #939292;
  margin-bottom: 0;
}
.cid-t4iv3zLOH6 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}
.cid-t4iv3zLOH6 .btn-container {
  margin-top: 1.4rem;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4iv3zLOH6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4iv3zLOH6 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-t4iuQeTIIN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-t4iuQeTIIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuQeTIIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuQeTIIN .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cid-t4iuQeTIIN .text-container {
  width: 100% !important;
}
.cid-t4iuQeTIIN .mbr-section-title {
  color: #000000;
}
.cid-t4iuQeTIIN .mbr-section-title-2 {
  color: #EE2524;
}
.cid-t4iuQeTIIN .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8rem;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t4iuQeTIIN .content-container {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
}
.cid-t4iuQeTIIN .mbr-section-subtitle {
  width: 30%;
  color: #727272;
}
@media (max-width: 767px) {
  .cid-t4iuQeTIIN .mbr-section-subtitle {
    width: 100%;
    padding: 12px 0;
  }
}
.cid-t4iuQeTIIN .mbr-text {
  width: 40%;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-t4iuQeTIIN .mbr-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-t4iuQeTIIN .mbr-text {
    width: 100%;
    margin-top: 18px !important;
  }
}
.cid-t4iuYpMPfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4iuYpMPfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuYpMPfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuYpMPfl .row {
  justify-content: flex-start;
}
.cid-t4iuYpMPfl .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4iuYpMPfl .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t4iuYpMPfl .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4iuYpMPfl .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-t4iuYpMPfl .title-container {
    padding: 12px;
  }
}
.cid-t4iuYpMPfl .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4iuYpMPfl .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-t4iuYpMPfl .content-container {
    padding: 24px 12px;
  }
}
.cid-t4iuYpMPfl .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4iuYpMPfl .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4iuYpMPfl .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t4iuYpMPfl .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-t4iuYWhLJr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4iuYWhLJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iuYWhLJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iuYWhLJr .row {
  justify-content: flex-start;
}
.cid-t4iuYWhLJr .main-col {
  display: flex;
  align-items: stretch;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4iuYWhLJr .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t4iuYWhLJr .title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 35%;
  padding: 2rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t4iuYWhLJr .title-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-t4iuYWhLJr .title-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-t4iuYWhLJr .title-container {
    padding: 12px;
  }
}
.cid-t4iuYWhLJr .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4iuYWhLJr .content-container {
    width: 100%;
  }
}
.cid-t4iuYWhLJr .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-t4iuYWhLJr .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-t4iuYWhLJr .mbr-section-btn {
  margin-top: auto;
  width: 100%;
}
.cid-t4iuYWhLJr .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #000000;
}
.cid-t4iuYWhLJr .img-wrap img {
  flex-grow: 1;
  object-fit: cover;
  height: 40rem;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .cid-t4iuYWhLJr .img-wrap img {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .cid-t4iuYWhLJr .img-wrap img {
    height: auto;
  }
}
.cid-t4iv25CpbF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4iv25CpbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iv25CpbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iv25CpbF .box {
  margin-bottom: 15px;
}
.cid-t4iv25CpbF .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-t4iv25CpbF .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iv25CpbF .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-t4iv25CpbF .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-t4iv25CpbF .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t4iv25CpbF .icon-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8em;
  min-height: 8em;
  padding: 2em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #ee2524;
}
@media (max-width: 767px) {
  .cid-t4iv25CpbF .icon-wrap a {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-t4iv25CpbF .icon-wrap a:hover {
  transform: scale(1.3);
}
.cid-t4iv25CpbF .mbr-media span {
  font-size: 4rem;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-t4iv25CpbF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t4iv25CpbF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t4iv25CpbF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t4iv25CpbF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t4iv25CpbF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4iv25CpbF .item-img {
  overflow: hidden;
}
.cid-t4iv25CpbF .item-img img {
  width: 100%;
}
.cid-t4iv25CpbF .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-t4iv25CpbF .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-t4iv25CpbF .mbr-text {
  color: #727272;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-t4ivubqXns {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4ivubqXns .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivubqXns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivubqXns .row {
  justify-content: flex-start;
}
.cid-t4ivubqXns .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-t4ivubqXns .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-t4ivubqXns .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-t4ivubqXns .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-t4ivl48iXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4ivl48iXX .row {
  align-items: center;
  width: 100%;
}
.cid-t4ivl48iXX .main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t4ivl48iXX .main-container {
    flex-wrap: wrap;
  }
}
.cid-t4ivl48iXX .title-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 20%;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t4ivl48iXX .title-container {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.cid-t4ivl48iXX .title-text {
  margin-right: auto;
  width: 100%;
}
.cid-t4ivl48iXX .main-title {
  color: #727272;
  width: 100%;
}
.cid-t4ivl48iXX .main-subtitle {
  color: #727272;
  width: 100%;
}
.cid-t4ivl48iXX .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1rem;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t4ivl48iXX .grid-container {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4ivl48iXX .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  filter: saturate(0%);
  transition: .5s all;
}
@media (max-width: 991px) {
  .cid-t4ivl48iXX .img-container {
    height: 360px;
  }
}
.cid-t4ivl48iXX .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-t4ivl48iXX .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4ivl48iXX .header-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4ivl48iXX .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-t4ivl48iXX .content-container:hover .img-container {
  filter: saturate(90%);
}
.cid-t4ivl48iXX .content-container:hover .img-container img {
  transform: scale(1.04);
}
.cid-t4ivl48iXX .text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-t4ivl48iXX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-t4ivl48iXX .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-t4ivl48iXX .mbr-text {
  letter-spacing: inherit;
  color: #727272;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t4ivl48iXX .mbr-text {
    margin-top: 0.8rem;
  }
}
.cid-t4ivgLT4PW {
  background-color: #fbfbfb;
  border-bottom: 1px solid #000000;
}
.cid-t4ivgLT4PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivgLT4PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivgLT4PW .main-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4ivgLT4PW .main-row {
    flex-wrap: wrap;
  }
}
.cid-t4ivgLT4PW .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-t4ivgLT4PW .mbr-text {
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 0;
}
.cid-t4ivgLT4PW .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivgLT4PW .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-t4ivgLT4PW .form-container {
  margin-top: 2rem;
  padding: 0;
}
.cid-t4ivgLT4PW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t4ivgLT4PW form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-t4ivgLT4PW form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-t4ivgLT4PW form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-t4ivgLT4PW form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-t4ivgLT4PW form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-t4ivgLT4PW form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form select {
  color: #000000 !important;
}
.cid-t4ivgLT4PW form textarea {
  height: 100px;
}
.cid-t4ivgLT4PW form input,
.cid-t4ivgLT4PW form textarea {
  background-color: transparent !important;
}
.cid-t4ivgLT4PW form input:active,
.cid-t4ivgLT4PW form textarea:active,
.cid-t4ivgLT4PW form input:focus,
.cid-t4ivgLT4PW form textarea:focus {
  border-color: #ee2524 !important;
}
.cid-t4ivgLT4PW form input:active::-webkit-input-placeholder,
.cid-t4ivgLT4PW form textarea:active::-webkit-input-placeholder,
.cid-t4ivgLT4PW form input:focus::-webkit-input-placeholder,
.cid-t4ivgLT4PW form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form input:active::-moz-placeholder,
.cid-t4ivgLT4PW form textarea:active::-moz-placeholder,
.cid-t4ivgLT4PW form input:focus::-moz-placeholder,
.cid-t4ivgLT4PW form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form input:active:-moz-placeholder,
.cid-t4ivgLT4PW form textarea:active:-moz-placeholder,
.cid-t4ivgLT4PW form input:focus:-moz-placeholder,
.cid-t4ivgLT4PW form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form input:active:-ms-input-placeholder,
.cid-t4ivgLT4PW form textarea:active:-ms-input-placeholder,
.cid-t4ivgLT4PW form input:focus:-ms-input-placeholder,
.cid-t4ivgLT4PW form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-t4ivgLT4PW form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-t4ivgLT4PW form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-t4ivgLT4PW form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-t4ivgLT4PW form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-t4ivgLT4PW form .form-check-input:focus,
.cid-t4ivgLT4PW form .form-check-input:hover {
  border-color: #ee2524 !important;
}
.cid-t4ivgLT4PW form .form-check-input:checked {
  border-color: #ee2524 !important;
  background-color: #ee2524 !important;
}
.cid-t4ivclihSO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4ivclihSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivclihSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivclihSO .row {
  justify-content: flex-start;
}
.cid-t4ivclihSO .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12rem;
  grid-row-gap: 7rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t4ivclihSO .grid-container {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-t4ivclihSO .grid-container {
    grid-column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ivclihSO .grid-container {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
.cid-t4ivclihSO .main-col {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-t4ivclihSO .main-col:nth-child(2n) {
    transform: translateY(6rem);
  }
}
@media (max-width: 767px) {
  .cid-t4ivclihSO .main-col {
    margin-bottom: 4rem;
  }
}
.cid-t4ivclihSO .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #000000;
}
.cid-t4ivclihSO .title-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 15rem;
  padding: 1.8rem;
}
@media (max-width: 991px) {
  .cid-t4ivclihSO .title-container {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-t4ivclihSO .title-container {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .cid-t4ivclihSO .title-container {
    min-height: 10rem;
    padding: 12px;
  }
}
.cid-t4ivclihSO .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4ivclihSO .content-container {
    width: 100%;
  }
}
.cid-t4ivclihSO .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivclihSO .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4ivclihSO .mbr-section-btn {
  margin-top: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4ivclihSO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ivclihSO .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #000000;
}
.cid-t4ivclihSO .img-wrap img {
  object-fit: cover;
  height: 30rem;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
  transform: scale3d(1, 1, 1);
}
@media (max-width: 991px) {
  .cid-t4ivclihSO .img-wrap img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-t4ivclihSO .img-wrap img {
    height: auto;
  }
}
.cid-t4ivclihSO .img-wrap:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-t4ivf6yQjp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #000000;
}
.cid-t4ivf6yQjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivf6yQjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivf6yQjp .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4ivf6yQjp .row {
    flex-wrap: wrap;
  }
}
.cid-t4ivf6yQjp .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-t4ivf6yQjp .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-t4ivf6yQjp .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-t4ivf6yQjp .phone-container {
  max-width: 49%;
}
.cid-t4ivf6yQjp .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-t4ivf6yQjp .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t4ivf6yQjp .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivf6yQjp .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-t4ivfR2jOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4ivfR2jOJ .row {
  align-items: center;
  width: 100%;
}
.cid-t4ivfR2jOJ .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-t4ivfR2jOJ .title-text {
  width: 100%;
}
.cid-t4ivfR2jOJ .main-title {
  color: #727272;
}
.cid-t4ivfR2jOJ .main-subtitle {
  color: #727272;
}
.cid-t4ivfR2jOJ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t4ivfR2jOJ form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-t4ivfR2jOJ form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-t4ivfR2jOJ form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-t4ivfR2jOJ form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-t4ivfR2jOJ form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-t4ivfR2jOJ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form select {
  color: #000000 !important;
}
.cid-t4ivfR2jOJ form textarea {
  height: 100px;
}
.cid-t4ivfR2jOJ form input,
.cid-t4ivfR2jOJ form textarea {
  background-color: transparent !important;
}
.cid-t4ivfR2jOJ form input:active,
.cid-t4ivfR2jOJ form textarea:active,
.cid-t4ivfR2jOJ form input:focus,
.cid-t4ivfR2jOJ form textarea:focus {
  border-color: #ee2524 !important;
}
.cid-t4ivfR2jOJ form input:active::-webkit-input-placeholder,
.cid-t4ivfR2jOJ form textarea:active::-webkit-input-placeholder,
.cid-t4ivfR2jOJ form input:focus::-webkit-input-placeholder,
.cid-t4ivfR2jOJ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form input:active::-moz-placeholder,
.cid-t4ivfR2jOJ form textarea:active::-moz-placeholder,
.cid-t4ivfR2jOJ form input:focus::-moz-placeholder,
.cid-t4ivfR2jOJ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form input:active:-moz-placeholder,
.cid-t4ivfR2jOJ form textarea:active:-moz-placeholder,
.cid-t4ivfR2jOJ form input:focus:-moz-placeholder,
.cid-t4ivfR2jOJ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form input:active:-ms-input-placeholder,
.cid-t4ivfR2jOJ form textarea:active:-ms-input-placeholder,
.cid-t4ivfR2jOJ form input:focus:-ms-input-placeholder,
.cid-t4ivfR2jOJ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-t4ivfR2jOJ form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-t4ivfR2jOJ form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-t4ivfR2jOJ form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-t4ivfR2jOJ form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-t4ivfR2jOJ form .form-check-input:focus,
.cid-t4ivfR2jOJ form .form-check-input:hover {
  border-color: #ee2524 !important;
}
.cid-t4ivfR2jOJ form .form-check-input:checked {
  border-color: #ee2524 !important;
  background-color: #ee2524 !important;
}
.cid-t4ivhy3PHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4ivhy3PHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivhy3PHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivhy3PHv .title-col {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-t4ivhy3PHv .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivhy3PHv .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-t4ivhy3PHv .lists-col {
  width: 100%;
}
.cid-t4ivhy3PHv .col-list {
  width: 100%;
}
.cid-t4ivhy3PHv .list-title {
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
}
.cid-t4ivhy3PHv .list {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 24px;
}
.cid-t4ivhy3PHv li {
  position: relative;
  padding: 0 0 0 1rem;
  margin-bottom: 0;
}
.cid-t4ivhy3PHv ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.2rem;
}
.cid-t4ivi8Txta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-t4ivi8Txta .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ivi8Txta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ivi8Txta .row {
  justify-content: flex-start;
}
.cid-t4ivi8Txta .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-t4ivi8Txta .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t4ivi8Txta .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-t4ivi8Txta .main-col {
    min-height: 28.4rem;
  }
}
.cid-t4ivi8Txta .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-t4ivi8Txta .main-col {
    max-width: 100%;
  }
}
.cid-t4ivi8Txta .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-t4ivi8Txta .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-t4ivi8Txta .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-t4ivi8Txta .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t4ivi8Txta .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .head-content {
    padding: 12px;
  }
}
.cid-t4ivi8Txta .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-t4ivi8Txta .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-t4ivi8Txta .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-t4ivi8Txta .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-t4ivi8Txta .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4ivi8Txta .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4ivi8Txta .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-t4ivi8Txta .price-name {
  color: #727272;
}
.cid-t4ivi8Txta .price-number {
  color: #000000;
}
.cid-t4ivi8Txta .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-t4ivi8Txta .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-t4ivi8Txta .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ivi8Txta .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-t4ivi8Txta .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-t4iqIy6zve {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-t4iqIy6zve .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4iqIy6zve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4iqIy6zve .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t4iqIy6zve .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-t4iqIy6zve .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t4iqIy6zve .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-t4iqIy6zve .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-t4iqIy6zve .navbar-brand {
    justify-content: center !important;
  }
}
.cid-t4iqIy6zve .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-t4iqIy6zve .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-t4iqIy6zve .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-t4iqIy6zve .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .copyright-col {
    flex-direction: column;
  }
}
.cid-t4iqIy6zve .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4iqIy6zve .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-t4jfOTbCZj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4jfOTbCZj nav.navbar {
  position: fixed;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4jfOTbCZj .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-t4jfOTbCZj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4jfOTbCZj .dropdown-item:hover,
.cid-t4jfOTbCZj .dropdown-item:focus {
  background: #ee2524 !important;
  color: white !important;
}
.cid-t4jfOTbCZj .dropdown-item:hover span {
  color: white;
}
.cid-t4jfOTbCZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4jfOTbCZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4jfOTbCZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4jfOTbCZj .nav-link {
  position: relative;
}
.cid-t4jfOTbCZj .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-t4jfOTbCZj .dropdown-menu,
.cid-t4jfOTbCZj .navbar.opened {
  background: #fbfbfb !important;
}
.cid-t4jfOTbCZj .nav-item:focus,
.cid-t4jfOTbCZj .nav-link:focus {
  outline: none;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4jfOTbCZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4jfOTbCZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4jfOTbCZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4jfOTbCZj .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-t4jfOTbCZj .navbar.opened {
  transition: all 0.3s;
}
.cid-t4jfOTbCZj .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-t4jfOTbCZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4jfOTbCZj .navbar .navbar-logo img {
  width: auto;
}
.cid-t4jfOTbCZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-t4jfOTbCZj .navbar.collapsed {
  justify-content: center;
}
.cid-t4jfOTbCZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4jfOTbCZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4jfOTbCZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4jfOTbCZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t4jfOTbCZj .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-t4jfOTbCZj .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-t4jfOTbCZj .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-t4jfOTbCZj .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .navbar .navbar-brand {
    padding-right: 1rem;
  }
}
.cid-t4jfOTbCZj .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-t4jfOTbCZj .navbar.navbar-short {
  min-height: 64px;
}
.cid-t4jfOTbCZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4jfOTbCZj .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-t4jfOTbCZj .navbar {
    min-height: 140px !important;
  }
}
.cid-t4jfOTbCZj .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-t4jfOTbCZj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4jfOTbCZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4jfOTbCZj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4jfOTbCZj .dropdown-item.active,
.cid-t4jfOTbCZj .dropdown-item:active {
  background-color: transparent;
}
.cid-t4jfOTbCZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4jfOTbCZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4jfOTbCZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-t4jfOTbCZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4jfOTbCZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4jfOTbCZj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4jfOTbCZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4jfOTbCZj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4jfOTbCZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4jfOTbCZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4jfOTbCZj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4jfOTbCZj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4jfOTbCZj .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-t4jfOTbCZj .navbar {
    height: 70px;
  }
  .cid-t4jfOTbCZj .navbar.opened {
    height: auto;
  }
  .cid-t4jfOTbCZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4jfOTbCZj .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-t4jfOTbCZj .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-t4jfOTbCZj .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4jfOTbCZj .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .main-navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t4jfOTbCZj .main-navbar-nav {
    width: 100%;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-t4jfOTbCZj .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-t4jfOTbCZj .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-t4jfOTbCZj .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-t4jfOTbCZj .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t4jfOTbCZj .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .cid-t4jfOTbCZj .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-t4jfOTbCZj .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-t4jfOTbCZj .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t4jfOTbCZj .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #ee2524 !important;
}
.cid-t4jfOTbCZj .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-t4jfOTbCZj .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-t4jfOTbCZj .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
