body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e9204f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #940f2e;
  color: #940f2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9204f !important;
  border-color: #e9204f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e9204f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e9204f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e9204f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdae2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #7e7e7e !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='%23e1201d' %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;
}
hr {
  border: none;
  background-color: #e9204f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e9204f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e9204f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #e9204f !important;
}
.btn-danger:hover {
  color: #e9204f !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e9204f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e9204f;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e9204f !important;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u1eyMJrC7x {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-u1eyMJrC7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eyMJrC7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eyMJrC7x .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .container {
    padding: 10px 8px;
  }
}
.cid-u1eyMJrC7x .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .row {
    padding: 40px 10px;
  }
}
.cid-u1eyMJrC7x .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u1eyMJrC7x .content-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .content-wrapper {
    padding: 0;
  }
}
.cid-u1eyMJrC7x .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1eyMJrC7x .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-u1eyMJrC7x .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-u1eyMJrC7x .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-u1eyMJrC7x .mbr-iconfont1 {
  animation: levitateAnimation 5s ease-in-out infinite;
}
.cid-u1eyMJrC7x .mbr-iconfont2 {
  animation: levitateAnimation 10s ease-in-out infinite;
}
.cid-u1eyMJrC7x .mbr-iconfont3 {
  animation: levitateAnimation 7s ease-in-out infinite;
}
.cid-u1eyMJrC7x .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-u1eyMJrC7x .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #e9204f;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-u1eyMJrC7x .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e9204f;
  margin-top: 0;
}
.cid-u1eyMJrC7x .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #e9204f;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.5));
  }
  50% {
    transform: translateY(-10px);
    filter: drop-shadow(0 60px 20px rgba(0, 0, 0, 0.3));
  }
  100% {
    transform: translateY(0px);
    filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.5));
  }
}
@keyframes levitateAnimation {
  0%,
  100% {
    transform: translate(10px, -10px) scale(1);
    -webkit-filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.3));
    border-radius: 100px;
  }
  25% {
    transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    transform: translate(0, 10px) scale(1.2);
  }
  85% {
    transform: translate(-20, -15px) scale(1.4);
  }
}
.cid-u1eyMJrC7x .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-u1eyMJrC7x .image-wrapper .image-wrap img {
  height: 750px;
  animation: floatAnimation 3s ease infinite;
  width: 750px;
  margin-top: -8rem;
  object-fit: contain;
  border-radius: 0% !important;
}
@media (max-width: 1199px) {
  .cid-u1eyMJrC7x .image-wrapper .image-wrap img {
    height: 400px;
    width: 400px;
    min-width: 400px;
    object-fit: contain;
  }
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-u1eyMJrC7x .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u1eyMJrC7x .mbr-section-title {
  color: #ffffff;
}
.cid-u1eyMJrC7x .mbr-text {
  color: #272727;
}
.cid-u1eyMJrC7x .card-text {
  color: #ffffff;
}
.cid-u1eyMJrC7x .mbr-section-title,
.cid-u1eyMJrC7x .mbr-section-btn,
.cid-u1eyMJrC7x .cards-wrap {
  color: #212428;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-u1eyMJrC7x .mbr-section-title,
  .cid-u1eyMJrC7x .mbr-section-btn,
  .cid-u1eyMJrC7x .cards-wrap {
    text-align: center;
  }
}
.cid-u1qKLWgHHh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1qKLWgHHh h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1qKLWgHHh .container {
    position: relative;
  }
  .cid-u1qKLWgHHh .row {
    margin: 0;
  }
  .cid-u1qKLWgHHh h2 {
    margin: 0;
  }
}
.cid-u1qKLWgHHh .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1qKLWgHHh .mbr-text {
  margin-top: 1.4rem;
}
.cid-u1qKLWgHHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qKLWgHHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qKLWgHHh h2 {
  color: #24262b;
}
.cid-tYYo1TbRAU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-tYYo1TbRAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYo1TbRAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYYo1TbRAU .container {
    padding: 10px 8px;
  }
}
.cid-tYYo1TbRAU .row {
  border-radius: 25px;
  background-color: #f3f3f3;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tYYo1TbRAU .row {
    padding: 40px 10px;
  }
}
.cid-tYYo1TbRAU .row .card,
.cid-tYYo1TbRAU .row .item {
  padding: 0;
}
.cid-tYYo1TbRAU .row-main {
  padding-top: 100px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 768px) {
  .cid-tYYo1TbRAU .row-main {
    padding-top: 50px;
  }
}
.cid-tYYo1TbRAU .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
.cid-tYYo1TbRAU .row-main .mbr-text span {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tYYo1TbRAU .row-main .mbr-text {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYo1TbRAU .row-main .mbr-text {
    padding: 0;
  }
}
.cid-tYYo1TbRAU .row-main .mbr-section-title {
  margin: 0;
}
.cid-tYYo1TbRAU .row-main .mbr-section-title span {
  opacity: .5;
}
.cid-tYYo1TbRAU .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .cid-tYYo1TbRAU .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-tYYo1TbRAU .row-content .item {
  padding: 0 8px;
  min-height: 250px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tYYo1TbRAU .row-content .item {
    min-height: 200px;
  }
}
.cid-tYYo1TbRAU .row-content .item:nth-child(2n) .item-wrapper .item-img::before {
  background-color: #715edb;
}
.cid-tYYo1TbRAU .row-content .item:nth-child(5n) .item-wrapper .item-img::before {
  background-color: #181818;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9204f;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 40px 40px 20px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-tYYo1TbRAU .row-content .item .item-wrapper .item-img .item-content .card-desc {
  opacity: .8;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-tYYo1TbRAU .mbr-section-title {
  color: #222222;
}
.cid-tYYo1TbRAU .mbr-text {
  color: #000000;
}
.cid-tYYo1TbRAU .card-number {
  color: #ffffff;
}
.cid-tYYo1TbRAU .card-desc {
  color: #ffffff;
}
.cid-u19zPycZ6J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background3.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-u19zPycZ6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19zPycZ6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19zPycZ6J .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-u19zPycZ6J .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-u19zPycZ6J .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u19zPycZ6J .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-u19zPycZ6J .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u19zPycZ6J .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u19zPycZ6J .mbr-section-head {
  width: 100%;
}
.cid-u19zPycZ6J .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-u19zPycZ6J .mbr-section-title {
    text-align: center;
  }
}
.cid-u19zPycZ6J .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u19zPycZ6J .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-u19zPycZ6J .card-row {
  align-items: stretch;
}
.cid-u19zPycZ6J .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u19zPycZ6J .card {
    margin-top: 30px;
  }
}
.cid-u19zPycZ6J .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f3f3f3, #ffffff);
}
@media (max-width: 1199px) {
  .cid-u19zPycZ6J .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-u19zPycZ6J .card-wrapper {
    padding: 20px;
  }
}
.cid-u19zPycZ6J .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u19zPycZ6J .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u19zPycZ6J .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u19zPycZ6J .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u19zPycZ6J .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-u19zPycZ6J .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u19zPycZ6J .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u19zPycZ6J .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u19zPycZ6J .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-u19zPycZ6J .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffffff;
}
.cid-u19zPycZ6J .card-title {
  color: #181818;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-u19zPycZ6J .card-title {
    margin-bottom: 15px;
  }
}
.cid-u19zPycZ6J .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-u19zPycZ6J .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-u19zPycZ6J .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-u1945baPrO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-u1945baPrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1945baPrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1945baPrO .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-u1945baPrO .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-u1945baPrO .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u1945baPrO .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-u1945baPrO .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u1945baPrO .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u1945baPrO .mbr-section-head {
  width: 100%;
}
.cid-u1945baPrO .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-u1945baPrO .mbr-section-title {
    text-align: center;
  }
}
.cid-u1945baPrO .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-u1945baPrO .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-u1945baPrO .card-row {
  align-items: stretch;
}
.cid-u1945baPrO .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-u1945baPrO .card {
    margin-top: 30px;
  }
}
.cid-u1945baPrO .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f3f3f3, #ffffff);
}
@media (max-width: 1199px) {
  .cid-u1945baPrO .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-u1945baPrO .card-wrapper {
    padding: 20px;
  }
}
.cid-u1945baPrO .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u1945baPrO .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u1945baPrO .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u1945baPrO .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u1945baPrO .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-u1945baPrO .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u1945baPrO .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u1945baPrO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u1945baPrO .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-u1945baPrO .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffffff;
}
.cid-u1945baPrO .card-title {
  color: #181818;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-u1945baPrO .card-title {
    margin-bottom: 15px;
  }
}
.cid-u1945baPrO .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-u1945baPrO .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-u1945baPrO .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-u2WDT6AYAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u2WDT6AYAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WDT6AYAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WDT6AYAW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u2WDT6AYAW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2WDT6AYAW .container {
    padding: 0 24px;
  }
}
.cid-u2WDT6AYAW .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u2WDT6AYAW .image-wrapper {
  height: 100%;
}
.cid-u2WDT6AYAW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u2WDT6AYAW .image-wrapper img {
    height: 350px;
  }
}
.cid-u2WDT6AYAW .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2WDT6AYAW .content-wrapper {
    padding: 24px;
  }
}
.cid-u2WDT6AYAW .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u2WDT6AYAW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2WDT6AYAW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u2WDT6AYAW .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e9204f 0%, transparent 100%);
}
.cid-u2WDT6AYAW .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u2WDT6AYAW .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #e94c71 !important;
  border-color: #e94c71 !important;
}
.cid-u2WDT6AYAW .mbr-section-title {
  color: #141414;
}
.cid-u2WDT6AYAW .mbr-text {
  color: #141414;
}
.cid-u19rtd8OsZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212428;
}
.cid-u19rtd8OsZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u19rtd8OsZ textarea {
  min-height: 150px;
}
.cid-u19rtd8OsZ input[name='yourSubject'] {
  margin-top: 1.5rem;
}
.cid-u19rtd8OsZ textarea[name='yourMessage'] {
  margin-top: 0.3rem;
}
.cid-u19rtd8OsZ .form-control,
.cid-u19rtd8OsZ .field-input {
  padding: 1rem 0rem;
  background-color: #212428;
  border: none !important;
  border-bottom: 2px solid #414141 !important;
  border-color: #414141 !important;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-u19rtd8OsZ .form-control input::-webkit-input-placeholder,
.cid-u19rtd8OsZ .field-input input::-webkit-input-placeholder,
.cid-u19rtd8OsZ .form-control textarea::-webkit-input-placeholder,
.cid-u19rtd8OsZ .field-input textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-u19rtd8OsZ .form-control input:-moz-placeholder,
.cid-u19rtd8OsZ .field-input input:-moz-placeholder,
.cid-u19rtd8OsZ .form-control textarea:-moz-placeholder,
.cid-u19rtd8OsZ .field-input textarea:-moz-placeholder {
  color: #acacac !important;
}
.cid-u19rtd8OsZ .jq-number__spin:hover,
.cid-u19rtd8OsZ .jq-number__spin:focus {
  background-color: #101010;
  border-color: #e9204f !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u19rtd8OsZ .jq-number__spin {
  background-color: #212428;
  border-color: #414141 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u19rtd8OsZ .jq-selectbox li,
.cid-u19rtd8OsZ .jq-selectbox li {
  background-color: #212428;
  color: #ffffff;
}
.cid-u19rtd8OsZ .jq-selectbox li:hover,
.cid-u19rtd8OsZ .jq-selectbox li.selected {
  background-color: #101010;
  color: #ffffff;
}
.cid-u19rtd8OsZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u19rtd8OsZ .jq-number__spin.minus:hover:after,
.cid-u19rtd8OsZ .jq-number__spin.plus:hover:after {
  border-top-color: #212428;
  border-bottom-color: #212428;
}
.cid-u19rtd8OsZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u19rtd8OsZ .jq-number__spin.minus:after,
.cid-u19rtd8OsZ .jq-number__spin.plus:after {
  border-top-color: #101010;
  border-bottom-color: #101010;
}
@media (max-width: 992px) {
  .cid-u19rtd8OsZ .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
  .cid-u19rtd8OsZ .social-list {
    margin-bottom: 3rem;
  }
  .cid-u19rtd8OsZ .email-input {
    margin-top: 2rem;
  }
}
.cid-u19rtd8OsZ .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 2.4rem;
}
.cid-u19rtd8OsZ .mbr-text {
  color: #acacac;
  margin-bottom: 3.5rem;
}
.cid-u19rtd8OsZ .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.6rem;
}
.cid-u19rtd8OsZ .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #e9204f;
  transition: all 0.3s;
  display: none;
}
.cid-u19rtd8OsZ .mbr-iconfont-social:hover {
  color: #e9204f;
}
.cid-u19rtd8OsZ .social-list {
  display: flex;
}
.cid-u19rtd8OsZ .social-list a {
  transition: 0.3s;
}
.cid-u19rtd8OsZ .social-list a:hover {
  transform: translateY(-8px);
}
.cid-u19rtd8OsZ .row {
  align-items: center;
}
.cid-u19rtd8OsZ .mbr-section-title {
  margin-bottom: 1.3rem;
}
.cid-u19rtd8OsZ .btn {
  font-weight: bold;
  padding: 1rem 5.5rem;
}
.cid-u19rtd8OsZ .form-btn {
  margin-top: 2.5rem;
}
.cid-u19rtd8OsZ input::-webkit-input-placeholder,
.cid-u19rtd8OsZ textarea::-webkit-input-placeholder {
  color: #acacac !important;
}
.cid-u19rtd8OsZ input:-moz-placeholder,
.cid-u19rtd8OsZ textarea:-moz-placeholder {
  color: #acacac !important;
}
@media (min-width: 992px) {
  .cid-u19rtd8OsZ .media-content {
    padding-right: 3rem;
  }
  .cid-u19rtd8OsZ .email-input {
    padding-left: 2.2rem;
  }
}
@media (min-width: 767px) {
  .cid-u19rtd8OsZ .row {
    padding: 0 1rem;
  }
}
.cid-u19rtd8OsZ .btn:hover {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-u19rtd8OsZ .form-btn {
    width: 100%;
  }
  .cid-u19rtd8OsZ .btn {
    width: 100%;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-tZKOw6POnF {
  background-image: url("../../../assets/images/screenshot-2025-01-31-at-6.31.54pm.webp");
}
.cid-tZKOw6POnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKOw6POnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZKOw6POnF .container {
    padding: 0 20px;
  }
  .cid-tZKOw6POnF .container .row {
    padding: 0;
  }
}
.cid-tZKOw6POnF .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tZKOw6POnF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tZKOw6POnF .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tZKOw6POnF .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tZKOw6POnF .mbr-section-title {
  color: #ffffff;
}
.cid-tZKOw6POnF .mbr-text {
  color: #ffffff;
}
.cid-tZKOGqvahU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZKOGqvahU h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tZKOGqvahU .container {
    position: relative;
  }
  .cid-tZKOGqvahU .row {
    margin: 0;
  }
  .cid-tZKOGqvahU h2 {
    margin: 0;
  }
}
.cid-tZKOGqvahU .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tZKOGqvahU .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tZKOGqvahU .line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tZKOGqvahU .vertical-line:before {
  content: '';
  background-color: #e9204f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-tZKOGqvahU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKOGqvahU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j5AYQWq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j5AYQWq8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j5AYQWq8 .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j5AYQWq8 .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j5AYQWq8 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j5AYQWq8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j5AYQWq8 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j5AYQWq8 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j5AYQWq8 .btn_link:hover {
  cursor: pointer;
}
.cid-u1j5AYQWq8 .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j5AYQWq8 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j5AYQWq8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j5AYQWq8 .text-wrapper {
    text-align: center;
  }
  .cid-u1j5AYQWq8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j5AYQWq8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j5AYQWq8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j5AYQWq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j5AYQWq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j5AYQWq8 .card-title,
.cid-u1j5AYQWq8 .icon_block {
  color: #272727;
}
.cid-u1j5AYQWq8 .mbr-text,
.cid-u1j5AYQWq8 .btn_link {
  color: #272727;
}
.cid-u1j5X3C75h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j5X3C75h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j5X3C75h .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j5X3C75h .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j5X3C75h .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j5X3C75h .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j5X3C75h .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j5X3C75h .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j5X3C75h .btn_link:hover {
  cursor: pointer;
}
.cid-u1j5X3C75h .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j5X3C75h .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j5X3C75h .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j5X3C75h .text-wrapper {
    text-align: center;
  }
  .cid-u1j5X3C75h .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j5X3C75h .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j5X3C75h .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j5X3C75h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j5X3C75h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j5X3C75h .card-title,
.cid-u1j5X3C75h .icon_block {
  color: #272727;
}
.cid-u1j5X3C75h .mbr-text,
.cid-u1j5X3C75h .btn_link {
  color: #272727;
}
.cid-u1j62Vs1v4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j62Vs1v4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j62Vs1v4 .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j62Vs1v4 .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j62Vs1v4 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j62Vs1v4 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j62Vs1v4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j62Vs1v4 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j62Vs1v4 .btn_link:hover {
  cursor: pointer;
}
.cid-u1j62Vs1v4 .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j62Vs1v4 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j62Vs1v4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j62Vs1v4 .text-wrapper {
    text-align: center;
  }
  .cid-u1j62Vs1v4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j62Vs1v4 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j62Vs1v4 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j62Vs1v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j62Vs1v4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j62Vs1v4 .card-title,
.cid-u1j62Vs1v4 .icon_block {
  color: #272727;
}
.cid-u1j62Vs1v4 .mbr-text,
.cid-u1j62Vs1v4 .btn_link {
  color: #272727;
}
.cid-u1j653sQRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j653sQRd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j653sQRd .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j653sQRd .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j653sQRd .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j653sQRd .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j653sQRd .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j653sQRd .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j653sQRd .btn_link:hover {
  cursor: pointer;
}
.cid-u1j653sQRd .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j653sQRd .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j653sQRd .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j653sQRd .text-wrapper {
    text-align: center;
  }
  .cid-u1j653sQRd .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j653sQRd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j653sQRd .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j653sQRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j653sQRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j653sQRd .card-title,
.cid-u1j653sQRd .icon_block {
  color: #272727;
}
.cid-u1j653sQRd .mbr-text,
.cid-u1j653sQRd .btn_link {
  color: #272727;
}
.cid-u1j66RUBWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j66RUBWf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j66RUBWf .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j66RUBWf .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j66RUBWf .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j66RUBWf .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j66RUBWf .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j66RUBWf .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j66RUBWf .btn_link:hover {
  cursor: pointer;
}
.cid-u1j66RUBWf .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j66RUBWf .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j66RUBWf .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j66RUBWf .text-wrapper {
    text-align: center;
  }
  .cid-u1j66RUBWf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j66RUBWf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j66RUBWf .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j66RUBWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j66RUBWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j66RUBWf .card-title,
.cid-u1j66RUBWf .icon_block {
  color: #272727;
}
.cid-u1j66RUBWf .mbr-text,
.cid-u1j66RUBWf .btn_link {
  color: #272727;
}
.cid-u1j67Zuvfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j67Zuvfp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j67Zuvfp .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j67Zuvfp .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j67Zuvfp .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j67Zuvfp .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j67Zuvfp .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j67Zuvfp .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j67Zuvfp .btn_link:hover {
  cursor: pointer;
}
.cid-u1j67Zuvfp .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j67Zuvfp .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j67Zuvfp .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j67Zuvfp .text-wrapper {
    text-align: center;
  }
  .cid-u1j67Zuvfp .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j67Zuvfp .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j67Zuvfp .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j67Zuvfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j67Zuvfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j67Zuvfp .card-title,
.cid-u1j67Zuvfp .icon_block {
  color: #272727;
}
.cid-u1j67Zuvfp .mbr-text,
.cid-u1j67Zuvfp .btn_link {
  color: #272727;
}
.cid-u1j69hqEgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1j69hqEgK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1j69hqEgK .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-u1j69hqEgK .mbr-text {
  margin-bottom: 30px;
}
.cid-u1j69hqEgK .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-u1j69hqEgK .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-u1j69hqEgK .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-u1j69hqEgK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u1j69hqEgK .btn_link:hover {
  cursor: pointer;
}
.cid-u1j69hqEgK .btn_link:hover a {
  color: #e1201d !important;
}
.cid-u1j69hqEgK .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-u1j69hqEgK .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1j69hqEgK .text-wrapper {
    text-align: center;
  }
  .cid-u1j69hqEgK .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u1j69hqEgK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u1j69hqEgK .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1j69hqEgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1j69hqEgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1j69hqEgK .card-title,
.cid-u1j69hqEgK .icon_block {
  color: #272727;
}
.cid-u1j69hqEgK .mbr-text,
.cid-u1j69hqEgK .btn_link {
  color: #272727;
}
.cid-tZL4piWvyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZL4piWvyC .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZL4piWvyC .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZL4piWvyC .item:focus,
.cid-tZL4piWvyC span:focus {
  outline: none;
}
.cid-tZL4piWvyC .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZL4piWvyC .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZL4piWvyC .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZL4piWvyC .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZL4piWvyC .btn-item {
  width: 100%;
}
.cid-tZL4piWvyC .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZL4piWvyC .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZL4piWvyC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u0zPFA0weZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0zPFA0weZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0zPFA0weZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0zPFA0weZ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u0zPFA0weZ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-u0zPFA0weZ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-u0zPFA0weZ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0zPFA0weZ .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u0zPFA0weZ .col-text {
    margin-top: 20px;
  }
}
.cid-u0zPFA0weZ .text-wrapper {
  width: 100%;
}
.cid-u0zPFA0weZ .mbr-section-title {
  color: #747474;
  margin-bottom: 20px;
}
.cid-u0zPFA0weZ .mbr-section-subtitle {
  color: #212428;
  margin-bottom: 22px;
}
.cid-u0zPFA0weZ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u0zPFA0weZ .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-u0zPFA0weZ .mbr-text {
    padding-right: 0;
  }
}
.cid-u0zPFA0weZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-u0zPFA0weZ .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-u0zPFA0weZ .social-container {
    padding-top: 40px;
  }
}
.cid-u0zPFA0weZ .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-u0zPFA0weZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-u0zPFA0weZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-u0zPFA0weZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-u0zPFA0weZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-u0zPFA0weZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-u0zPFA0weZ .soc-item:hover:before {
  opacity: 1;
}
.cid-u0zPFA0weZ .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0zPFA0weZ .col-img {
    order: 1;
  }
}
.cid-u0zPFA0weZ .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u0zPFA0weZ .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-u0zPFA0weZ .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-u0zSCMJCNh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u0zSCMJCNh h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u0zSCMJCNh .container {
    position: relative;
  }
  .cid-u0zSCMJCNh .row {
    margin: 0;
  }
  .cid-u0zSCMJCNh h2 {
    margin: 0;
  }
}
.cid-u0zSCMJCNh .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u0zSCMJCNh .mbr-text {
  margin-top: 1.4rem;
}
.cid-u0zSCMJCNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0zSCMJCNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0zSAVJDyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u0zSAVJDyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0zSAVJDyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0zSAVJDyu .container {
    padding: 0 16px;
  }
}
.cid-u0zSAVJDyu .row {
  justify-content: center;
}
.cid-u0zSAVJDyu .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0zSAVJDyu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #7e7e7e !important;
  color: #82786e !important;
  border-color: #7e7e7e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #e1201d !important;
  color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #7e7e7e !important;
  color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f7ed4a !important;
  color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #82786e !important;
  color: #7e7e7e !important;
  border-color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #879a9f !important;
  color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #e9204f !important;
  color: #82786e !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u0zSAVJDyu .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u0zSAVJDyu .mbr-desc {
  color: #706cff;
  text-align: center;
}
.cid-u0zSAVJDyu .mbr-section-title {
  color: #000000;
}
.cid-u0zSAVJDyu .mbr-text {
  color: #000000;
}
.cid-u0zSAVJDyu .mbr-section-btn {
  text-align: center;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1kd1VWy27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #facb1d;
}
.cid-u1kd1VWy27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kd1VWy27 .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-u1kd1VWy27 .col-text {
    margin-bottom: 2rem;
  }
}
.cid-u1kd1VWy27 .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-u1kd1VWy27 .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-u1kd1VWy27 .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-u1kd1VWy27 .mbr-section-title {
  color: #181817;
  text-align: left;
  padding-top: 4rem!important;
}
.cid-u1kd1VWy27 .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-u1kd1VWy27 .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-u1kd1VWy27 .mbr-text {
    grid-column-end: 3;
  }
}
.cid-u1kd1VWy27 .card-container {
  width: 100%;
  margin-top: 15rem;
}
@media (max-width: 575px) {
  .cid-u1kd1VWy27 .card-container {
    margin-top: 0;
  }
}
.cid-u1kd1VWy27 .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-u1kd1VWy27 .card {
    padding: 24px 0;
  }
}
.cid-u1kd1VWy27 .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-u1kd1VWy27 .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-u1kd1VWy27 .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-u1kd1VWy27 .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-u1kd1VWy27 .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-u1kd1VWy27 .card-wrap {
    padding: 24px;
  }
}
.cid-u1kd1VWy27 .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-u1kd1VWy27 .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1kd1VWy27 .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: 40%;
  width: 84%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: #181817;
}
@media (max-width: 991px) {
  .cid-u1kd1VWy27 .card-bg-frame {
    left: -40%;
    top: -30%;
  }
}
@media (max-width: 767px) {
  .cid-u1kd1VWy27 .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .cid-u1kd1VWy27 .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-u1kd1VWy27 .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-u1kd1VWy27 .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-u1kd1VWy27 .card-text-box {
    width: 100%;
  }
}
.cid-u1kd1VWy27 .card-title {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-u1kd1VWy27 .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-u1kd1VWy27 .card-number {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-u1kd1VWy27 .card-text-small {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-u1kd1VWy27 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tZpYAvBMv7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZpYAvBMv7 span {
  color: #c1c1c1;
}
.cid-tZpYAvBMv7 .mbr-text {
  padding-left: 1.5rem;
}
.cid-tZpYAvBMv7 .mbr-section-title {
  padding-left: 1.5px;
}
.cid-tZpYAvBMv7 .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-tZpYAvBMv7 H1 {
  text-align: left;
  color: #000000;
}
.cid-tZpYAvBMv7 .mbr-text,
.cid-tZpYAvBMv7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tZpXd66zHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-tZpXd66zHa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZpXd66zHa .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-tZpXd66zHa .mbr-text {
  margin-bottom: 30px;
}
.cid-tZpXd66zHa .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(233, 32, 79, 0.4);
  background-image: linear-gradient(125deg, #e9204f 0%, #f27d98 100%);
}
.cid-tZpXd66zHa .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-tZpXd66zHa .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  color: #e9204f;
}
.cid-tZpXd66zHa .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tZpXd66zHa .btn_link:hover {
  cursor: pointer;
}
.cid-tZpXd66zHa .btn_link:hover a {
  color: #e1201d !important;
}
.cid-tZpXd66zHa .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-tZpXd66zHa .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZpXd66zHa .text-wrapper {
    text-align: center;
  }
  .cid-tZpXd66zHa .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tZpXd66zHa .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tZpXd66zHa .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZpXd66zHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZpXd66zHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZpXd66zHa .card-title,
.cid-tZpXd66zHa .icon_block {
  color: #272727;
}
.cid-tZpXd66zHa .mbr-text,
.cid-tZpXd66zHa .btn_link {
  color: #272727;
}
.cid-tZpXfsBLTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-tZpXfsBLTN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZpXfsBLTN .mbr-section-title {
  margin-bottom: 20px;
  color: #272727;
}
.cid-tZpXfsBLTN .mbr-text {
  margin-bottom: 50px;
}
.cid-tZpXfsBLTN .card_wrap {
  margin-bottom: 20px;
}
.cid-tZpXfsBLTN .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(135, 154, 159, 0.07);
}
.cid-tZpXfsBLTN .item:nth-child(1) .mbr-iconfont {
  color: #879a9f;
}
.cid-tZpXfsBLTN .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(130, 120, 110, 0.07);
}
.cid-tZpXfsBLTN .item:nth-child(2) .mbr-iconfont {
  color: #82786e;
}
.cid-tZpXfsBLTN .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-tZpXfsBLTN .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-tZpXfsBLTN .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-tZpXfsBLTN .card_title {
  margin-bottom: 18px;
  color: #cc2952;
  text-align: left;
}
.cid-tZpXfsBLTN .card_text {
  margin-bottom: 0;
}
.cid-tZpXfsBLTN .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZpXfsBLTN .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tZpXfsBLTN .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #f7ed4a;
  border-radius: 50%;
}
.cid-tZpXfsBLTN .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #82786e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-tZpXfsBLTN .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #879a9f;
}
.cid-tZpXfsBLTN .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e9204f;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-tZpXfsBLTN .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZpXfsBLTN .text-wrapper {
    text-align: center;
  }
  .cid-tZpXfsBLTN .card_wrap {
    margin-bottom: 20px;
  }
  .cid-tZpXfsBLTN .icon_block {
    margin-bottom: 20px;
  }
  .cid-tZpXfsBLTN .card_title {
    margin-bottom: 10px;
  }
  .cid-tZpXfsBLTN .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tZpXfsBLTN .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tZpXfsBLTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZpXfsBLTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZpXfsBLTN .mbr-text,
.cid-tZpXfsBLTN .mbr-section-btn {
  color: #272727;
}
.cid-tZpXgFkRvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZpXgFkRvv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZpXgFkRvv .card-title {
  margin-bottom: 26px;
  color: #7e7e7e;
}
.cid-tZpXgFkRvv .mbr-text {
  margin-bottom: 30px;
}
.cid-tZpXgFkRvv .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-tZpXgFkRvv .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-tZpXgFkRvv .iconfont-wrapper svg #grad_1 {
  stop-color: #e9204f;
}
.cid-tZpXgFkRvv .iconfont-wrapper svg #grad_2 {
  stop-color: #f27d98;
}
.cid-tZpXgFkRvv .iconfont-wrapper svg #blur_svg {
  flood-color: #e9204f;
}
.cid-tZpXgFkRvv .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-tZpXgFkRvv .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZpXgFkRvv .text-wrapper {
    text-align: center;
  }
  .cid-tZpXgFkRvv .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tZpXgFkRvv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tZpXgFkRvv .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZpXgFkRvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZpXgFkRvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZpXgFkRvv .card-title,
.cid-tZpXgFkRvv .icon_block {
  color: #272727;
}
.cid-tZpXgFkRvv .mbr-text,
.cid-tZpXgFkRvv .mbr-section-btn {
  color: #272727;
}
.cid-tZpXxwMg79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZpXxwMg79 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZpXxwMg79 .mbr-section-title {
  margin-bottom: 20px;
  color: #272727;
}
.cid-tZpXxwMg79 .mbr-text {
  margin-bottom: 50px;
}
.cid-tZpXxwMg79 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-tZpXxwMg79 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(130, 120, 110, 0.07);
}
.cid-tZpXxwMg79 .item:nth-child(1) .mbr-iconfont {
  color: #82786e;
}
.cid-tZpXxwMg79 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(135, 154, 159, 0.07);
}
.cid-tZpXxwMg79 .item:nth-child(2) .mbr-iconfont {
  color: #879a9f;
}
.cid-tZpXxwMg79 .item:nth-child(3) .iconfont-wrapper {
  background-color: #fad0da;
}
.cid-tZpXxwMg79 .item:nth-child(3) .mbr-iconfont {
  color: #e9204f;
}
.cid-tZpXxwMg79 .item:nth-child(4) .iconfont-wrapper {
  background-color: #f8c9c8;
}
.cid-tZpXxwMg79 .item:nth-child(4) .mbr-iconfont {
  color: #e1201d;
}
.cid-tZpXxwMg79 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-tZpXxwMg79 .card_info {
  display: inline-block;
}
.cid-tZpXxwMg79 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-tZpXxwMg79 .iconfont-wrapper .mbr-iconfont {
  color: #82786e;
  font-size: 36px;
  line-height: 70px;
}
.cid-tZpXxwMg79 .card_title {
  margin-bottom: 15px;
  color: #e9204f;
}
.cid-tZpXxwMg79 .card_text {
  margin-bottom: 0;
}
.cid-tZpXxwMg79 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-tZpXxwMg79 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZpXxwMg79 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-tZpXxwMg79 .card_title {
    margin-bottom: 10px;
  }
  .cid-tZpXxwMg79 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tZpXxwMg79 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tZpXxwMg79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZpXxwMg79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZpXxwMg79 .mbr-text,
.cid-tZpXxwMg79 .mbr-section-btn {
  color: #272727;
}
.cid-tZpXzTOCaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-tZpXzTOCaB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZpXzTOCaB .mbr-section-title {
  margin-bottom: 20px;
  color: #272727;
}
.cid-tZpXzTOCaB .mbr-text {
  margin-bottom: 50px;
}
.cid-tZpXzTOCaB .card_wrap {
  margin-bottom: 20px;
}
.cid-tZpXzTOCaB .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(135, 154, 159, 0.07);
}
.cid-tZpXzTOCaB .item:nth-child(1) .mbr-iconfont {
  color: #879a9f;
}
.cid-tZpXzTOCaB .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(130, 120, 110, 0.07);
}
.cid-tZpXzTOCaB .item:nth-child(2) .mbr-iconfont {
  color: #82786e;
}
.cid-tZpXzTOCaB .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-tZpXzTOCaB .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-tZpXzTOCaB .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-tZpXzTOCaB .card_title {
  margin-bottom: 18px;
  color: #e9204f;
}
.cid-tZpXzTOCaB .card_text {
  margin-bottom: 0;
}
.cid-tZpXzTOCaB .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZpXzTOCaB .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tZpXzTOCaB .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #f7ed4a;
  border-radius: 50%;
}
.cid-tZpXzTOCaB .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #82786e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-tZpXzTOCaB .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #879a9f;
}
.cid-tZpXzTOCaB .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e9204f;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-tZpXzTOCaB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZpXzTOCaB .text-wrapper {
    text-align: center;
  }
  .cid-tZpXzTOCaB .card_wrap {
    margin-bottom: 20px;
  }
  .cid-tZpXzTOCaB .icon_block {
    margin-bottom: 20px;
  }
  .cid-tZpXzTOCaB .card_title {
    margin-bottom: 10px;
  }
  .cid-tZpXzTOCaB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tZpXzTOCaB .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tZpXzTOCaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZpXzTOCaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kjFVC5wt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-2.webp");
}
.cid-u1kjFVC5wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kjFVC5wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kjFVC5wt .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u1kjFVC5wt .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u1kjFVC5wt .container {
    padding: 0 25px;
  }
}
.cid-u1kjFVC5wt .title-wrapper {
  padding: 100px 0;
}
.cid-u1kjFVC5wt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1kjFVC5wt .mbr-section-title {
  color: #ffffff;
}
.cid-u1kjFVC5wt .mbr-section-title,
.cid-u1kjFVC5wt .mbr-section-btn {
  text-align: left;
}
.cid-tZL4yFxxR5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZL4yFxxR5 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZL4yFxxR5 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZL4yFxxR5 .item:focus,
.cid-tZL4yFxxR5 span:focus {
  outline: none;
}
.cid-tZL4yFxxR5 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZL4yFxxR5 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZL4yFxxR5 .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZL4yFxxR5 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZL4yFxxR5 .btn-item {
  width: 100%;
}
.cid-tZL4yFxxR5 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZL4yFxxR5 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZL4yFxxR5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u0A6skPyvx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u0A6skPyvx iframe,
.cid-u0A6skPyvx img,
.cid-u0A6skPyvx video {
  width: 100%;
}
.cid-u0A6skPyvx .container-fluid {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.cid-u0A6skPyvx .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u0A6skPyvx .mbr-section-title {
  color: #9b8db7;
}
.cid-u0A6skPyvx .mbr-media {
  position: relative;
}
.cid-u0A6skPyvx .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.3);
}
.cid-u0A6skPyvx .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}
.cid-u0A6skPyvx .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  min-width: 67px;
  min-height: 67px;
  background-color: #f0e8f8;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
}
.cid-u0A6skPyvx .mbr-media span {
  font-size: 25px;
  transition: transform 0.5s cubic-bezier(0.24, 0.3, 0, 0.98);
  color: #9b8db7;
}
.cid-u0A6skPyvx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0A6skPyvx .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-u0A6skPyvx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0A6skPyvx .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-u0A6skPyvx .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-u0A6skPyvx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0A7BzYwk1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u0A7BzYwk1 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u0A7BzYwk1 .image {
    margin-bottom: 30px;
  }
}
.cid-u0A7BzYwk1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u0A7BzYwk1 .mbr-text {
  margin-bottom: 30px;
}
.cid-u0A7BzYwk1 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-u0A7BzYwk1 .wrap {
  width: 110px;
  height: 110px;
}
.cid-u0A7BzYwk1 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-u0A7BzYwk1 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-u0A7BzYwk1 path {
  stroke: #d90a2c;
}
.cid-u0A7BzYwk1 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-u0A7BzYwk1 .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u0A7BzYwk1 .card {
    flex-basis: 33%;
  }
}
.cid-u0A7BzYwk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0A7BzYwk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0A7CTvMca {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u0A7CTvMca .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u0A7CTvMca .image {
    margin-bottom: 30px;
  }
}
.cid-u0A7CTvMca .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u0A7CTvMca .mbr-text {
  margin-bottom: 20px;
}
.cid-u0A7CTvMca .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-u0A7CTvMca .progress {
  width: 100%;
  border-radius: 4px;
}
.cid-u0A7CTvMca progress {
  height: 8px;
}
.cid-u0A7CTvMca .progress_value {
  position: absolute;
  color: #ffffff;
  background-color: #17161a;
  padding: 0 8px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  height: 24px;
  line-height: 24px;
  right: 0%;
  font-weight: 600;
  width: 45px;
  font-size: 11px;
}
.cid-u0A7CTvMca .progress_value::before {
  content: '';
  border-top: 6px solid #17161a;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.cid-u0A7CTvMca .progress_value .progressbar-number,
.cid-u0A7CTvMca .progress_value span {
  font-weight: 600;
}
.cid-u0A7CTvMca .progress_value span {
  padding-left: 0;
  vertical-align: bottom;
  right: 8px;
  position: absolute;
  line-height: inherit;
}
.cid-u0A7CTvMca .progress_elements {
  margin: 0 auto;
}
.cid-u0A7CTvMca .progressbar-title p {
  margin: 5px 0;
  font-weight: 600;
}
.cid-u0A7CTvMca .title-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cid-u0A7CTvMca .progress1 .progressbar-number:before {
  position: absolute;
  right: 20px;
  top: 0;
  content: '100';
}
.cid-u0A7CTvMca progress[value]::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-u0A7CTvMca progress::-webkit-progress-value {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-u0A7CTvMca progress[value]::-moz-progress-bar {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-u0A7CTvMca progress::-ms-fill {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-u0A7CTvMca .progress-primary {
  background-color: rgba(136, 136, 136, 0.1) !important;
  border: none;
  outline: none;
}
.cid-u0A7CTvMca .progress-primary::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-u0A7CTvMca .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0A7CTvMca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0A7GgoV9B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u0A7GgoV9B .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u0A7GgoV9B .image {
    margin-bottom: 30px;
  }
}
.cid-u0A7GgoV9B .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-u0A7GgoV9B .mbr-text {
  margin-bottom: 30px;
}
.cid-u0A7GgoV9B .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-u0A7GgoV9B .wrap {
  width: 110px;
  height: 110px;
}
.cid-u0A7GgoV9B .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-u0A7GgoV9B ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-u0A7GgoV9B path {
  stroke: #d90a2c;
}
.cid-u0A7GgoV9B .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-u0A7GgoV9B .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u0A7GgoV9B .card {
    flex-basis: 33%;
  }
}
.cid-u0A7GgoV9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0A7GgoV9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0A6prk3tj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u0A6prk3tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0A6prk3tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0A6prk3tj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u0A6prk3tj .container-fluid {
    padding: 0 30px;
  }
}
.cid-u0A6prk3tj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0A6prk3tj .container {
    padding: 0 30px;
  }
}
.cid-u0A6prk3tj .video-block {
  padding: 0 95px;
}
@media (max-width: 992px) {
  .cid-u0A6prk3tj .video-block {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .cid-u0A6prk3tj .video-block {
    padding: 0;
  }
}
.cid-u0A6prk3tj .video-block .video-wrapper {
  margin-bottom: 30px;
}
.cid-u0A6prk3tj .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u0A6prk3tj .video-block .video-wrapper .app-video-wrapper img {
    height: 250px;
  }
}
.cid-u0A6prk3tj .video-block .video-wrapper .app-video-wrapper:hover::before {
  opacity: 1;
}
.cid-u0A6prk3tj .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .7;
  transition: all 0.3s ease-out;
}
.cid-u0A6prk3tj .video-block .text-wrapper .mbr-desc {
  line-height: 26px;
  margin-bottom: 0;
}
.cid-u0A6prk3tj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-tZL5jYWLVO {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/zipr-event-1600x1066.webp");
}
.cid-tZL5jYWLVO .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tZL5jYWLVO .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tZL5jYWLVO .align-center {
    text-align: center;
  }
}
.cid-tZL5jYWLVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZL5jYWLVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZL5jYWLVO H1 {
  text-align: left;
}
.cid-tZL5jYWLVO .mbr-text,
.cid-tZL5jYWLVO .mbr-section-btn {
  text-align: left;
}
.cid-u1jN6LMVxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-u1jN6LMVxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1jN6LMVxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1jN6LMVxQ .timeline-element {
  position: relative;
}
.cid-u1jN6LMVxQ .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1jN6LMVxQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1jN6LMVxQ .mbr-section-title,
.cid-u1jN6LMVxQ .mbr-section-subtitle,
.cid-u1jN6LMVxQ .timeline-date {
  text-align: center;
}
.cid-u1jN6LMVxQ .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #85122d;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-u1jN6LMVxQ .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-u1jN6LMVxQ .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-u1jN6LMVxQ .row:after {
  content: "";
  position: absolute;
  background-color: #85122d;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-u1jN6LMVxQ .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-u1jN6LMVxQ .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1jN6LMVxQ .timeline-date-wrapper,
  .cid-u1jN6LMVxQ .timeline-text-wrapper,
  .cid-u1jN6LMVxQ .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-u1jN6LMVxQ .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-u1jN6LMVxQ .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1jN6LMVxQ .timeline-date-wrapper,
  .cid-u1jN6LMVxQ .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1jN6LMVxQ .timeline-date-wrapper,
  .cid-u1jN6LMVxQ .timeline-text-wrapper,
  .cid-u1jN6LMVxQ .image-wrapper {
    padding: 2rem;
  }
}
.cid-u1jN6LMVxQ .mbr-timeline-title {
  color: #e9204f;
}
.cid-u1jN6LMVxQ .mbr-text {
  color: #272727;
}
.cid-u1jN6LMVxQ .mbr-section-title {
  color: #24262b;
}
.cid-u1jOhSKWmI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1jOhSKWmI .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-u1jOhSKWmI .img-row {
    flex-wrap: nowrap;
  }
}
.cid-u1jOhSKWmI .item:focus,
.cid-u1jOhSKWmI span:focus {
  outline: none;
}
.cid-u1jOhSKWmI .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-u1jOhSKWmI .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-u1jOhSKWmI .item-img {
    margin-bottom: 40px;
  }
}
.cid-u1jOhSKWmI .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-u1jOhSKWmI .btn-item {
  width: 100%;
}
.cid-u1jOhSKWmI .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-u1jOhSKWmI .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-u1jOhSKWmI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-tYTyheNTT0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/indore1-1-1285x923.webp");
}
.cid-tYTyheNTT0 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tYTyheNTT0 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tYTyheNTT0 .align-center {
    text-align: center;
  }
}
.cid-tYTyheNTT0 h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-tYTyheNTT0 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tYTyheNTT0 .row {
    margin: 0;
  }
}
.cid-tYTyheNTT0 .btn {
  margin-left: 0rem;
}
.cid-tYTyheNTT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTyheNTT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTyheNTT0 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tYTyheNTT0 .mbr-section-title,
.cid-tYTyheNTT0 .mbr-section-btn {
  text-align: left;
}
.cid-tYTyZz0bOV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYTyZz0bOV h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tYTyZz0bOV .container {
    position: relative;
  }
  .cid-tYTyZz0bOV .row {
    margin: 0;
  }
  .cid-tYTyZz0bOV h2 {
    margin: 0;
  }
}
.cid-tYTyZz0bOV .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tYTyZz0bOV .mbr-section-subtitle {
  color: #ff497c;
}
.cid-tYTz18iwxy {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 75px;
}
.cid-tYTz18iwxy h3 {
  margin-bottom: 0 !important;
}
.cid-tYTz18iwxy figcaption {
  position: relative;
}
.cid-tYTz18iwxy figcaption .wrap {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tYTz18iwxy img {
  width: 100%;
  transition: all 3s;
}
@media (min-width: 767px) {
  .cid-tYTz18iwxy .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYTz18iwxy .image-block-1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTz18iwxy .img-big {
    height: 100%;
  }
  .cid-tYTz18iwxy .image-block-1 {
    height: 100%;
  }
}
.cid-tYTz18iwxy .image-block-2 {
  margin-bottom: 2rem;
}
.cid-tYTz18iwxy .image-block {
  filter: brightness(100%) contrast(100%) saturate(120%) blur(0px) hue-rotate(0deg);
  position: relative;
  background-color: #000;
}
.cid-tYTz18iwxy .image-block:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.cid-tYTz6CW2zG {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tYTz6CW2zG .mbr-text {
  color: #767676;
}
.cid-tYTz6CW2zG .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-tYTz6CW2zG .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tYTz6CW2zG h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tYTz6CW2zG .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTz6CW2zG .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tYTz6CW2zG .row {
    margin: 0;
  }
}
.cid-tZJ90Rs4f7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tZJ90Rs4f7 img {
  width: 100%;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.cid-tZJ90Rs4f7 .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-tZJ90Rs4f7 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tZJ90Rs4f7 .mbr-iconfont-social {
  font-size: 16px;
}
.cid-tZJ90Rs4f7 .icon {
  display: none;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 0.3rem;
  transition: 0.3s ease-out;
}
.cid-tZJ90Rs4f7 .panel-item {
  position: relative;
  background-color: rgba(233, 32, 79, 0.85);
  border-radius: 50%;
}
.cid-tZJ90Rs4f7 .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-tZJ90Rs4f7 .mbr-author-name {
  color: #ffffff;
}
.cid-tZJ90Rs4f7 .mbr-author-desc {
  color: #ffffff;
}
.cid-tZJ90Rs4f7 .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tZJ90Rs4f7 .panel-item:hover img {
  opacity: 0.1;
}
.cid-tZJ90Rs4f7 .panel-item:hover .card-footer {
  opacity: 1;
}
.cid-tZJ90Rs4f7 .icon:hover {
  background-color: #ffffff;
  color: #e9204f;
}
@media (max-width: 767px) {
  .cid-tZJ90Rs4f7 .mbr-testimonial {
    padding: 0;
  }
  .cid-tZJ90Rs4f7 .title {
    padding: 0;
  }
  .cid-tZJ90Rs4f7 .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tZJ90Rs4f7 .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tZJ90Rs4f7 .mbr-testimonial {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZJ90Rs4f7 .mbr-testimonial {
    padding: 0 2.5rem;
  }
}
.cid-tZJ90Rs4f7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJ90Rs4f7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJ90Rs4f7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tZJap10OQd {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #f3f3f3;
}
.cid-tZJap10OQd img {
  width: 100%;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.cid-tZJap10OQd .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-tZJap10OQd .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tZJap10OQd .mbr-iconfont-social {
  font-size: 16px;
}
.cid-tZJap10OQd .icon {
  display: none;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 0.3rem;
  transition: 0.3s ease-out;
}
.cid-tZJap10OQd .panel-item {
  position: relative;
  background-color: rgba(233, 32, 79, 0.85);
  border-radius: 50%;
}
.cid-tZJap10OQd .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-tZJap10OQd .mbr-author-name {
  color: #ffffff;
}
.cid-tZJap10OQd .mbr-author-desc {
  color: #ffffff;
}
.cid-tZJap10OQd .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tZJap10OQd .panel-item:hover img {
  opacity: 0.1;
}
.cid-tZJap10OQd .panel-item:hover .card-footer {
  opacity: 1;
}
.cid-tZJap10OQd .icon:hover {
  background-color: #ffffff;
  color: #e9204f;
}
@media (max-width: 767px) {
  .cid-tZJap10OQd .mbr-testimonial {
    padding: 0;
  }
  .cid-tZJap10OQd .title {
    padding: 0;
  }
  .cid-tZJap10OQd .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tZJap10OQd .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tZJap10OQd .mbr-testimonial {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZJap10OQd .mbr-testimonial {
    padding: 0 2.5rem;
  }
}
.cid-tZJap10OQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJap10OQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTz8JdOsc {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-tYTz8JdOsc h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tYTz8JdOsc .container {
    position: relative;
  }
  .cid-tYTz8JdOsc .row {
    margin: 0;
  }
  .cid-tYTz8JdOsc h2 {
    margin: 0;
  }
}
.cid-tYTz8JdOsc .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tYTz8JdOsc .mbr-text {
  margin-top: 1.4rem;
}
.cid-tZJjcx72bs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-tZJjcx72bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJjcx72bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJjcx72bs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZJjcx72bs .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZJjcx72bs .container {
    padding: 0 25px;
  }
}
.cid-tZJjcx72bs .row {
  justify-content: center;
}
.cid-tZJjcx72bs .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tZJjcx72bs .item .item-wrapper a {
  display: block;
}
.cid-tZJjcx72bs .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tZJjcx72bs .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tZJjcx72bs .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tZL4tDiWwS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZL4tDiWwS .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZL4tDiWwS .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZL4tDiWwS .item:focus,
.cid-tZL4tDiWwS span:focus {
  outline: none;
}
.cid-tZL4tDiWwS .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZL4tDiWwS .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZL4tDiWwS .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZL4tDiWwS .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZL4tDiWwS .btn-item {
  width: 100%;
}
.cid-tZL4tDiWwS .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZL4tDiWwS .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZL4tDiWwS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1rE3hvwOk {
  background-image: url("../../../assets/images/kiosk-zipr-2000x1335.webp");
}
.cid-u1rE3hvwOk .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-u1rE3hvwOk .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-u1rE3hvwOk .align-center {
    text-align: center;
  }
}
.cid-u1rE3hvwOk h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-u1rE3hvwOk .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-u1rE3hvwOk .row {
    margin: 0;
  }
}
.cid-u1rE3hvwOk .btn {
  margin-left: 0rem;
}
.cid-u1rE3hvwOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rE3hvwOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1rE3hvwOk .mbr-section-title,
.cid-u1rE3hvwOk .mbr-section-btn {
  text-align: left;
}
.cid-u1rE3hvwOk H3 {
  text-align: left;
  color: #ffffff;
}
.cid-u1rEQSLMG7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1rEQSLMG7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1rEQSLMG7 .container {
    position: relative;
  }
  .cid-u1rEQSLMG7 .row {
    margin: 0;
  }
  .cid-u1rEQSLMG7 h2 {
    margin: 0;
  }
}
.cid-u1rEQSLMG7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1rEQSLMG7 .mbr-text {
  margin-top: 1.4rem;
  color: #101010;
}
.cid-u1rEQSLMG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rEQSLMG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1rL15IvWz {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1rL15IvWz .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-u1rL15IvWz .mbr-section-head {
  position: absolute;
  transform: translate(0rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-u1rL15IvWz .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-u1rL15IvWz .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-u1rL15IvWz .content {
  background: #fafafa;
}
.cid-u1rL15IvWz .item-content {
  padding: 12px 0;
}
.cid-u1rL15IvWz img,
.cid-u1rL15IvWz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u1rL15IvWz img,
  .cid-u1rL15IvWz .item-img {
    max-height: 250px;
  }
}
.cid-u1rL15IvWz .item:focus,
.cid-u1rL15IvWz span:focus {
  outline: none;
}
.cid-u1rL15IvWz .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-u1rL15IvWz .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-u1rL15IvWz .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1rL15IvWz .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-u1rL15IvWz .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-u1rL15IvWz .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-u1rL15IvWz .mbr-section-subtitle {
  text-align: right;
}
.cid-u1rL15IvWz .mbr-section-title {
  text-align: right;
}
.cid-u1rLpRomuK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-u1rLpRomuK .container,
.cid-u1rLpRomuK .container-fluid {
  position: static;
}
.cid-u1rLpRomuK .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u1rLpRomuK .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u1rLpRomuK .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-u1rLpRomuK .colored-text {
  color: #e9204f;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u1rLpRomuK .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-u1rLpRomuK .mbr-text {
    padding-right: 48px;
  }
}
.cid-u1rLpRomuK .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u1rLpRomuK .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #ffffff;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-u1rLpRomuK .card:hover .card-number {
  background: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.cid-u1rLpRomuK .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #e9204f;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-u1rLpRomuK .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-u1rLpRomuK .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u1rLpRomuK .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u1rLpRomuK .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u1rLpRomuK .mbr-section-btn .btn:before {
  display: none;
}
.cid-u1rLpRomuK .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-u1rLpRomuK .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-u1rLpRomuK .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-u1rLpRomuK .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    left: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u1rLpRomuK .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u1rLpRomuK .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1rLpRomuK .image-wrapper {
    top: 42%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-u1rLpRomuK .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-u1rLpRomuK .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-u1rLpRomuK .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u1rLpRomuK .bg-round {
    width: 56%;
    left: 0;
    transform: scale(-1, 1);
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-u1rLpRomuK .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1rLpRomuK .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-u1rLpRomuK .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-u1rLpRomuK .bg-round svg {
    height: 100%;
  }
}
.cid-u1rLpRomuK .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-u1rLpRomuK .col-text {
    margin-left: auto;
  }
}
.cid-u1rLpRomuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rLpRomuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1smm1q4Tl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-u1smm1q4Tl h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1smm1q4Tl .container {
    position: relative;
  }
  .cid-u1smm1q4Tl .row {
    margin: 0;
  }
  .cid-u1smm1q4Tl h2 {
    margin: 0;
  }
}
.cid-u1smm1q4Tl .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1smm1q4Tl .mbr-text {
  margin-top: 1.4rem;
}
.cid-u1smm1q4Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1smm1q4Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1smm1q4Tl h2 {
  text-align: left;
}
.cid-u1styYr4jU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-u1styYr4jU .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-u1styYr4jU .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-u1styYr4jU .link {
  margin: 0;
}
.cid-u1styYr4jU .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-u1styYr4jU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1styYr4jU .card {
    margin-bottom: 3rem;
  }
}
.cid-u1styYr4jU .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1styYr4jU .row {
    padding: 0 1rem;
  }
}
.cid-u1styYr4jU .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(233, 32, 79, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-u1styYr4jU .card-title {
  transition: 0.3s;
}
.cid-u1styYr4jU .card:hover .card-inner {
  border-bottom: 3px solid #e9204f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-u1styYr4jU .card:hover .card-title {
  color: #e9204f;
}
.cid-u1styYr4jU .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-u1styYr4jU .row {
    margin: 0;
  }
}
.cid-u1styYr4jU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1styYr4jU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sjrtcU8e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1sjrtcU8e .mbr-section-subtitle {
  text-align: center;
  color: #272727;
}
.cid-u1sjrtcU8e .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-u1sjrtcU8e .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-u1sjrtcU8e H3 {
  color: #1d1d1f;
}
.cid-u1sjrtcU8e .card-subtitle {
  text-align: left;
}
.cid-u1sjrtcU8e .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-u1sjrtcU8e .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-u1sjrtcU8e .card-title,
.cid-u1sjrtcU8e .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-u1sjrtcU8e .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-u1sjrtcU8e .card-text {
  color: #8c8c95;
}
.cid-u1sjrtcU8e .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-u1sjrtcU8e .year-subtitle {
  text-align: center;
  color: #5f5d68;
}
.cid-u1sjrtcU8e .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-u1sjrtcU8e .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-u1sjrtcU8e .accent1 {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .accent2 {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .accent3 {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .accent4 {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .accent5 {
  background-color: #4cc9f0;
}
.cid-u1sjrtcU8e .timeline {
  align-items: center;
}
.cid-u1sjrtcU8e .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-u1sjrtcU8e .year-title.year1:before {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .year-title.year2:before {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .year-title.year3:before {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .year-title.year4:before {
  background-color: #e9204f;
}
.cid-u1sjrtcU8e .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-u1sjrtcU8e .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-u1sjrtcU8e .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-u1sjrtcU8e .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-u1sjrtcU8e .year {
    flex-direction: row;
  }
  .cid-u1sjrtcU8e .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-u1sjrtcU8e .year-title:before {
    display: block;
  }
  .cid-u1sjrtcU8e .accent {
    display: none;
  }
  .cid-u1sjrtcU8e .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-u1sjrtcU8e .line {
    display: none;
  }
  .cid-u1sjrtcU8e .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-u1sjrtcU8e .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-u1sjrtcU8e .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-u1sjrtcU8e .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-u1sjrtcU8e .main {
    flex-direction: column;
  }
  .cid-u1sjrtcU8e .row.title-block,
  .cid-u1sjrtcU8e .timeline {
    margin: auto;
  }
  .cid-u1sjrtcU8e .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-u1sjrtcU8e .button-align {
    margin-top: 16px;
  }
}
.cid-u1sjrtcU8e .btn {
  margin-top: 20px;
}
.cid-u1sjrtcU8e a.btn > span {
  margin-left: 0.5rem;
}
.cid-u1s6K5BmMW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-u1s6K5BmMW .mbr-section-subtitle {
  color: #767676;
}
.cid-u1s6K5BmMW .container-table {
  margin: 0 auto;
}
.cid-u1s6K5BmMW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u1s6K5BmMW .dataTables_wrapper {
  display: block;
}
.cid-u1s6K5BmMW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u1s6K5BmMW table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u1s6K5BmMW table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-u1s6K5BmMW table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u1s6K5BmMW table td {
  border-top: 1px solid #cccccc;
}
.cid-u1s6K5BmMW table td:hover {
  color: #e1201d;
}
.cid-u1s6K5BmMW table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-u1s6K5BmMW .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u1s6K5BmMW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u1s6K5BmMW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u1s6K5BmMW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u1s6K5BmMW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u1s6K5BmMW .dataTables_filter {
    text-align: center;
  }
  .cid-u1s6K5BmMW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u1s6K5BmMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1s6K5BmMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1s6K5BmMW .mbr-section-title {
  color: #272727;
  text-align: left;
}
.cid-tYYPnrdEVc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYYPnrdEVc .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tYYPnrdEVc .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tYYPnrdEVc .item:focus,
.cid-tYYPnrdEVc span:focus {
  outline: none;
}
.cid-tYYPnrdEVc .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tYYPnrdEVc .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tYYPnrdEVc .item-img {
    margin-bottom: 40px;
  }
}
.cid-tYYPnrdEVc .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tYYPnrdEVc .btn-item {
  width: 100%;
}
.cid-tYYPnrdEVc .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tYYPnrdEVc .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tYYPnrdEVc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-tZlBv6aZWV {
  background-image: url("../../../assets/images/dalle-2023-12-24-15.09.02-a-sleek-modern-gps-tracking-device-prominently-displayed-with-a-background-showing-a-variety-of-vehicles-including-trucks-and-cars-all-connected-by-1792x1024.webp");
}
.cid-tZlBv6aZWV .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tZlBv6aZWV .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tZlBv6aZWV .align-center {
    text-align: center;
  }
}
.cid-tZlBv6aZWV h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-tZlBv6aZWV .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-tZlBv6aZWV .row {
    margin: 0;
  }
}
.cid-tZlBv6aZWV .btn {
  margin-left: 0rem;
}
.cid-tZlBv6aZWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlBv6aZWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y4BpstLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1y4BpstLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1y4BpstLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y4BpstLN .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-u1y4BpstLN .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y4BpstLN .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1y4BpstLN .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1y4BpstLN .col-img {
  width: 67%;
}
@media (max-width: 1199px) {
  .cid-u1y4BpstLN .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1y4BpstLN .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1y4BpstLN .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1y4BpstLN .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1y4BpstLN .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y4BpstLN .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1y4BpstLN .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1y4BpstLN .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1y4BpstLN .card-title {
  color: #272727;
  text-align: left;
}
.cid-u1y4BpstLN .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1y4BpstLN .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1y4BpstLN .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1y4BpstLN .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1y4BpstLN .mbr-text,
.cid-u1y4BpstLN .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-u1y4BpstLN .card-title DIV {
  text-align: left;
}
.cid-u1y4Wx4kSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-u1y4Wx4kSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1y4Wx4kSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y4Wx4kSl .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cid-u1y4Wx4kSl .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y4Wx4kSl .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1y4Wx4kSl .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1y4Wx4kSl .col-img {
  width: 67%;
}
@media (max-width: 1199px) {
  .cid-u1y4Wx4kSl .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1y4Wx4kSl .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1y4Wx4kSl .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1y4Wx4kSl .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1y4Wx4kSl .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y4Wx4kSl .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1y4Wx4kSl .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1y4Wx4kSl .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1y4Wx4kSl .card-title {
  color: #272727;
  text-align: left;
}
.cid-u1y4Wx4kSl .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1y4Wx4kSl .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1y4Wx4kSl .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1y4Wx4kSl .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1y4Wx4kSl .mbr-text,
.cid-u1y4Wx4kSl .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-u1y4Wx4kSl .card-title DIV {
  text-align: left;
}
.cid-u1y5dXez8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1y5dXez8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1y5dXez8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y5dXez8I .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-u1y5dXez8I .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y5dXez8I .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1y5dXez8I .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1y5dXez8I .col-img {
  width: 67%;
}
@media (max-width: 1199px) {
  .cid-u1y5dXez8I .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1y5dXez8I .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1y5dXez8I .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1y5dXez8I .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1y5dXez8I .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y5dXez8I .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1y5dXez8I .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1y5dXez8I .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1y5dXez8I .card-title {
  color: #272727;
  text-align: left;
}
.cid-u1y5dXez8I .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1y5dXez8I .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1y5dXez8I .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1y5dXez8I .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1y5dXez8I .mbr-text,
.cid-u1y5dXez8I .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-u1y5dXez8I .card-title DIV {
  text-align: left;
}
.cid-u1y5qmkf2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-u1y5qmkf2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1y5qmkf2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y5qmkf2d .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cid-u1y5qmkf2d .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y5qmkf2d .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1y5qmkf2d .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1y5qmkf2d .col-img {
  width: 67%;
}
@media (max-width: 1199px) {
  .cid-u1y5qmkf2d .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1y5qmkf2d .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1y5qmkf2d .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1y5qmkf2d .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1y5qmkf2d .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1y5qmkf2d .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1y5qmkf2d .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1y5qmkf2d .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1y5qmkf2d .card-title {
  color: #272727;
  text-align: left;
}
.cid-u1y5qmkf2d .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1y5qmkf2d .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1y5qmkf2d .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1y5qmkf2d .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1y5qmkf2d .mbr-text,
.cid-u1y5qmkf2d .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-u1y5qmkf2d .card-title DIV {
  text-align: left;
}
.cid-tZlI0Zlcj6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZlI0Zlcj6 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZlI0Zlcj6 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZlI0Zlcj6 .item:focus,
.cid-tZlI0Zlcj6 span:focus {
  outline: none;
}
.cid-tZlI0Zlcj6 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZlI0Zlcj6 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZlI0Zlcj6 .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZlI0Zlcj6 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZlI0Zlcj6 .btn-item {
  width: 100%;
}
.cid-tZlI0Zlcj6 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZlI0Zlcj6 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZlI0Zlcj6 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-rRBIA44EwQ {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/zipr-crowdsense-2000x1334.webp");
}
.cid-rRBIA44EwQ .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-inner {
  background-color: #ffffff;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBIA44EwQ .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-rRBIA44EwQ .row {
  padding-bottom: 8rem;
}
.cid-rRBIA44EwQ .link {
  margin: 0;
}
.cid-rRBIA44EwQ .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBIA44EwQ .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e9204f;
  transition: 0.7s;
}
.cid-rRBIA44EwQ .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBIA44EwQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIA44EwQ .card:hover .card-inner {
  background-color: #e9204f;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBIA44EwQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBIA44EwQ .card:hover .card-title {
  color: #ffffff;
}
.cid-rRBIA44EwQ .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRBIA44EwQ .media-container-row {
  align-items: flex-end;
}
.cid-rRBIA44EwQ .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rRBIA44EwQ .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBIA44EwQ .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBIA44EwQ .card {
    margin-bottom: 2rem;
  }
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBIA44EwQ .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBIA44EwQ .card {
  position: relative;
}
.cid-rRBIA44EwQ .card-3::after {
  content: "";
  background-color: #e9204f;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBIA44EwQ .card:first-child .card-inner {
  background-color: #e9204f;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBIA44EwQ .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBIA44EwQ .btn:hover {
  color: #ffffff !important;
}
.cid-rRBIA44EwQ .block-title,
.cid-rRBIA44EwQ .mbr-section-title,
.cid-rRBIA44EwQ .line,
.cid-rRBIA44EwQ .mbr-section-btn {
  color: #ffffff;
}
.cid-rRBILABAaP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBILABAaP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBILABAaP .container {
    position: relative;
  }
  .cid-rRBILABAaP .row {
    margin: 0;
  }
  .cid-rRBILABAaP h2 {
    margin: 0;
  }
}
.cid-rRBILABAaP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRBILABAaP .mbr-text {
  margin-top: 1.4rem;
}
.cid-rRBIM0VtWR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRBIM0VtWR .mbr-text {
  color: #767676;
}
.cid-rRBIM0VtWR .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-rRBIM0VtWR .link {
  margin: 0;
}
.cid-rRBIM0VtWR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIM0VtWR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIM0VtWR .card {
    margin-bottom: 3rem;
  }
}
.cid-rRBIM0VtWR .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rRBIM0VtWR .row {
    padding: 0 1rem;
  }
}
.cid-rRBIM0VtWR .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(233, 32, 79, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-rRBIM0VtWR .card-title {
  transition: 0.3s;
}
.cid-rRBIM0VtWR .card:hover .card-inner {
  border-bottom: 3px solid #e9204f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-rRBIM0VtWR .card:hover .card-title {
  color: #e9204f;
}
.cid-rRBIM0VtWR .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-rRBIM0VtWR .row {
    margin: 0;
  }
}
.cid-rRBIMDEDrh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRBIMDEDrh .mbr-text {
  color: #767676;
}
.cid-rRBIMDEDrh .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-rRBIMDEDrh .link {
  margin: 0;
}
.cid-rRBIMDEDrh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBIMDEDrh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRBIMDEDrh .card {
    margin-bottom: 3rem;
  }
}
.cid-rRBIMDEDrh .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rRBIMDEDrh .row {
    padding: 0 1rem;
  }
}
.cid-rRBIMDEDrh .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(233, 32, 79, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-rRBIMDEDrh .card-title {
  transition: 0.3s;
}
.cid-rRBIMDEDrh .card:hover .card-inner {
  border-bottom: 3px solid #e9204f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-rRBIMDEDrh .card:hover .card-title {
  color: #e9204f;
}
.cid-rRBIMDEDrh .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-rRBIMDEDrh .row {
    margin: 0;
  }
}
.cid-tZlLTfMwwT {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tZlLTfMwwT .mbr-text {
  color: #767676;
}
.cid-tZlLTfMwwT .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-tZlLTfMwwT .link {
  margin: 0;
}
.cid-tZlLTfMwwT .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tZlLTfMwwT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZlLTfMwwT .card {
    margin-bottom: 3rem;
  }
}
.cid-tZlLTfMwwT .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tZlLTfMwwT .row {
    padding: 0 1rem;
  }
}
.cid-tZlLTfMwwT .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(233, 32, 79, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-tZlLTfMwwT .card-title {
  transition: 0.3s;
}
.cid-tZlLTfMwwT .card:hover .card-inner {
  border-bottom: 3px solid #e9204f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-tZlLTfMwwT .card:hover .card-title {
  color: #e9204f;
}
.cid-tZlLTfMwwT .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-tZlLTfMwwT .row {
    margin: 0;
  }
}
.cid-tZlLTfMwwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlLTfMwwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlLYLARP9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZlLYLARP9 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZlLYLARP9 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZlLYLARP9 .item:focus,
.cid-tZlLYLARP9 span:focus {
  outline: none;
}
.cid-tZlLYLARP9 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZlLYLARP9 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZlLYLARP9 .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZlLYLARP9 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZlLYLARP9 .btn-item {
  width: 100%;
}
.cid-tZlLYLARP9 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZlLYLARP9 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZlLYLARP9 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u0zZmERdM2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-u0zZmERdM2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u0zZmERdM2 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u0zZmERdM2 .col-auto {
    margin: auto;
  }
}
.cid-u0zZmERdM2 textarea {
  min-height: 200px;
}
.cid-u0zZmERdM2 .form-control,
.cid-u0zZmERdM2 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u0zZmERdM2 .form-control::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input::-webkit-input-placeholder,
.cid-u0zZmERdM2 .form-control::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-u0zZmERdM2 .form-control:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:-moz-placeholder,
.cid-u0zZmERdM2 .form-control:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-u0zZmERdM2 .form-control:hover,
.cid-u0zZmERdM2 .field-input:hover,
.cid-u0zZmERdM2 .form-control:focus,
.cid-u0zZmERdM2 .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u0zZmERdM2 .form-control:hover::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input:hover::-webkit-input-placeholder,
.cid-u0zZmERdM2 .form-control:focus::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input:focus::-webkit-input-placeholder,
.cid-u0zZmERdM2 .form-control:hover::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input:hover::-webkit-input-placeholder,
.cid-u0zZmERdM2 .form-control:focus::-webkit-input-placeholder,
.cid-u0zZmERdM2 .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-u0zZmERdM2 .form-control:hover:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:hover:-moz-placeholder,
.cid-u0zZmERdM2 .form-control:focus:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:focus:-moz-placeholder,
.cid-u0zZmERdM2 .form-control:hover:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:hover:-moz-placeholder,
.cid-u0zZmERdM2 .form-control:focus:-moz-placeholder,
.cid-u0zZmERdM2 .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-u0zZmERdM2 .jq-number__spin:hover,
.cid-u0zZmERdM2 .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u0zZmERdM2 .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u0zZmERdM2 .jq-selectbox li,
.cid-u0zZmERdM2 .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-u0zZmERdM2 .jq-selectbox li:hover,
.cid-u0zZmERdM2 .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-u0zZmERdM2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u0zZmERdM2 .jq-number__spin.minus:hover:after,
.cid-u0zZmERdM2 .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-u0zZmERdM2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u0zZmERdM2 .jq-number__spin.minus:after,
.cid-u0zZmERdM2 .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-u0zZmERdM2 input::-webkit-clear-button {
  display: none;
}
.cid-u0zZmERdM2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u0zZmERdM2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u0zZmERdM2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u0zZmERdM2 H4 {
  color: #e1201d;
  text-align: center;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-tYXf0GygZ7 {
  background-image: url("../../../assets/images/turns-1640x924.webp");
}
.cid-tYXf0GygZ7 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tYXf0GygZ7 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-tYXf0GygZ7 .align-center {
    text-align: center;
  }
}
.cid-tYXf0GygZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYXf0GygZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYXmNJLmV3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tYXmNJLmV3 .mbr-text {
  color: #767676;
}
.cid-tYXmNJLmV3 .icon-1 {
  color: #ef6384;
  font-size: 3.5rem;
}
.cid-tYXmNJLmV3 .icon-arrow {
  color: #7e7e7e;
  font-size: 1.8rem !important;
}
.cid-tYXmNJLmV3 .link {
  margin: 0;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-tYXmNJLmV3 .card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cid-tYXmNJLmV3 .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-tYXmNJLmV3 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tYXmNJLmV3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYXmNJLmV3 .card {
    margin-bottom: 2rem;
  }
}
.cid-tYXmNJLmV3 .text-link {
  font-weight: 800 !important;
}
.cid-tYXmNJLmV3 .card-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
}
.cid-tYXmNJLmV3 .card-img {
  opacity: 0;
  left: -40px;
  top: 20%;
  position: absolute;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tYXmNJLmV3 .card-icon {
  display: flex;
  transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tYXmNJLmV3 .card:hover .card-inner {
  background-color: #e9204f;
}
.cid-tYXmNJLmV3 .card:hover .icon-arrow {
  color: #fff;
}
.cid-tYXmNJLmV3 .card:hover .text-link {
  color: #fff !important;
}
.cid-tYXmNJLmV3 .card:hover .card-img {
  opacity: 1;
  left: -10px;
}
.cid-tYXmNJLmV3 .card:hover .link {
  transform: translateX(42px);
}
.cid-tYXmNJLmV3 .card:hover .card-icon {
  transform: translateX(10px);
}
.cid-tYXmNJLmV3 h5 {
  color: #101010;
  font-weight: 800;
}
.cid-tYXmNJLmV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYXmNJLmV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qVhTziy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-u1qVhTziy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qVhTziy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qVhTziy8 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-u1qVhTziy8 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qVhTziy8 .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1qVhTziy8 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1qVhTziy8 .col-img {
  width: 63%;
}
@media (max-width: 1199px) {
  .cid-u1qVhTziy8 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1qVhTziy8 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1qVhTziy8 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1qVhTziy8 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1qVhTziy8 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qVhTziy8 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1qVhTziy8 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1qVhTziy8 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1qVhTziy8 .card-title {
  color: #e3ebf3;
}
.cid-u1qVhTziy8 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-u1qVhTziy8 .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1qVhTziy8 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1qVhTziy8 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1qVhTziy8 .mbr-text,
.cid-u1qVhTziy8 .mbr-section-btn {
  color: #efefef;
}
.cid-u1qnEMiceY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1qnEMiceY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qnEMiceY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qnEMiceY .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cid-u1qnEMiceY .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qnEMiceY .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1qnEMiceY .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1qnEMiceY .col-img {
  width: 53%;
}
@media (max-width: 1199px) {
  .cid-u1qnEMiceY .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1qnEMiceY .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1qnEMiceY .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1qnEMiceY .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1qnEMiceY .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qnEMiceY .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1qnEMiceY .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1qnEMiceY .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1qnEMiceY .card-title {
  color: #e3ebf3;
}
.cid-u1qnEMiceY .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1qnEMiceY .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1qnEMiceY .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1qnEMiceY .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1qnEMiceY .mbr-text,
.cid-u1qnEMiceY .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-u1qVkJW38X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-u1qVkJW38X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qVkJW38X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qVkJW38X .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-u1qVkJW38X .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qVkJW38X .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1qVkJW38X .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1qVkJW38X .col-img {
  width: 67%;
}
@media (max-width: 1199px) {
  .cid-u1qVkJW38X .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1qVkJW38X .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1qVkJW38X .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1qVkJW38X .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1qVkJW38X .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qVkJW38X .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1qVkJW38X .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1qVkJW38X .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1qVkJW38X .card-title {
  color: #e3ebf3;
}
.cid-u1qVkJW38X .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1qVkJW38X .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1qVkJW38X .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1qVkJW38X .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1qVkJW38X .mbr-text,
.cid-u1qVkJW38X .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-u1qoWd1V5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u1qoWd1V5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qoWd1V5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qoWd1V5f .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cid-u1qoWd1V5f .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qoWd1V5f .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u1qoWd1V5f .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u1qoWd1V5f .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-u1qoWd1V5f .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u1qoWd1V5f .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u1qoWd1V5f .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u1qoWd1V5f .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u1qoWd1V5f .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u1qoWd1V5f .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u1qoWd1V5f .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u1qoWd1V5f .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u1qoWd1V5f .card-title {
  color: #e3ebf3;
}
.cid-u1qoWd1V5f .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u1qoWd1V5f .mbr-text {
    margin-top: 12px;
  }
}
.cid-u1qoWd1V5f .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u1qoWd1V5f .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-u1qoWd1V5f .mbr-text,
.cid-u1qoWd1V5f .mbr-section-btn {
  color: #f3f3f3;
  text-align: justify;
}
.cid-u1r4IChRyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1r4IChRyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1r4IChRyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1r4IChRyG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1r4IChRyG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1r4IChRyG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u1r4IChRyG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u1r4IChRyG .container {
    padding: 0 12px;
  }
}
.cid-u1r4IChRyG .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u1r4IChRyG .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u1r4IChRyG .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-u1r4IChRyG .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #e9204f;
  border-radius: 10rem;
}
.cid-u1r4IChRyG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1r4IChRyG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-u1r4IChRyG .items-wrapper {
    display: block;
  }
}
.cid-u1r4IChRyG .items-wrapper .item {
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-u1r4IChRyG .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u1r4IChRyG .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9204f;
  opacity: .85;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u1r4IChRyG .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u1r4IChRyG .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u1r4IChRyG .mbr-section-title {
  color: #1D1D1F;
}
.cid-u1r4IChRyG .mbr-text {
  color: #e9204f;
  text-align: justify;
}
.cid-u1r4IChRyG .item-title {
  color: #1D1D1F;
}
.cid-u1r4IChRyG .item-text {
  color: #1D1D1F;
  text-align: justify;
}
.cid-tZL4Gpki1W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZL4Gpki1W .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tZL4Gpki1W .img-row {
    flex-wrap: nowrap;
  }
}
.cid-tZL4Gpki1W .item:focus,
.cid-tZL4Gpki1W span:focus {
  outline: none;
}
.cid-tZL4Gpki1W .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-tZL4Gpki1W .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-tZL4Gpki1W .item-img {
    margin-bottom: 40px;
  }
}
.cid-tZL4Gpki1W .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-tZL4Gpki1W .btn-item {
  width: 100%;
}
.cid-tZL4Gpki1W .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-tZL4Gpki1W .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-tZL4Gpki1W .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1sqSuQb7E {
  background-image: url("../../../assets/images/group-1-2000x1072.webp");
}
.cid-u1sqSuQb7E .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-u1sqSuQb7E .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-u1sqSuQb7E .align-center {
    text-align: center;
  }
}
.cid-u1sqSuQb7E h3 {
  color: #908f90;
  margin-bottom: 2.3rem;
}
.cid-u1sqSuQb7E .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-u1sqSuQb7E .row {
    margin: 0;
  }
}
.cid-u1sqSuQb7E .btn {
  margin-left: 0rem;
}
.cid-u1sqSuQb7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sqSuQb7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sqSuQb7E .mbr-section-title,
.cid-u1sqSuQb7E .mbr-section-btn {
  text-align: left;
}
.cid-u1sqSuQb7E H3 {
  text-align: left;
  color: #ffffff;
}
.cid-u1sqSvx3E7 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-u1sqSvx3E7 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1sqSvx3E7 .container {
    position: relative;
  }
  .cid-u1sqSvx3E7 .row {
    margin: 0;
  }
  .cid-u1sqSvx3E7 h2 {
    margin: 0;
  }
}
.cid-u1sqSvx3E7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1sqSvx3E7 .mbr-text {
  margin-top: 1.4rem;
  color: #101010;
}
.cid-u1sqSvx3E7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sqSvx3E7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sqSxhmhC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f3f3f3;
}
.cid-u1sqSxhmhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sqSxhmhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sqSxhmhC .row {
  justify-content: space-between;
}
.cid-u1sqSxhmhC .card-wrapper {
  margin-bottom: 70px;
}
.cid-u1sqSxhmhC .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-u1sqSxhmhC .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u1sqSxhmhC .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-u1sqSxhmhC .mbr-section-title {
  color: #E0BDB6;
}
.cid-u1sqSxhmhC .mbr-text {
  color: #747474;
}
.cid-u1sqSxhmhC .mbr-section-title,
.cid-u1sqSxhmhC .image-wrapper {
  color: #101010;
  text-align: center;
}
.cid-u1wvVh7NO9 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/zipr-scanner-lady.webp");
}
.cid-u1wvVh7NO9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-u1wvVh7NO9 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u1wvVh7NO9 {
    align-items: center;
  }
  .cid-u1wvVh7NO9 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1wvVh7NO9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1wvVh7NO9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1wvVh7NO9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1wvVh7NO9 .content-wrap {
    width: 100%;
  }
}
.cid-u1wvVh7NO9 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-u1wvVh7NO9 .mbr-text,
.cid-u1wvVh7NO9 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-u1wELXqvHr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1wELXqvHr img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u1wELXqvHr img {
    transform: translateY(0px);
  }
}
.cid-u1wELXqvHr img,
.cid-u1wELXqvHr .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u1wELXqvHr img,
  .cid-u1wELXqvHr .item-img {
    border-radius: 1.5rem;
  }
}
.cid-u1wELXqvHr .item-img {
  position: relative;
}
.cid-u1wELXqvHr .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-u1wELXqvHr .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-u1wELXqvHr .item:focus,
.cid-u1wELXqvHr span:focus {
  outline: none;
}
.cid-u1wELXqvHr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1wELXqvHr .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-u1wELXqvHr .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1wELXqvHr .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-u1wELXqvHr .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-u1wELXqvHr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1wELXqvHr .mbr-section-title {
  color: #232323;
}
.cid-u1wELXqvHr .mbr-text,
.cid-u1wELXqvHr .mbr-section-btn {
  color: #ffffff;
}
.cid-u1wELXqvHr .item-title {
  color: #e9204f;
}
.cid-u1wELXqvHr .item-subtitle {
  color: #000000;
}
.cid-u1wKmRZAM3 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/scanner-battery.webp");
}
.cid-u1wKmRZAM3 .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-u1wKmRZAM3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-u1wKmRZAM3 {
    align-items: center;
  }
  .cid-u1wKmRZAM3 .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1wKmRZAM3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1wKmRZAM3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1wKmRZAM3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1wKmRZAM3 .content-wrap {
    width: 100%;
  }
}
.cid-u1wKmRZAM3 .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-u1wKmRZAM3 .mbr-text,
.cid-u1wKmRZAM3 .mbr-section-btn {
  text-align: right;
}
.cid-u1wzQNu9Zz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f4ff;
}
@media (max-width: 991px) {
  .cid-u1wzQNu9Zz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1wzQNu9Zz .row {
  flex-direction: row-reverse;
}
.cid-u1wzQNu9Zz img {
  width: 100%;
}
.cid-u1wzQNu9Zz .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-u1wzQNu9Zz .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-u1wzQNu9Zz .image-wrapper img {
  border-radius: 15px;
}
.cid-u1wRgUPGnv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u1wRgUPGnv h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u1wRgUPGnv .container {
    position: relative;
  }
  .cid-u1wRgUPGnv .row {
    margin: 0;
  }
  .cid-u1wRgUPGnv h2 {
    margin: 0;
  }
}
.cid-u1wRgUPGnv .mbr-section-subtitle {
  color: #e9204f;
}
.cid-u1wRgUPGnv .mbr-text {
  margin-top: 1.4rem;
  color: #101010;
}
.cid-u1wRgUPGnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wRgUPGnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wLQkOscx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1wLQkOscx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wLQkOscx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wLQkOscx img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #7e7e7e;
  border-radius: 8px;
}
.cid-u1wLQkOscx .img-wide {
  height: 50%;
}
.cid-u1wLQkOscx .img-big {
  height: 100%;
}
.cid-u1wVyq7PmE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}
.cid-u1wVyq7PmE .mbr-section-subtitle {
  color: #767676;
}
.cid-u1wVyq7PmE .container-table {
  margin: 0 auto;
}
.cid-u1wVyq7PmE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u1wVyq7PmE .dataTables_wrapper {
  display: block;
}
.cid-u1wVyq7PmE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u1wVyq7PmE table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u1wVyq7PmE table th {
  border-top: 1px solid #cccccc;
  transition: all .2s;
  border-bottom: none;
}
.cid-u1wVyq7PmE table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-u1wVyq7PmE table td {
  border-top: 1px solid #cccccc;
}
.cid-u1wVyq7PmE table td:hover {
  color: #e1201d;
}
.cid-u1wVyq7PmE table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.cid-u1wVyq7PmE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-u1wVyq7PmE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u1wVyq7PmE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-u1wVyq7PmE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-u1wVyq7PmE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-u1wVyq7PmE .dataTables_filter {
    text-align: center;
  }
  .cid-u1wVyq7PmE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u1wVyq7PmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wVyq7PmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wVyq7PmE .mbr-section-title {
  color: #272727;
  text-align: left;
}
.cid-u1sqSxT2A2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1sqSxT2A2 .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-u1sqSxT2A2 .img-row {
    flex-wrap: nowrap;
  }
}
.cid-u1sqSxT2A2 .item:focus,
.cid-u1sqSxT2A2 span:focus {
  outline: none;
}
.cid-u1sqSxT2A2 .mbr-section-title {
  color: #111111;
  margin-bottom: 20px;
}
.cid-u1sqSxT2A2 .item-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cid-u1sqSxT2A2 .item-img {
    margin-bottom: 40px;
  }
}
.cid-u1sqSxT2A2 .item-img img {
  height: 100px;
  width: auto;
  object-fit: cover;
}
.cid-u1sqSxT2A2 .btn-item {
  width: 100%;
}
.cid-u1sqSxT2A2 .mbr-section-btn {
  font-weight: 500;
}
@media (max-width: 575px) {
  .cid-u1sqSxT2A2 .mbr-section-btn {
    flex-wrap: wrap;
    display: flex;
  }
  .cid-u1sqSxT2A2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1sqSyiQcF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1sqSyiQcF .nav-item:focus,
.cid-u1sqSyiQcF .nav-link:focus {
  outline: none;
}
.cid-u1sqSyiQcF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1sqSyiQcF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1sqSyiQcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1sqSyiQcF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1sqSyiQcF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1sqSyiQcF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1sqSyiQcF .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1sqSyiQcF .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1sqSyiQcF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1sqSyiQcF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1sqSyiQcF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1sqSyiQcF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1sqSyiQcF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1sqSyiQcF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1sqSyiQcF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1sqSyiQcF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1sqSyiQcF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1sqSyiQcF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1sqSyiQcF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1sqSyiQcF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1sqSyiQcF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1sqSyiQcF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1sqSyiQcF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1sqSyiQcF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1sqSyiQcF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1sqSyiQcF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1sqSyiQcF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1sqSyiQcF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1sqSyiQcF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1sqSyiQcF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1sqSyiQcF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1sqSyiQcF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1sqSyiQcF .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1sqSyiQcF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1sqSyiQcF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1sqSyiQcF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1sqSyiQcF .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1sqSyiQcF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1sqSyiQcF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1sqSyiQcF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1sqSyiQcF .dropdown-item.active,
.cid-u1sqSyiQcF .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1sqSyiQcF .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1sqSyiQcF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1sqSyiQcF .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1sqSyiQcF .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1sqSyiQcF .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sqSyiQcF .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1sqSyiQcF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1sqSyiQcF .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1sqSyiQcF .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1sqSyiQcF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1sqSyiQcF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1sqSyiQcF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1sqSyiQcF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1sqSyiQcF .navbar-buttons {
  text-align: center;
}
.cid-u1sqSyiQcF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1sqSyiQcF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1sqSyiQcF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1sqSyiQcF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1sqSyiQcF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1sqSyiQcF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1sqSyiQcF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1sqSyiQcF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1sqSyiQcF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1sqSyiQcF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1sqSyiQcF .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1sqSyiQcF a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1sqSyiQcF .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1sqSyiQcF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1sqSyiQcF .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1sqSyiQcF .navbar {
    height: 77px;
  }
  .cid-u1sqSyiQcF .navbar.opened {
    height: auto;
  }
  .cid-u1sqSyiQcF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1sqSyiQcF a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1sqSyiQcF a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1sqSyiQcF .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1sqSyiQcF .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ubxHkXp0L6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-ubxHkXp0L6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxHkXp0L6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubxHkXp0L6 .container {
    padding: 0 30px;
  }
}
.cid-ubxHkXp0L6 .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ubxHkXp0L6 .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ubxHkXp0L6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ubxHkXp0L6 .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ubxHkXp0L6 .mbr-section-title {
  color: #ffffff;
}
.cid-ubxHkXp0L6 .mbr-text {
  color: #ffffff;
}
.cid-ubIhyVTzOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubIhyVTzOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIhyVTzOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIhyVTzOa .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ubIhyVTzOa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ubIhyVTzOa .container {
    padding: 0 20px;
  }
}
.cid-ubIhyVTzOa .content-wrapper {
  padding: 60px;
  background-color: #272727;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ubIhyVTzOa .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-ubIhyVTzOa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ubIhyVTzOa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ubIhyVTzOa .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ubIhyVTzOa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ubIhyVTzOa .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ubIhyVTzOa .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-ubIhyVTzOa .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-ubIhyVTzOa .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-ubIhyVTzOa .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #facb1d;
  border-left: 10px solid #facb1d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-ubIhyVTzOa .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ubIhyVTzOa .mbr-section-title {
  color: #ffffff;
}
.cid-ubIhyVTzOa .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ubIhyVTzOa .mbr-text,
.cid-ubIhyVTzOa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ubIhyVTzOa .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubIhyVTzOa .mbr-section-title,
.cid-ubIhyVTzOa .mbr-section-btn,
.cid-ubIhyVTzOa .items-wrapper {
  text-align: center;
  color: #facb1d;
}
.cid-ubxUWnQhDO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-ubxUWnQhDO img,
.cid-ubxUWnQhDO .item-img {
  width: 100%;
}
.cid-ubxUWnQhDO .item:focus,
.cid-ubxUWnQhDO span:focus {
  outline: none;
}
.cid-ubxUWnQhDO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubxUWnQhDO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubxUWnQhDO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubxUWnQhDO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubxUWnQhDO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubxUWnQhDO .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-ubxUWnQhDO .mbr-text,
.cid-ubxUWnQhDO .mbr-section-btn {
  text-align: left;
}
.cid-ubxUWnQhDO .item-title {
  text-align: left;
}
.cid-ubxUWnQhDO .item-subtitle {
  text-align: left;
}
.cid-ubxUWnQhDO .mbr-section-subtitle {
  text-align: left;
  color: #272727;
}
.cid-uby355qMzq {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uby355qMzq .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uby355qMzq .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-uby355qMzq .card-img {
  width: 49px;
  height: 49px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: none!important;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-uby355qMzq .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.cid-uby355qMzq .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uby355qMzq .arrow-group span {
  margin-right: 13.5px;
}
.cid-uby355qMzq .wrap {
  display: flex;
}
.cid-uby355qMzq .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #000000 !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: bold;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uby355qMzq .icon:before {
  content: "\e908" !important;
}
.cid-uby355qMzq .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uby355qMzq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uby355qMzq .card-header {
  padding: 2rem 0;
  border-bottom: 1px solid #cfd5e1;
}
.cid-uby355qMzq .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uby355qMzq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uby355qMzq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uby355qMzq .panel-group {
  width: 100%;
}
.cid-uby355qMzq .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uby355qMzq .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uby355qMzq .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uby355qMzq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uby355qMzq .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uby355qMzq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uby355qMzq .header-article-text:hover {
  text-decoration: underline;
}
.cid-uby355qMzq .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uby355qMzq .header-text,
.cid-uby355qMzq .sign {
  color: #000000;
  text-align: left;
}
.cid-uby355qMzq .header-article-text,
.cid-uby355qMzq .sign {
  color: #000000;
  text-align: left;
}
.cid-uby355qMzq .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uby355qMzq h4 {
  margin-bottom: 0;
}
.cid-uby355qMzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uby355qMzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubzVmve2lP {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f3f3f3;
}
.cid-ubzVmve2lP .card-header {
  background: transparent;
}
.cid-ubzVmve2lP img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-ubzVmve2lP .wrapper {
    padding: 0;
  }
  .cid-ubzVmve2lP img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-ubzVmve2lP .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-ubzVmve2lP .mbr-iconfont:before {
  content: "\e960";
}
.cid-ubzVmve2lP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ubzVmve2lP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ubzVmve2lP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ubzVmve2lP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ubzVmve2lP .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-ubzVmve2lP .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-ubzVmve2lP h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-ubzVmve2lP .wrapper {
    padding: 2rem 1rem;
  }
  .cid-ubzVmve2lP h5 {
    padding: 1rem 0rem;
  }
}
.cid-ubzVmve2lP .mbr-text,
.cid-ubzVmve2lP .mbr-section-btn {
  color: #ffffff;
}
.cid-ubzVmve2lP .panel-text {
  color: #555555;
}
.cid-ubzVmve2lP H4 {
  color: #ffffff;
}
.cid-ubzVmve2lP H5 {
  color: #000000;
}
.cid-ubzVmve2lP H3 {
  color: #000000;
}
.cid-ubzVmve2lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubzVmve2lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ub1OMOsnqE {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #4942bc;
}
.cid-ub1OMOsnqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1OMOsnqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub1OIQJbMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-ub1OIQJbMT::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ub1OIQJbMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1OIQJbMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub1OIQJbMT .container {
    padding: 0 16px;
  }
}
.cid-ub1OIQJbMT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ub1OIQJbMT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ub1OIQJbMT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub1OIQJbMT .mbr-section-title {
  color: #f1634f;
}
.cid-ub1OIQJbMT .mbr-text {
  color: #000000;
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-ub1QV3vfRk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .nav-item:focus,
.cid-ub1QV3vfRk .nav-link:focus {
  outline: none;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub1QV3vfRk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub1QV3vfRk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-ub1QV3vfRk .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ub1QV3vfRk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ub1QV3vfRk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ub1QV3vfRk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub1QV3vfRk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub1QV3vfRk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub1QV3vfRk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ub1QV3vfRk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ub1QV3vfRk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ub1QV3vfRk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub1QV3vfRk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ub1QV3vfRk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ub1QV3vfRk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub1QV3vfRk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub1QV3vfRk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ub1QV3vfRk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ub1QV3vfRk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-ub1QV3vfRk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ub1QV3vfRk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ub1QV3vfRk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-ub1QV3vfRk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub1QV3vfRk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub1QV3vfRk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub1QV3vfRk .dropdown-item.active,
.cid-ub1QV3vfRk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-ub1QV3vfRk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ub1QV3vfRk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-ub1QV3vfRk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-ub1QV3vfRk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-ub1QV3vfRk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-ub1QV3vfRk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ub1QV3vfRk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub1QV3vfRk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub1QV3vfRk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ub1QV3vfRk .navbar-buttons {
  text-align: center;
}
.cid-ub1QV3vfRk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ub1QV3vfRk .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-ub1QV3vfRk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-ub1QV3vfRk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ub1QV3vfRk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ub1QV3vfRk .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub1QV3vfRk .navbar {
    height: 77px;
  }
  .cid-ub1QV3vfRk .navbar.opened {
    height: auto;
  }
  .cid-ub1QV3vfRk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub1QV3vfRk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-ub1QV3vfRk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-ub1QV3vfRk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-ub1QV3vfRk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ub1QV4Crgz {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #4942bc;
}
.cid-ub1QV4Crgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1QV4Crgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub1QV522Sz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-ub1QV522Sz::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-ub1QV522Sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1QV522Sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub1QV522Sz .container {
    padding: 0 16px;
  }
}
.cid-ub1QV522Sz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ub1QV522Sz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ub1QV522Sz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub1QV522Sz .mbr-section-title {
  color: #f1634f;
}
.cid-ub1QV522Sz .mbr-text {
  color: #000000;
}
.cid-ub1QV5pRA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-ub1QV5pRA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1QV5pRA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub1QV5pRA9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub1QV5pRA9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub1QV5pRA9 .container {
    padding: 0 12px;
  }
}
.cid-ub1QV5pRA9 .row {
  justify-content: center;
}
.cid-ub1QV5pRA9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ub1QV5pRA9 .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-ub1QV5pRA9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap:hover,
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-ub1QV5pRA9 .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-ub1QV5pRA9 .mbr-section-title {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .mbr-list-title {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .list {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .list,
.cid-ub1QV5pRA9 .item-wrap {
  color: #ffffff;
}
.cid-ub1QV3vfRk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .nav-item:focus,
.cid-ub1QV3vfRk .nav-link:focus {
  outline: none;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-ub1QV3vfRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ub1QV3vfRk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub1QV3vfRk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub1QV3vfRk .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-ub1QV3vfRk .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ub1QV3vfRk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ub1QV3vfRk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-ub1QV3vfRk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ub1QV3vfRk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub1QV3vfRk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub1QV3vfRk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ub1QV3vfRk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub1QV3vfRk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ub1QV3vfRk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ub1QV3vfRk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub1QV3vfRk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ub1QV3vfRk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ub1QV3vfRk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ub1QV3vfRk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub1QV3vfRk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub1QV3vfRk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ub1QV3vfRk .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ub1QV3vfRk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-ub1QV3vfRk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ub1QV3vfRk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ub1QV3vfRk .navbar-short {
  padding: 1rem 0 !important;
}
.cid-ub1QV3vfRk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub1QV3vfRk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub1QV3vfRk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub1QV3vfRk .dropdown-item.active,
.cid-ub1QV3vfRk .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-ub1QV3vfRk .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-ub1QV3vfRk .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-ub1QV3vfRk .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-ub1QV3vfRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-ub1QV3vfRk .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-ub1QV3vfRk .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-ub1QV3vfRk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ub1QV3vfRk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ub1QV3vfRk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ub1QV3vfRk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ub1QV3vfRk .navbar-buttons {
  text-align: center;
}
.cid-ub1QV3vfRk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ub1QV3vfRk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ub1QV3vfRk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ub1QV3vfRk .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-ub1QV3vfRk a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-ub1QV3vfRk .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ub1QV3vfRk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ub1QV3vfRk .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub1QV3vfRk .navbar {
    height: 77px;
  }
  .cid-ub1QV3vfRk .navbar.opened {
    height: auto;
  }
  .cid-ub1QV3vfRk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub1QV3vfRk a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-ub1QV3vfRk a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-ub1QV3vfRk .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-ub1QV3vfRk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-ub1ZRs7tkQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub1ZRs7tkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1ZRs7tkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub1ZRs7tkQ .mbr-section-title {
  color: #101010;
  text-align: center;
}
.cid-ub1ZRs7tkQ .mbr-section-subtitle {
  color: #101010;
  margin-top: 20px;
  text-align: center;
}
.cid-ub1ZRs7tkQ .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-ub1ZRs7tkQ .mbr-section-btn {
  margin-top: 18px;
}
.cid-ub1ZRs7tkQ .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-ub1ZRs7tkQ .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-ub249m3LRm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ub249m3LRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub249m3LRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub249m3LRm .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .container {
    padding: 0 6px;
  }
}
.cid-ub249m3LRm .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-ub249m3LRm .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ub249m3LRm .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ub249m3LRm .row {
    padding: 70px 30px;
  }
}
.cid-ub249m3LRm .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ub249m3LRm .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .desc-wrapper {
    padding: 0;
  }
}
.cid-ub249m3LRm .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ub249m3LRm .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-ub249m3LRm .title-wrapper span {
  color: #009472;
}
.cid-ub249m3LRm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub249m3LRm .item {
  position: relative;
  margin-bottom: 60px;
  padding-top: 5px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item {
    margin-bottom: 70px;
  }
}
.cid-ub249m3LRm .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
.cid-ub249m3LRm .item:last-child {
  margin-bottom: 0 !important;
}
.cid-ub249m3LRm .item .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-ub249m3LRm .item .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-ub249m3LRm .item .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-ub249m3LRm .item .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ub249m3LRm .item .item-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 16px !important;
  border: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper {
    padding: 40px 22px;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper {
    margin-bottom: 50px;
  }
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper:last-child {
    margin-bottom: 0;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .title-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .title-wrap .card-title {
  margin-bottom: 32px;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .title-wrap .card-text {
  margin-bottom: 0;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap {
    display: block;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap .item-desc {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap .item-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap .item-desc .item-card-desc {
  margin-bottom: 5px;
  opacity: .5;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .desc-wrap .item-desc .card-desc {
  margin-bottom: 0;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-title {
  margin: 32px 0;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-wrap .item-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-wrap .item-list:first-child {
  border-top: 1px solid #cfcfcf;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-wrap .item-list .card-number {
  min-width: 30px;
  margin: 0 75px 0 0;
}
@media (max-width: 768px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-wrap .item-list .card-number {
    margin: 0 20px 0 0;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .list-wrapper .list-wrap .item-list .list-desc {
  margin-bottom: 0;
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .price-wrapper .price-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .price-wrapper .price-wrap {
    display: block;
  }
}
.cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .price-wrapper .price-wrap .mbr-price {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-ub249m3LRm .item .item-wrapper .card-box .content-wrapper .price-wrapper .price-wrap .mbr-price {
    margin: 0 0 20px 0;
  }
}
.cid-ub249m3LRm .mbr-desc {
  color: #262626;
}
.cid-ub249m3LRm .mbr-section-title {
  color: #131313;
}
.cid-ub249m3LRm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub249m3LRm .card-title {
  color: #131313;
}
.cid-ub249m3LRm .card-text {
  color: #131313;
}
.cid-ub249m3LRm .item-card-desc {
  color: #131313;
}
.cid-ub249m3LRm .card-desc {
  color: #131313;
}
.cid-ub249m3LRm .list-title {
  color: #009472;
}
.cid-ub249m3LRm .card-number {
  color: #cfcfcf;
}
.cid-ub249m3LRm .list-desc {
  color: #131313;
}
.cid-ub249m3LRm .mbr-price {
  color: #131313;
}
.cid-ub249m3LRm .mbr-price,
.cid-ub249m3LRm .price-wrapper {
  text-align: right;
}
.cid-ub1QV5pRA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-ub1QV5pRA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub1QV5pRA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub1QV5pRA9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub1QV5pRA9 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub1QV5pRA9 .container {
    padding: 0 12px;
  }
}
.cid-ub1QV5pRA9 .row {
  justify-content: center;
}
.cid-ub1QV5pRA9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ub1QV5pRA9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ub1QV5pRA9 .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-ub1QV5pRA9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap:hover,
.cid-ub1QV5pRA9 .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-ub1QV5pRA9 .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-ub1QV5pRA9 .mbr-section-title {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .mbr-list-title {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .list {
  color: #ffffff;
}
.cid-ub1QV5pRA9 .list,
.cid-ub1QV5pRA9 .item-wrap {
  color: #ffffff;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uusvXuxTtb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uusvXuxTtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uusvXuxTtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uusvXuxTtb .content-wrapper {
  justify-content: center;
}
.cid-uusvXuxTtb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uusvXuxTtb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uusvXuxTtb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uusvXuxTtb .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uusvXuxTtb .mbr-section-btn {
  margin-top: 20px;
}
.cid-uusvXuxTtb .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uusvXuxTtb .video-wrapper:hover,
.cid-uusvXuxTtb .video-wrapper:focus {
  background-color: #078efb;
}
.cid-uusvXuxTtb .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .box .mbr-media {
    height: 350px;
  }
}
.cid-uusvXuxTtb .box .mbr-media:hover img,
.cid-uusvXuxTtb .box .mbr-media:focus img {
  border: 2px solid #078efb;
}
.cid-uusvXuxTtb .box .mbr-media:hover .icon-wrapper,
.cid-uusvXuxTtb .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uusvXuxTtb .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uusvXuxTtb .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uusvXuxTtb .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uusvXuxTtb .mbr-media {
  position: relative;
}
.cid-uusvXuxTtb .mbr-media img {
  object-fit: cover;
}
.cid-uusvXuxTtb a:hover {
  background-image: none !important;
}
.cid-uusvXuxTtb .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uusvXuxTtb .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uusvXuxTtb .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uusvXuxTtb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uusvXuxTtb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uusvXuxTtb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uusvXuxTtb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uusvXuxTtb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uusvXuxTtb .mbr-section-title {
  color: #ffffff;
}
.cid-uusvXuxTtb .mbr-text,
.cid-uusvXuxTtb .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uusvXuxTtb .mbr-desc,
.cid-uusvXuxTtb .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uusvXuxTtb .mbr-section-title,
.cid-uusvXuxTtb .mbr-section-btn {
  text-align: center;
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
.cid-u1h2Zy5qm0 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .nav-item:focus,
.cid-u1h2Zy5qm0 .nav-link:focus {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-u1h2Zy5qm0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1h2Zy5qm0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1h2Zy5qm0 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-u1h2Zy5qm0 .navbar {
  min-height: 57px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u1h2Zy5qm0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1h2Zy5qm0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1h2Zy5qm0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1h2Zy5qm0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1h2Zy5qm0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1h2Zy5qm0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1h2Zy5qm0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1h2Zy5qm0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1h2Zy5qm0 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 50px;
  opacity: 0.9;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1h2Zy5qm0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1h2Zy5qm0 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-u1h2Zy5qm0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1h2Zy5qm0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1h2Zy5qm0 .dropdown-item.active,
.cid-u1h2Zy5qm0 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-u1h2Zy5qm0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-u1h2Zy5qm0 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-u1h2Zy5qm0 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1h2Zy5qm0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1h2Zy5qm0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1h2Zy5qm0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1h2Zy5qm0 .navbar-buttons {
  text-align: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #101010;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1h2Zy5qm0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1h2Zy5qm0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1h2Zy5qm0 .navbar-dropdown {
  padding: 1rem 0rem;
  position: fixed;
}
.cid-u1h2Zy5qm0 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-u1h2Zy5qm0 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-u1h2Zy5qm0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1h2Zy5qm0 .icons-menu span {
  font-size: 20px;
  color: #101010;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1h2Zy5qm0 .navbar {
    height: 77px;
  }
  .cid-u1h2Zy5qm0 .navbar.opened {
    height: auto;
  }
  .cid-u1h2Zy5qm0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1h2Zy5qm0 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-u1h2Zy5qm0 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #E9204F;
}
.cid-u1h2Zy5qm0 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-u1h2Zy5qm0 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-uA3kWaJK2H {
  background-image: url("../../../assets/images/background8.webp");
}
.cid-uA3kWaJK2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3kWaJK2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3kWaJK2H .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uA3kWaJK2H .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uA3kWaJK2H .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uA3kWaJK2H .mbr-text {
  color: #ffffff;
}
.cid-uA3kWaJK2H .card {
  padding-bottom: 1.5rem;
}
.cid-uA3kWaJK2H .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uA3kWaJK2H .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uA3kWaJK2H .item-wrapper .card-title {
  color: #ffffff;
}
.cid-uA3kU3IVXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3kU3IVXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3kU3IVXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA3kU3IVXJ .row {
    flex-direction: column-reverse;
  }
  .cid-uA3kU3IVXJ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-uA3kU3IVXJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uA3kU3IVXJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA3kU3IVXJ .media-content,
.cid-uA3kU3IVXJ .mbr-figure {
  align-self: center;
}
.cid-uA3kU3IVXJ .mbr-figure iframe {
  width: 100%;
}
.cid-uA3lbSN7fg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3lbSN7fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lbSN7fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3lbSN7fg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3lbSN7fg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3lbSN7fg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3lbSN7fg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3lbSN7fg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3lbSN7fg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3lbSN7fg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3lbSN7fg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3lcjEgod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3lcjEgod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lcjEgod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3lcjEgod .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3lcjEgod .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3lcjEgod .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3lcjEgod .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3lcjEgod .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3lcjEgod .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3lcjEgod .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3lcjEgod .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3ldU9w9s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3ldU9w9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3ldU9w9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3ldU9w9s .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3ldU9w9s .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3ldU9w9s .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3ldU9w9s .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3ldU9w9s .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3ldU9w9s .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3ldU9w9s .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3ldU9w9s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3lgcUMpx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3lgcUMpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lgcUMpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3leiPXcS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3leiPXcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3leiPXcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3leiPXcS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3leiPXcS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3leiPXcS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3leiPXcS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3leiPXcS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3leiPXcS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3leiPXcS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3leiPXcS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3ldiYz0c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3ldiYz0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3ldiYz0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3ldiYz0c .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3ldiYz0c .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3ldiYz0c .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3ldiYz0c .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3ldiYz0c .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3ldiYz0c .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3ldiYz0c .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3ldiYz0c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3lcKXICk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA3lcKXICk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lcKXICk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3lcKXICk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uA3lcKXICk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uA3lcKXICk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA3lcKXICk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uA3lcKXICk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uA3lcKXICk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uA3lcKXICk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uA3lcKXICk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA3liuA56s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA3liuA56s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3liuA56s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3lJWoHpQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uA3lJWoHpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3lJWoHpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA3lJWoHpQ .col-content {
    text-align: center;
  }
}
.cid-uA3lJWoHpQ .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uA3lJWoHpQ .mbr-section-title {
  color: #24262b;
}
.cid-uA3lJWoHpQ .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uA3lJWoHpQ .mbr-section-btn {
  margin-top: 22px;
}
.cid-uA3lJWoHpQ .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uA3lJWoHpQ .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uA3lJWoHpQ .text-item {
    text-align: center;
  }
}
.cid-uA3lJWoHpQ .mbr-text {
  color: #24262b;
}
.cid-uA3lJWoHpQ .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-u2WH4pBbtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #101010;
}
.cid-u2WH4pBbtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2WH4pBbtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2WH4pBbtg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2WH4pBbtg .container {
    padding: 0 12px;
  }
}
.cid-u2WH4pBbtg .row {
  justify-content: center;
}
.cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u2WH4pBbtg .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2WH4pBbtg .list-wrapper .mbr-list-title {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-u2WH4pBbtg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap {
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:hover,
.cid-u2WH4pBbtg .list-wrapper .list .item-wrap:focus {
  opacity: .6;
}
.cid-u2WH4pBbtg .mbr-copy {
  margin: 0;
  opacity: .6;
  margin-top: 48px;
  color: #ffffff;
  text-align: center;
}
.cid-u2WH4pBbtg .mbr-section-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .mbr-list-title {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list {
  color: #ffffff;
}
.cid-u2WH4pBbtg .list,
.cid-u2WH4pBbtg .item-wrap {
  color: #ffffff;
}
