body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Geist', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #121212 !important;
}
.bg-success {
  background-color: #131419 !important;
}
.bg-info {
  background-color: #131419 !important;
}
.bg-warning {
  background-color: #131419 !important;
}
.bg-danger {
  background-color: #131419 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2375 !important;
  border-color: #ea2375 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7135d !important;
  border-color: #c7135d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7135d !important;
  border-color: #c7135d !important;
}
.btn-info,
.btn-info:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #121212;
  color: #121212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea2375;
  color: #ea2375;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ea2375 !important;
  border-color: #ea2375 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2375 !important;
  border-color: #ea2375 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #121212 !important;
}
.text-secondary {
  color: #ea2375 !important;
}
.text-success {
  color: #131419 !important;
}
.text-info {
  color: #131419 !important;
}
.text-warning {
  color: #131419 !important;
}
.text-danger {
  color: #131419 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ea2375 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #131419 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #131419 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #131419 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #131419 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #121212;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #131419;
}
.alert-warning {
  background-color: #131419;
}
.alert-danger {
  background-color: #131419;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #121212;
  border-color: #121212;
  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #121212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1c4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1c4d0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c1c4d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1c4d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #121212 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Heebo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #121212;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #121212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #121212;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #121212;
  border-bottom-color: #121212;
}
.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: #121212 !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: #ea2375 !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='%23121212' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  position: relative !important;
}
.cid-uU9DZsFLyr .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uU9DZsFLyr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uU9DZsFLyr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover,
.cid-uU9DZsFLyr .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover span {
  color: white;
}
.cid-uU9DZsFLyr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU9DZsFLyr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU9DZsFLyr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU9DZsFLyr .nav-link {
  position: relative;
}
.cid-uU9DZsFLyr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .container {
    flex-wrap: nowrap;
  }
}
.cid-uU9DZsFLyr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uU9DZsFLyr .dropdown-menu,
.cid-uU9DZsFLyr .navbar.opened {
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .nav-item:focus,
.cid-uU9DZsFLyr .nav-link:focus {
  outline: none;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU9DZsFLyr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU9DZsFLyr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr .navbar.opened {
  transition: all 0.3s;
}
.cid-uU9DZsFLyr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uU9DZsFLyr .navbar .navbar-logo img {
  width: auto;
}
.cid-uU9DZsFLyr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU9DZsFLyr .navbar.collapsed {
  justify-content: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU9DZsFLyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU9DZsFLyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU9DZsFLyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU9DZsFLyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uU9DZsFLyr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU9DZsFLyr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item.active,
.cid-uU9DZsFLyr .dropdown-item:active {
  background-color: transparent;
}
.cid-uU9DZsFLyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uU9DZsFLyr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU9DZsFLyr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uU9DZsFLyr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr .navbar-buttons {
    text-align: left;
  }
}
.cid-uU9DZsFLyr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uU9DZsFLyr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uU9DZsFLyr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU9DZsFLyr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU9DZsFLyr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9DZsFLyr .navbar {
    height: 70px;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    height: auto;
  }
  .cid-uU9DZsFLyr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU9DZsFLyr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uU9DZsFLyr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uU9DZsFLyr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover,
.cid-uU9DZsFLyr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::after,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::before,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU9DZsFLyr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uU9DZsFLyr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uU9DZsFLyr .content-wrap {
  min-height: 110px;
}
.cid-uU4nDhxID2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU4nDhxID2 .mbr-text,
.cid-uU4nDhxID2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uU4nDhxID2 .mbr-section-subtitle {
  color: #ea2375;
}
.cid-uU4nDhxID2 .mbr-section-title {
  color: #131419;
}
.cid-uU4nDhxID2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU4nDhxID2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5eKr48yj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uU5eKr48yj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uU5eKr48yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU5eKr48yj .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-uU5eKr48yj .row {
  justify-content: center;
}
.cid-uU5eKr48yj .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-uU5eKr48yj .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uU5eKr48yj .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uU5eKr48yj .card-link {
  color: #131419;
}
.cid-uU5eKr48yj .card-link:hover a {
  background-image: none !important;
}
.cid-uU5eKr48yj .mbr-section-subtitle {
  color: #777777;
}
.cid-uU5eKr48yj .card-text {
  color: #454545;
}
.cid-uU5eKr48yj .card-title,
.cid-uU5eKr48yj .iconfont-wrapper {
  color: #232323;
}
.cid-uUboybMsRG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUboybMsRG .container {
    padding: 0 20px;
  }
}
.cid-uUboybMsRG .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUboybMsRG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUboybMsRG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uUboybMsRG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUboybMsRG .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #4fd741;
}
.cid-uUboybMsRG .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #3799ea;
}
.cid-uUboybMsRG .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #000000;
}
.cid-uUboybMsRG .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #7d41d1;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uUboybMsRG .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uUboybMsRG .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uUboybMsRG .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uUboybMsRG .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uUboybMsRG .embla__button--next,
.cid-uUboybMsRG .embla__button--prev {
  display: flex;
}
.cid-uUboybMsRG .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #131419 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUboybMsRG .embla__button:hover {
  background-color: #bbbbbb !important;
}
.cid-uUboybMsRG .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUboybMsRG .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUboybMsRG .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uUboybMsRG .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUboybMsRG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUboybMsRG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUboybMsRG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUboybMsRG .mbr-section-title {
  color: #131419;
}
.cid-uUboybMsRG .item-title {
  color: #ffffff;
}
.cid-uUboybMsRG .item-date {
  color: #0f1d07;
}
.cid-uUboybMsRG .item-text {
  color: #0f1d07;
}
.cid-uUboybMsRG .item-text,
.cid-uUboybMsRG .mbr-section-btn {
  color: #131419;
}
.cid-uU60GV0Btj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU60GV0Btj .mbr-section-title {
  color: #131419;
}
.cid-uU60GV0Btj .mbr-text,
.cid-uU60GV0Btj .mbr-section-btn {
  color: #ffffff;
}
.cid-uU60GV0Btj .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-uU60GV0Btj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU60GV0Btj h1 {
  line-height: 1.3;
}
.cid-uU60qD5KRw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU60qD5KRw .mbr-section-title,
.cid-uU60qD5KRw .mbr-text {
  margin-bottom: 0;
}
.cid-uU60qD5KRw .title__block {
  margin-bottom: 45px;
}
.cid-uU60qD5KRw .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
}
.cid-uU60qD5KRw .mbr-section-title {
  margin-top: 15px;
  text-align: left;
}
.cid-uU60qD5KRw .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU60qD5KRw .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-uU60qD5KRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU60qD5KRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9r8hvHp0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uU9r8hvHp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU9r8hvHp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9r8hvHp0 .row {
  margin: 0 -20px;
}
.cid-uU9r8hvHp0 .card {
  padding: 0 20px;
}
.cid-uU9r8hvHp0 .mbr-tag {
  margin-bottom: 16px;
  color: #131419;
}
.cid-uU9r8hvHp0 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uU9r8hvHp0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU9r8hvHp0 .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uU9r8hvHp0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uU9r8hvHp0 .mbr-section-btn .btn::after,
.cid-uU9r8hvHp0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uU9r8hvHp0 .mbr-section-btn .btn:hover,
.cid-uU9r8hvHp0 .mbr-section-btn .btn:focus {
  color: #131419 !important;
}
.cid-uU9r8hvHp0 .mbr-section-btn .btn:hover::after,
.cid-uU9r8hvHp0 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uU9r8hvHp0 .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uU9r8hvHp0 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #353535;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #131419;
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uU9r8hvHp0 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uU9r8hvHp0 .mbr-section-title {
  color: #ffffff;
}
.cid-uU9r8hvHp0 .item-title {
  color: #ffffff;
}
.cid-uU9r8hvHp0 .item-text {
  color: #454545;
}
.cid-uU9r8hvHp0 .mbr-section-title,
.cid-uU9r8hvHp0 .main-btn {
  color: #131419;
}
.cid-uU9r8hvHp0 .item-title,
.cid-uU9r8hvHp0 .item-btn {
  color: #131419;
}
.cid-uU9uCiAgOf {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uU9uCiAgOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU9uCiAgOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9uCiAgOf .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uU9uCiAgOf .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uU9uCiAgOf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uU9uCiAgOf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #131419;
  transition: all 0.3s;
}
.cid-uU9uCiAgOf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #131419;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uU9uCiAgOf .social-row .soc-item:hover {
  background-color: #131419;
}
.cid-uU9uCiAgOf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uU9uCiAgOf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uU9uCiAgOf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uU9uCiAgOf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uU9uCiAgOf .mbr-text,
.cid-uU9uCiAgOf .social-row {
  color: #454545;
}
.cid-uU9uCiAgOf .card-title {
  color: #131419;
}
.cid-uU9NxP4jtE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uU9NxP4jtE .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uU9NxP4jtE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uU9NxP4jtE .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uU9NxP4jtE .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU9NxP4jtE .copyright > p {
  color: #707070;
}
.cid-uUaTKFffas .navbar-dropdown {
  position: relative !important;
}
.cid-uUaTKFffas .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uUaTKFffas .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUaTKFffas .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uUaTKFffas .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUaTKFffas .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUaTKFffas .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uUaTKFffas .dropdown-item:hover,
.cid-uUaTKFffas .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUaTKFffas .dropdown-item:hover span {
  color: white;
}
.cid-uUaTKFffas .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUaTKFffas .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUaTKFffas .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUaTKFffas .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUaTKFffas .nav-link {
  position: relative;
}
.cid-uUaTKFffas .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUaTKFffas .container {
    flex-wrap: nowrap;
  }
}
.cid-uUaTKFffas .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUaTKFffas .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUaTKFffas .dropdown-menu,
.cid-uUaTKFffas .navbar.opened {
  background: #ffffff !important;
}
.cid-uUaTKFffas .nav-item:focus,
.cid-uUaTKFffas .nav-link:focus {
  outline: none;
}
.cid-uUaTKFffas .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUaTKFffas .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUaTKFffas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUaTKFffas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUaTKFffas .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUaTKFffas .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUaTKFffas .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUaTKFffas .navbar.opened {
  transition: all 0.3s;
}
.cid-uUaTKFffas .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUaTKFffas .navbar .navbar-logo img {
  width: auto;
}
.cid-uUaTKFffas .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUaTKFffas .navbar.collapsed {
  justify-content: center;
}
.cid-uUaTKFffas .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUaTKFffas .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUaTKFffas .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUaTKFffas .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUaTKFffas .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUaTKFffas .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUaTKFffas .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUaTKFffas .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUaTKFffas .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUaTKFffas .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUaTKFffas .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUaTKFffas .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUaTKFffas .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUaTKFffas .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUaTKFffas .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUaTKFffas .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUaTKFffas .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUaTKFffas .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUaTKFffas .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUaTKFffas .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUaTKFffas .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUaTKFffas .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUaTKFffas .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUaTKFffas .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUaTKFffas .navbar-brand .navbar-caption:hover,
.cid-uUaTKFffas .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUaTKFffas .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUaTKFffas .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUaTKFffas .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUaTKFffas .dropdown-item.active,
.cid-uUaTKFffas .dropdown-item:active {
  background-color: transparent;
}
.cid-uUaTKFffas .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUaTKFffas .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUaTKFffas .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUaTKFffas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUaTKFffas .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUaTKFffas .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUaTKFffas .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUaTKFffas ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUaTKFffas ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUaTKFffas .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUaTKFffas .navbar-buttons {
    text-align: left;
  }
}
.cid-uUaTKFffas .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUaTKFffas .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUaTKFffas button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUaTKFffas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUaTKFffas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUaTKFffas button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUaTKFffas button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUaTKFffas button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUaTKFffas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUaTKFffas nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUaTKFffas nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUaTKFffas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUaTKFffas .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUaTKFffas a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUaTKFffas .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUaTKFffas .navbar {
    height: 70px;
  }
  .cid-uUaTKFffas .navbar.opened {
    height: auto;
  }
  .cid-uUaTKFffas .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUaTKFffas .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uUaTKFffas .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUaTKFffas .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uUaTKFffas .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUaTKFffas .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUaTKFffas .nav-item .nav-link:hover,
.cid-uUaTKFffas .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uUaTKFffas .nav-item .nav-link:hover::after,
.cid-uUaTKFffas .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUaTKFffas .nav-item .nav-link:hover::before,
.cid-uUaTKFffas .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUaTKFffas .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUaTKFffas .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUaTKFffas .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUaTKFffas .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUaTKFffas .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUaTKFffas .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUaTKFffas .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUaTKFffas .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUaTKFffas .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUaTKFffas .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUaTKFffas .content-wrap {
  min-height: 110px;
}
.cid-uUfHMjManE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUfHMjManE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfHMjManE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfHMjManE .row {
  justify-content: space-between;
}
.cid-uUfHMjManE .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUfHMjManE .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUfHMjManE .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUfHMjManE .mbr-label {
  color: #ea2375;
}
.cid-uUfHMjManE .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUfHMjManE .mbr-text {
  color: #666666;
}
.cid-uUfHMjManE .mbr-text,
.cid-uUfHMjManE .mbr-section-btn {
  color: #454545;
}
.cid-uUfMGeIvr9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUfMGeIvr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfMGeIvr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfMGeIvr9 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUfMGeIvr9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUfMGeIvr9 .mbr-name {
  color: #858585;
}
.cid-uUfMGeIvr9 .mbr-text {
  color: #191c25;
}
.cid-uUfMGeIvr9 .mbr-section-btn {
  text-align: center;
}
.cid-uUfMGeIvr9 .mbr-name,
.cid-uUfMGeIvr9 .mbr-section-btn {
  color: #131419;
}
.cid-uUfMfUeikh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUfMfUeikh .justify-content-center {
  align-items: center;
}
.cid-uUfMfUeikh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfMfUeikh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfMfUeikh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUfMfUeikh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUfMfUeikh .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uUfMfUeikh .content-head {
  max-width: 800px;
}
.cid-uUfMfUeikh .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #131419;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e7eaec;
  height: 80px;
  border-radius: 50%;
}
.cid-uUfMfUeikh .mbr-section-title {
  text-align: left;
}
.cid-uUfQ59rXGE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUfQ59rXGE .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUfQ59rXGE img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUfQ59rXGE .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUfQ59rXGE .mbr-section-title {
  color: #131419;
}
.cid-uUfQ59rXGE .mbr-text {
  color: #454545;
}
.cid-uUfQ59rXGE .mbr-description {
  color: #6c7577;
}
.cid-uUfQ59rXGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfQ59rXGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfRIgDBuB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUfRIgDBuB .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUfRIgDBuB img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUfRIgDBuB .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUfRIgDBuB .mbr-section-title {
  color: #131419;
}
.cid-uUfRIgDBuB .mbr-text {
  color: #454545;
}
.cid-uUfRIgDBuB .mbr-description {
  color: #6c7577;
}
.cid-uUfRIgDBuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfRIgDBuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhHmhciwu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhHmhciwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhHmhciwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhHmhciwu .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhHmhciwu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhHmhciwu .mbr-name {
  color: #858585;
}
.cid-uUhHmhciwu .mbr-text {
  color: #191c25;
}
.cid-uUhHmhciwu .mbr-section-btn {
  text-align: center;
}
.cid-uUhHmhciwu .mbr-name,
.cid-uUhHmhciwu .mbr-section-btn {
  color: #ea2375;
}
.cid-uUhHVuhJIG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhHVuhJIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhHVuhJIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhHVuhJIG .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhHVuhJIG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhHVuhJIG .mbr-name {
  color: #858585;
}
.cid-uUhHVuhJIG .mbr-text {
  color: #191c25;
}
.cid-uUhHVuhJIG .mbr-section-btn {
  text-align: center;
}
.cid-uUg2ISbR0D {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUg2ISbR0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg2ISbR0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg2ISbR0D .mbr-text {
  color: #454545;
}
.cid-uUg2ISbR0D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUg2ISbR0D .mbr-section-subtitle {
  text-align: center;
}
.cid-uUg5n5EcFc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUg5n5EcFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUg5n5EcFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUg5n5EcFc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUg5n5EcFc .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUg5n5EcFc .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUg5n5EcFc .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUg5n5EcFc .wrap {
  background: url("../../../assets/images/persona-1-1545x979.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUg5n5EcFc .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUg5n5EcFc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUg5n5EcFc .mbr-text {
  color: #000000;
}
.cid-uUg5n5EcFc .mbr-text,
.cid-uUg5n5EcFc .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhImTIaBz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhImTIaBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhImTIaBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhImTIaBz .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhImTIaBz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhImTIaBz .mbr-name {
  color: #858585;
}
.cid-uUhImTIaBz .mbr-text {
  color: #191c25;
}
.cid-uUhImTIaBz .mbr-section-btn {
  text-align: center;
}
.cid-uUhIyI70K8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhIyI70K8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhIyI70K8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhIyI70K8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUhIyI70K8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUhIyI70K8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUhIyI70K8 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUhIyI70K8 .wrap {
  background: url("../../../assets/images/comp-analysis-1497x995.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUhIyI70K8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUhIyI70K8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUhIyI70K8 .mbr-text {
  color: #000000;
}
.cid-uUhIyI70K8 .mbr-text,
.cid-uUhIyI70K8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhIsXpXGp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhIsXpXGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhIsXpXGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhIsXpXGp .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhIsXpXGp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhIsXpXGp .mbr-name {
  color: #858585;
}
.cid-uUhIsXpXGp .mbr-text {
  color: #191c25;
}
.cid-uUhIsXpXGp .mbr-section-btn {
  text-align: center;
}
.cid-uUhIPa3H2d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhIPa3H2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhIPa3H2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhIPa3H2d .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhIPa3H2d .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhIPa3H2d .mbr-name {
  color: #858585;
}
.cid-uUhIPa3H2d .mbr-text {
  color: #191c25;
}
.cid-uUhIPa3H2d .mbr-section-btn {
  text-align: center;
}
.cid-uUhIPa3H2d .mbr-name,
.cid-uUhIPa3H2d .mbr-section-btn {
  color: #ea2375;
}
.cid-uUhIXdgnP6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhIXdgnP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhIXdgnP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhIXdgnP6 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhIXdgnP6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhIXdgnP6 .mbr-name {
  color: #858585;
}
.cid-uUhIXdgnP6 .mbr-text {
  color: #191c25;
}
.cid-uUhIXdgnP6 .mbr-section-btn {
  text-align: center;
}
.cid-uUggnlaxf8 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUggnlaxf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUggnlaxf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUggnlaxf8 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUggnlaxf8 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUggnlaxf8 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUggnlaxf8 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUggnlaxf8 .wrap {
  background: url("../../../assets/images/img-1467-1-2000x1283.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUggnlaxf8 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUggnlaxf8 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUggnlaxf8 .mbr-text {
  color: #000000;
}
.cid-uUggnlaxf8 .mbr-text,
.cid-uUggnlaxf8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUggqAPJjk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUggqAPJjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUggqAPJjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUggqAPJjk .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUggqAPJjk .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUggqAPJjk .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUggqAPJjk .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUggqAPJjk .wrap {
  background: url("../../../assets/images/planning-1-1688x1065.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUggqAPJjk .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUggqAPJjk .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUggqAPJjk .mbr-text {
  color: #000000;
}
.cid-uUggqAPJjk .mbr-text,
.cid-uUggqAPJjk .mbr-section-btn {
  color: #ffffff;
}
.cid-uUggrBBRUH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUggrBBRUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUggrBBRUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUggrBBRUH .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUggrBBRUH .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUggrBBRUH .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUggrBBRUH .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUggrBBRUH .wrap {
  background: url("../../../assets/images/sitemap-1-2000x1520.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUggrBBRUH .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUggrBBRUH .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUggrBBRUH .mbr-text {
  color: #000000;
}
.cid-uUggrBBRUH .mbr-text,
.cid-uUggrBBRUH .mbr-section-btn {
  color: #ffffff;
}
.cid-uUgisT1YDz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUgisT1YDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgisT1YDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgisT1YDz .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUgisT1YDz .card-wrapper {
    padding: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUgisT1YDz .card-wrapper {
    padding: 2.25rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUgisT1YDz .card-wrapper {
    padding: 4rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
.cid-uUgisT1YDz .wrap {
  background: url("../../../assets/images/pgm-1-2000x1262.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUgisT1YDz .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUgisT1YDz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUgisT1YDz .mbr-text {
  color: #000000;
}
.cid-uUgisT1YDz .mbr-text,
.cid-uUgisT1YDz .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhJBTXh7o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhJBTXh7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhJBTXh7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhJBTXh7o .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhJBTXh7o .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhJBTXh7o .mbr-name {
  color: #858585;
}
.cid-uUhJBTXh7o .mbr-text {
  color: #191c25;
}
.cid-uUhJBTXh7o .mbr-section-btn {
  text-align: center;
}
.cid-uUhJBTXh7o .mbr-name,
.cid-uUhJBTXh7o .mbr-section-btn {
  color: #ea2375;
}
.cid-uUhJMLvAzu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhJMLvAzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhJMLvAzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhJMLvAzu .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhJMLvAzu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhJMLvAzu .mbr-name {
  color: #858585;
}
.cid-uUhJMLvAzu .mbr-text {
  color: #191c25;
}
.cid-uUhJMLvAzu .mbr-section-btn {
  text-align: center;
}
.cid-uUgjkT79MD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUgjkT79MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgjkT79MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgjkT79MD .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUgjkT79MD .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUgjkT79MD .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUgjkT79MD .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUgjkT79MD .wrap {
  background: url("../../../assets/images/sketches-1411x1058.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUgjkT79MD .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUgjkT79MD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUgjkT79MD .mbr-text {
  color: #000000;
}
.cid-uUgjkT79MD .mbr-text,
.cid-uUgjkT79MD .mbr-section-btn {
  color: #ffffff;
}
.cid-uUgjPddyzw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUgjPddyzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgjPddyzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgjPddyzw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUgjPddyzw .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUgjPddyzw .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUgjPddyzw .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 30rem;
  }
}
.cid-uUgjPddyzw .wrap {
  background: url("../../../assets/images/nav-ia-2000x1084.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUgjPddyzw .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUgjPddyzw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUgjPddyzw .mbr-text {
  color: #000000;
}
.cid-uUgjPddyzw .mbr-text,
.cid-uUgjPddyzw .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhK7gIwWj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhK7gIwWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhK7gIwWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhK7gIwWj .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhK7gIwWj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhK7gIwWj .mbr-name {
  color: #858585;
}
.cid-uUhK7gIwWj .mbr-text {
  color: #191c25;
}
.cid-uUhK7gIwWj .mbr-section-btn {
  text-align: center;
}
.cid-uUglNzdqpA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUglNzdqpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUglNzdqpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUglNzdqpA .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUglNzdqpA .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUglNzdqpA .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUglNzdqpA .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUglNzdqpA .wrap {
  background: url("../../../assets/images/wires-2-1027x1062.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUglNzdqpA .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUglNzdqpA .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUglNzdqpA .mbr-text {
  color: #000000;
}
.cid-uUglNzdqpA .mbr-text,
.cid-uUglNzdqpA .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhKe0PSh8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhKe0PSh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKe0PSh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKe0PSh8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKe0PSh8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKe0PSh8 .mbr-name {
  color: #858585;
}
.cid-uUhKe0PSh8 .mbr-text {
  color: #191c25;
}
.cid-uUhKe0PSh8 .mbr-section-btn {
  text-align: center;
}
.cid-uUgmi9md83 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUgmi9md83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgmi9md83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgmi9md83 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUgmi9md83 .card-wrapper {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUgmi9md83 .card-wrapper {
    padding: 2.25rem;
    padding-top: 3rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUgmi9md83 .card-wrapper {
    padding: 4rem;
    padding-top: 3rem;
    padding-bottom: 30rem;
  }
}
.cid-uUgmi9md83 .wrap {
  background: url("../../../assets/images/mobile-1626x591.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUgmi9md83 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUgmi9md83 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUgmi9md83 .mbr-text {
  color: #000000;
}
.cid-uUgmi9md83 .mbr-text,
.cid-uUgmi9md83 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUhKmBczcf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhKmBczcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKmBczcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKmBczcf .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKmBczcf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKmBczcf .mbr-name {
  color: #858585;
}
.cid-uUhKmBczcf .mbr-text {
  color: #191c25;
}
.cid-uUhKmBczcf .mbr-section-btn {
  text-align: center;
}
.cid-uUgmVPN1pw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUgmVPN1pw .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUgmVPN1pw img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUgmVPN1pw .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUgmVPN1pw .mbr-section-title {
  color: #131419;
}
.cid-uUgmVPN1pw .mbr-text {
  color: #131419;
}
.cid-uUgmVPN1pw .mbr-description {
  color: #6c7577;
}
.cid-uUgmVPN1pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgmVPN1pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKsjcfdF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUhKsjcfdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKsjcfdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKsjcfdF .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKsjcfdF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKsjcfdF .mbr-name {
  color: #858585;
}
.cid-uUhKsjcfdF .mbr-text {
  color: #191c25;
}
.cid-uUhKsjcfdF .mbr-section-btn {
  text-align: center;
}
.cid-uUhKsjcfdF .mbr-name,
.cid-uUhKsjcfdF .mbr-section-btn {
  color: #ea2375;
}
.cid-uUhKO81mEP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhKO81mEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKO81mEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKO81mEP .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKO81mEP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKO81mEP .mbr-name {
  color: #858585;
}
.cid-uUhKO81mEP .mbr-text {
  color: #191c25;
}
.cid-uUhKO81mEP .mbr-section-btn {
  text-align: center;
}
.cid-uUhKFErrjr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhKFErrjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKFErrjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKFErrjr .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKFErrjr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKFErrjr .mbr-name {
  color: #858585;
}
.cid-uUhKFErrjr .mbr-text {
  color: #191c25;
}
.cid-uUhKFErrjr .mbr-section-btn {
  text-align: center;
}
.cid-uUgrYbA5i6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUgrYbA5i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUgrYbA5i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUgrYbA5i6 .row {
  flex-direction: row-reverse;
}
.cid-uUJehHGTBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUJehHGTBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJehHGTBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJehHGTBO .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uUJehHGTBO .title-wrapper {
    padding: 0;
  }
}
.cid-uUJehHGTBO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUJehHGTBO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uUJehHGTBO .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 580px;
}
@media (max-width: 992px) {
  .cid-uUJehHGTBO .box .mbr-media {
    height: 350px;
  }
}
.cid-uUJehHGTBO .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uUJehHGTBO .box .mbr-media .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uUJehHGTBO .mbr-media {
  position: relative;
}
.cid-uUJehHGTBO .mbr-media img {
  object-fit: cover;
}
.cid-uUJehHGTBO a:hover {
  background-image: none !important;
}
.cid-uUJehHGTBO .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 64px;
  width: 64px;
  border-radius: 100%;
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-uUJehHGTBO .icon-wrap:hover,
.cid-uUJehHGTBO .icon-wrap:focus {
  background-color: #131419;
}
@media (max-width: 992px) {
  .cid-uUJehHGTBO .icon-wrap {
    height: 54px;
    width: 54px;
  }
}
.cid-uUJehHGTBO .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUJehHGTBO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUJehHGTBO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUJehHGTBO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUJehHGTBO .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-uUJehHGTBO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUJehHGTBO .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uUC9DHhE2A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUC9DHhE2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUC9DHhE2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUC9DHhE2A .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUC9DHhE2A .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUC9DHhE2A .items-wrapper {
  margin: 0 -75px;
}
.cid-uUC9DHhE2A .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uUC9DHhE2A .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uUC9DHhE2A .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUC9DHhE2A .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uUC9DHhE2A .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUC9DHhE2A .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUC9DHhE2A .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUC9DHhE2A .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUC9DHhE2A .card-number {
  color: #0f0f0f;
}
.cid-uUC9DHhE2A .card-title {
  color: #666666;
}
.cid-uUhKZ9cBcs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUhKZ9cBcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhKZ9cBcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhKZ9cBcs .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUhKZ9cBcs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUhKZ9cBcs .mbr-name {
  color: #858585;
}
.cid-uUhKZ9cBcs .mbr-text {
  color: #191c25;
}
.cid-uUhKZ9cBcs .mbr-section-btn {
  text-align: center;
}
.cid-uUhO8mti85 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUhO8mti85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhO8mti85 .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-uUhO8mti85 .container {
    padding: 0 24px;
  }
}
.cid-uUhO8mti85 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUhO8mti85 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUhO8mti85 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUhO8mti85 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uUhO8mti85 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uUhO8mti85 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uUhO8mti85 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uUhO8mti85 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uUhO8mti85 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uUhO8mti85 .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uUhO8mti85 .mbr-section-title,
.cid-uUhO8mti85 .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uUaTKGa4PS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUaTKGa4PS .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uUaTKGa4PS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUaTKGa4PS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUaTKGa4PS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uUaTKGa4PS .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uUaTKGa4PS .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uUaTKGa4PS .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uUaTKGa4PS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUaTKGa4PS .copyright > p {
  color: #707070;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  position: relative !important;
}
.cid-uU9DZsFLyr .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uU9DZsFLyr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uU9DZsFLyr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover,
.cid-uU9DZsFLyr .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover span {
  color: white;
}
.cid-uU9DZsFLyr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU9DZsFLyr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU9DZsFLyr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU9DZsFLyr .nav-link {
  position: relative;
}
.cid-uU9DZsFLyr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .container {
    flex-wrap: nowrap;
  }
}
.cid-uU9DZsFLyr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uU9DZsFLyr .dropdown-menu,
.cid-uU9DZsFLyr .navbar.opened {
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .nav-item:focus,
.cid-uU9DZsFLyr .nav-link:focus {
  outline: none;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU9DZsFLyr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU9DZsFLyr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr .navbar.opened {
  transition: all 0.3s;
}
.cid-uU9DZsFLyr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uU9DZsFLyr .navbar .navbar-logo img {
  width: auto;
}
.cid-uU9DZsFLyr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU9DZsFLyr .navbar.collapsed {
  justify-content: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU9DZsFLyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU9DZsFLyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU9DZsFLyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU9DZsFLyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uU9DZsFLyr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU9DZsFLyr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item.active,
.cid-uU9DZsFLyr .dropdown-item:active {
  background-color: transparent;
}
.cid-uU9DZsFLyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uU9DZsFLyr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU9DZsFLyr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uU9DZsFLyr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr .navbar-buttons {
    text-align: left;
  }
}
.cid-uU9DZsFLyr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uU9DZsFLyr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uU9DZsFLyr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU9DZsFLyr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU9DZsFLyr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9DZsFLyr .navbar {
    height: 70px;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    height: auto;
  }
  .cid-uU9DZsFLyr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU9DZsFLyr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uU9DZsFLyr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uU9DZsFLyr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover,
.cid-uU9DZsFLyr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::after,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::before,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU9DZsFLyr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uU9DZsFLyr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uU9DZsFLyr .content-wrap {
  min-height: 110px;
}
.cid-uUaQpVKHuw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUaQpVKHuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUaQpVKHuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUaQpVKHuw .row {
  justify-content: space-between;
}
.cid-uUaQpVKHuw .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUaQpVKHuw .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUaQpVKHuw .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUaQpVKHuw .mbr-label {
  color: #ea2375;
}
.cid-uUaQpVKHuw .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUaQpVKHuw .mbr-text {
  color: #666666;
}
.cid-uUaQpVKHuw .mbr-text,
.cid-uUaQpVKHuw .mbr-section-btn {
  color: #454545;
}
.cid-uUbzKOAJgc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUbzKOAJgc .container {
    padding: 0 20px;
  }
}
.cid-uUbzKOAJgc .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUbzKOAJgc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUbzKOAJgc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uUbzKOAJgc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUbzKOAJgc .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #4fd741;
}
.cid-uUbzKOAJgc .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #3799ea;
}
.cid-uUbzKOAJgc .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-img .title-wrap .item-title {
  background-color: #000000;
}
.cid-uUbzKOAJgc .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
  background-color: #7d41d1;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
  opacity: .5;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .mbr-section-btn .btn {
  opacity: .5;
}
.cid-uUbzKOAJgc .embla__slide .slide-content .mbr-section-btn .btn:hover,
.cid-uUbzKOAJgc .embla__slide .slide-content .mbr-section-btn .btn:focus {
  opacity: 1;
}
.cid-uUbzKOAJgc .embla__button--next,
.cid-uUbzKOAJgc .embla__button--prev {
  display: flex;
}
.cid-uUbzKOAJgc .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #131419 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUbzKOAJgc .embla__button:hover {
  background-color: #bbbbbb !important;
}
.cid-uUbzKOAJgc .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uUbzKOAJgc .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uUbzKOAJgc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uUbzKOAJgc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUbzKOAJgc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUbzKOAJgc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUbzKOAJgc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUbzKOAJgc .mbr-section-title {
  color: #131419;
}
.cid-uUbzKOAJgc .item-title {
  color: #ffffff;
}
.cid-uUbzKOAJgc .item-date {
  color: #0f1d07;
}
.cid-uUbzKOAJgc .item-text {
  color: #0f1d07;
}
.cid-uUbzKOAJgc .item-text,
.cid-uUbzKOAJgc .mbr-section-btn {
  color: #131419;
}
.cid-uUaRjRXT2F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUaRjRXT2F .mbr-section-title {
  color: #131419;
}
.cid-uUaRjRXT2F .mbr-text,
.cid-uUaRjRXT2F .mbr-section-btn {
  color: #ffffff;
}
.cid-uUaRjRXT2F .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-uUaRjRXT2F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUaRjRXT2F h1 {
  line-height: 1.3;
}
.cid-uUaQQZTZlf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUaQQZTZlf .mbr-section-title,
.cid-uUaQQZTZlf .mbr-text {
  margin-bottom: 0;
}
.cid-uUaQQZTZlf .title__block {
  margin-bottom: 45px;
}
.cid-uUaQQZTZlf .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
}
.cid-uUaQQZTZlf .mbr-section-title {
  margin-top: 15px;
  text-align: left;
}
.cid-uUaQQZTZlf .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUaQQZTZlf .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-uUaQQZTZlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUaQQZTZlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU9NxP4jtE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uU9NxP4jtE .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uU9NxP4jtE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uU9NxP4jtE .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uU9NxP4jtE .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU9NxP4jtE .copyright > p {
  color: #707070;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  position: relative !important;
}
.cid-uU9DZsFLyr .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uU9DZsFLyr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uU9DZsFLyr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover,
.cid-uU9DZsFLyr .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover span {
  color: white;
}
.cid-uU9DZsFLyr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU9DZsFLyr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU9DZsFLyr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU9DZsFLyr .nav-link {
  position: relative;
}
.cid-uU9DZsFLyr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .container {
    flex-wrap: nowrap;
  }
}
.cid-uU9DZsFLyr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uU9DZsFLyr .dropdown-menu,
.cid-uU9DZsFLyr .navbar.opened {
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .nav-item:focus,
.cid-uU9DZsFLyr .nav-link:focus {
  outline: none;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU9DZsFLyr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU9DZsFLyr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr .navbar.opened {
  transition: all 0.3s;
}
.cid-uU9DZsFLyr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uU9DZsFLyr .navbar .navbar-logo img {
  width: auto;
}
.cid-uU9DZsFLyr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU9DZsFLyr .navbar.collapsed {
  justify-content: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU9DZsFLyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU9DZsFLyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU9DZsFLyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU9DZsFLyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uU9DZsFLyr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU9DZsFLyr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item.active,
.cid-uU9DZsFLyr .dropdown-item:active {
  background-color: transparent;
}
.cid-uU9DZsFLyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uU9DZsFLyr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU9DZsFLyr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uU9DZsFLyr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr .navbar-buttons {
    text-align: left;
  }
}
.cid-uU9DZsFLyr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uU9DZsFLyr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uU9DZsFLyr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU9DZsFLyr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU9DZsFLyr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9DZsFLyr .navbar {
    height: 70px;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    height: auto;
  }
  .cid-uU9DZsFLyr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU9DZsFLyr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uU9DZsFLyr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uU9DZsFLyr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover,
.cid-uU9DZsFLyr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::after,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::before,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU9DZsFLyr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uU9DZsFLyr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uU9DZsFLyr .content-wrap {
  min-height: 110px;
}
.cid-uUaAbZxsmM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUaAbZxsmM .main-col {
  display: flex;
}
.cid-uUaAbZxsmM .main-bg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.cid-uUaAbZxsmM .text-wrapper {
  width: 100%;
  padding: 50px 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uUaAbZxsmM .text-wrapper {
    padding: 15px 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uUaAbZxsmM .text-wrapper {
    padding: 40px 50px 40px 70px;
  }
}
@media (min-width: 992px) {
  .cid-uUaAbZxsmM .text-wrapper {
    width: 52%;
  }
}
.cid-uUaAbZxsmM .mbr-section-title {
  color: #010d4c;
  margin-bottom: 5px;
}
.cid-uUaAbZxsmM .prof-text {
  color: #00284E;
  opacity: 0.5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-uUaAbZxsmM .mbr-section-subtitle {
  color: #ea2375;
  margin-top: 45px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .cid-uUaAbZxsmM .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uUaAbZxsmM .mbr-text {
  color: #454545;
  opacity: 0.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.cid-uUaAbZxsmM .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUaAbZxsmM .image-wrapper {
    width: 48%;
  }
}
.cid-uUaAbZxsmM .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uUaAbZxsmM .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 22px;
}
.cid-uUaAbZxsmM .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-uUaAbZxsmM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 42px;
  min-height: 42px;
}
.cid-uUaAbZxsmM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUaAbZxsmM .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uUaAbZxsmM .soc-item:nth-child(1):hover {
  background-color: #913BFF;
}
.cid-uUaAbZxsmM .soc-item:nth-child(2):hover {
  background-color: #0066FF;
}
.cid-uUaAbZxsmM .soc-item:nth-child(3):hover {
  background-color: #FF7A41;
}
.cid-uUaAbZxsmM .soc-item:nth-child(4):hover {
  background-color: #ec2016;
}
.cid-uUaAbZxsmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUaAbZxsmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUaAbZxsmM .mbr-section-title,
.cid-uUaAbZxsmM .mbr-section-btn {
  color: #131419;
}
.cid-uUaM0gaL9F {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUaM0gaL9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUaM0gaL9F .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-uUaM0gaL9F .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uUaM0gaL9F .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUaM0gaL9F .row {
  justify-content: space-between;
}
.cid-uUaM0gaL9F .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-uUaM0gaL9F .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-uUaM0gaL9F .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUaM0gaL9F .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uUaM0gaL9F .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-uUaM0gaL9F .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-uUaM0gaL9F .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uUaM0gaL9F .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUaM0gaL9F .mbr-section-title {
  color: #000000;
}
.cid-uUaM0gaL9F .card-title {
  color: #131419;
}
.cid-uUF1LwFb77 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUF1LwFb77 h4 {
  margin-bottom: 0;
}
.cid-uUF1LwFb77 p {
  color: #767676;
}
.cid-uUF1LwFb77 .btn-info-outline {
  border: none;
  color: #131419 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uUF1LwFb77 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uUF1LwFb77 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uUF1LwFb77 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #121212 !important;
  box-shadow: none!important;
}
.cid-uUF1LwFb77 .btn-info-outline:active,
.cid-uUF1LwFb77 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uUF1LwFb77 .card-box {
  padding-top: 2rem;
}
.cid-uUF1LwFb77 .card-wrapper {
  height: 100%;
}
.cid-uUF1LwFb77 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uUF1LwFb77 img {
  border-radius: 8px;
}
.cid-uUF1LwFb77 .card-title {
  color: #131419;
}
.cid-uUF1LwFb77 .main-title {
  color: #131419;
  text-align: left;
}
.cid-uUF1LwFb77 DIV {
  color: #57468b;
}
.cid-uUF1LwFb77 .card-img {
  width: auto;
}
.cid-uUF1LwFb77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUF1LwFb77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUF1LwFb77 .mbr-text,
.cid-uUF1LwFb77 .mbr-section-btn {
  color: #131419;
}
.cid-uVhxMqcWWE {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uVhxMqcWWE h4 {
  margin-bottom: 0;
}
.cid-uVhxMqcWWE p {
  color: #767676;
}
.cid-uVhxMqcWWE .btn-info-outline {
  border: none;
  color: #131419 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uVhxMqcWWE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uVhxMqcWWE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uVhxMqcWWE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #121212 !important;
  box-shadow: none!important;
}
.cid-uVhxMqcWWE .btn-info-outline:active,
.cid-uVhxMqcWWE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uVhxMqcWWE .card-box {
  padding-top: 2rem;
}
.cid-uVhxMqcWWE .card-wrapper {
  height: 100%;
}
.cid-uVhxMqcWWE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uVhxMqcWWE img {
  border-radius: 8px;
}
.cid-uVhxMqcWWE .card-title {
  color: #131419;
}
.cid-uVhxMqcWWE .main-title {
  color: #131419;
  text-align: left;
}
.cid-uVhxMqcWWE DIV {
  color: #57468b;
}
.cid-uVhxMqcWWE .card-img {
  width: auto;
}
.cid-uVhxMqcWWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhxMqcWWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhxMqcWWE .mbr-text,
.cid-uVhxMqcWWE .mbr-section-btn {
  color: #131419;
}
.cid-uU9NxP4jtE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uU9NxP4jtE .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uU9NxP4jtE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uU9NxP4jtE .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uU9NxP4jtE .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU9NxP4jtE .copyright > p {
  color: #707070;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  position: relative !important;
}
.cid-uU9DZsFLyr .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uU9DZsFLyr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uU9DZsFLyr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover,
.cid-uU9DZsFLyr .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item:hover span {
  color: white;
}
.cid-uU9DZsFLyr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uU9DZsFLyr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uU9DZsFLyr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uU9DZsFLyr .nav-link {
  position: relative;
}
.cid-uU9DZsFLyr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .container {
    flex-wrap: nowrap;
  }
}
.cid-uU9DZsFLyr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uU9DZsFLyr .dropdown-menu,
.cid-uU9DZsFLyr .navbar.opened {
  background: #ffffff !important;
}
.cid-uU9DZsFLyr .nav-item:focus,
.cid-uU9DZsFLyr .nav-link:focus {
  outline: none;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uU9DZsFLyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uU9DZsFLyr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU9DZsFLyr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU9DZsFLyr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr .navbar.opened {
  transition: all 0.3s;
}
.cid-uU9DZsFLyr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uU9DZsFLyr .navbar .navbar-logo img {
  width: auto;
}
.cid-uU9DZsFLyr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uU9DZsFLyr .navbar.collapsed {
  justify-content: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uU9DZsFLyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uU9DZsFLyr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uU9DZsFLyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uU9DZsFLyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uU9DZsFLyr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uU9DZsFLyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uU9DZsFLyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uU9DZsFLyr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uU9DZsFLyr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uU9DZsFLyr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uU9DZsFLyr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uU9DZsFLyr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uU9DZsFLyr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uU9DZsFLyr .dropdown-item.active,
.cid-uU9DZsFLyr .dropdown-item:active {
  background-color: transparent;
}
.cid-uU9DZsFLyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uU9DZsFLyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uU9DZsFLyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uU9DZsFLyr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU9DZsFLyr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uU9DZsFLyr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uU9DZsFLyr .navbar-buttons {
    text-align: left;
  }
}
.cid-uU9DZsFLyr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uU9DZsFLyr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uU9DZsFLyr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uU9DZsFLyr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uU9DZsFLyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uU9DZsFLyr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uU9DZsFLyr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uU9DZsFLyr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uU9DZsFLyr .navbar {
    height: 70px;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    height: auto;
  }
  .cid-uU9DZsFLyr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uU9DZsFLyr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uU9DZsFLyr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uU9DZsFLyr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uU9DZsFLyr .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover,
.cid-uU9DZsFLyr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::after,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uU9DZsFLyr .nav-item .nav-link:hover::before,
.cid-uU9DZsFLyr .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uU9DZsFLyr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uU9DZsFLyr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uU9DZsFLyr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uU9DZsFLyr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uU9DZsFLyr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uU9DZsFLyr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uU9DZsFLyr .content-wrap {
  min-height: 110px;
}
.cid-uUacuP3nm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUacuP3nm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUacuP3nm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUacuP3nm2 .row {
  justify-content: space-between;
}
.cid-uUacuP3nm2 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUacuP3nm2 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUacuP3nm2 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUacuP3nm2 .mbr-label {
  color: #ea2375;
}
.cid-uUacuP3nm2 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUacuP3nm2 .mbr-text {
  color: #666666;
}
.cid-uUacuP3nm2 .mbr-text,
.cid-uUacuP3nm2 .mbr-section-btn {
  color: #454545;
}
.cid-uUadEL8ZKc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUadEL8ZKc .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uUadEL8ZKc .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uUadEL8ZKc .row {
    row-gap: 40px;
  }
}
.cid-uUadEL8ZKc .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uUadEL8ZKc .mbr-section-title {
  color: #9b8db7;
}
.cid-uUadEL8ZKc .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uUadEL8ZKc .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uUadEL8ZKc .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uUadEL8ZKc .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uUadEL8ZKc .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uUadEL8ZKc .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uUadEL8ZKc .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uUadEL8ZKc .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uUadEL8ZKc .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uUadEL8ZKc .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uUadEL8ZKc .item-content {
  margin-top: 32px;
}
.cid-uUadEL8ZKc .item-title {
  color: #303030;
}
.cid-uUadEL8ZKc .mbr-text {
  margin-top: 11px;
  color: #454545;
}
.cid-uUadEL8ZKc .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uUadEL8ZKc .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-uUadEL8ZKc .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uUadEL8ZKc .item-text {
  color: #9b8db7;
}
.cid-uUauetUmrs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUauetUmrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUauetUmrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUauetUmrs .row {
  justify-content: space-between;
}
.cid-uUauetUmrs .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUauetUmrs .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUauetUmrs .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUauetUmrs .mbr-label {
  color: #ea2375;
}
.cid-uUauetUmrs .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUauetUmrs .mbr-text {
  color: #666666;
}
.cid-uUauetUmrs .mbr-text,
.cid-uUauetUmrs .mbr-section-btn {
  color: #454545;
}
.cid-uUauoVbDLh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUauoVbDLh .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uUauoVbDLh .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uUauoVbDLh .row {
    row-gap: 40px;
  }
}
.cid-uUauoVbDLh .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uUauoVbDLh .mbr-section-title {
  color: #9b8db7;
}
.cid-uUauoVbDLh .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uUauoVbDLh .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uUauoVbDLh .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uUauoVbDLh .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uUauoVbDLh .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uUauoVbDLh .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uUauoVbDLh .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uUauoVbDLh .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uUauoVbDLh .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uUauoVbDLh .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uUauoVbDLh .item-content {
  margin-top: 32px;
}
.cid-uUauoVbDLh .item-title {
  color: #303030;
}
.cid-uUauoVbDLh .mbr-text {
  margin-top: 11px;
  color: #454545;
}
.cid-uUauoVbDLh .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uUauoVbDLh .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-uUauoVbDLh .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uUauoVbDLh .item-text {
  color: #9b8db7;
}
.cid-uUauk7QSG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUauk7QSG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUauk7QSG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUauk7QSG0 .row {
  justify-content: space-between;
}
.cid-uUauk7QSG0 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUauk7QSG0 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUauk7QSG0 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUauk7QSG0 .mbr-label {
  color: #ea2375;
}
.cid-uUauk7QSG0 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUauk7QSG0 .mbr-text {
  color: #666666;
}
.cid-uUauk7QSG0 .mbr-text,
.cid-uUauk7QSG0 .mbr-section-btn {
  color: #454545;
}
.cid-uUauhWS0Bo {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUauhWS0Bo .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uUauhWS0Bo .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uUauhWS0Bo .row {
    row-gap: 40px;
  }
}
.cid-uUauhWS0Bo .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uUauhWS0Bo .mbr-section-title {
  color: #9b8db7;
}
.cid-uUauhWS0Bo .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-uUauhWS0Bo .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uUauhWS0Bo .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uUauhWS0Bo .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uUauhWS0Bo .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uUauhWS0Bo .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uUauhWS0Bo .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uUauhWS0Bo .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uUauhWS0Bo .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uUauhWS0Bo .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uUauhWS0Bo .item-content {
  margin-top: 32px;
}
.cid-uUauhWS0Bo .item-title {
  color: #303030;
}
.cid-uUauhWS0Bo .mbr-text {
  margin-top: 11px;
  color: #454545;
}
.cid-uUauhWS0Bo .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uUauhWS0Bo .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #9b8db7;
}
.cid-uUauhWS0Bo .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uUauhWS0Bo .item-text {
  color: #9b8db7;
}
.cid-uU9NxP4jtE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uU9NxP4jtE .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uU9NxP4jtE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uU9NxP4jtE .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uU9NxP4jtE .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uU9NxP4jtE .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uU9NxP4jtE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU9NxP4jtE .copyright > p {
  color: #707070;
}
.cid-uUCcNpz5pc .navbar-dropdown {
  position: relative !important;
}
.cid-uUCcNpz5pc .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uUCcNpz5pc .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUCcNpz5pc .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uUCcNpz5pc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUCcNpz5pc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUCcNpz5pc .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uUCcNpz5pc .dropdown-item:hover,
.cid-uUCcNpz5pc .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUCcNpz5pc .dropdown-item:hover span {
  color: white;
}
.cid-uUCcNpz5pc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUCcNpz5pc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUCcNpz5pc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUCcNpz5pc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUCcNpz5pc .nav-link {
  position: relative;
}
.cid-uUCcNpz5pc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUCcNpz5pc .container {
    flex-wrap: nowrap;
  }
}
.cid-uUCcNpz5pc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUCcNpz5pc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUCcNpz5pc .dropdown-menu,
.cid-uUCcNpz5pc .navbar.opened {
  background: #ffffff !important;
}
.cid-uUCcNpz5pc .nav-item:focus,
.cid-uUCcNpz5pc .nav-link:focus {
  outline: none;
}
.cid-uUCcNpz5pc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUCcNpz5pc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUCcNpz5pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUCcNpz5pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUCcNpz5pc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUCcNpz5pc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUCcNpz5pc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUCcNpz5pc .navbar.opened {
  transition: all 0.3s;
}
.cid-uUCcNpz5pc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUCcNpz5pc .navbar .navbar-logo img {
  width: auto;
}
.cid-uUCcNpz5pc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUCcNpz5pc .navbar.collapsed {
  justify-content: center;
}
.cid-uUCcNpz5pc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUCcNpz5pc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUCcNpz5pc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUCcNpz5pc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUCcNpz5pc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUCcNpz5pc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUCcNpz5pc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUCcNpz5pc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUCcNpz5pc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUCcNpz5pc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUCcNpz5pc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUCcNpz5pc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUCcNpz5pc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUCcNpz5pc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUCcNpz5pc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUCcNpz5pc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUCcNpz5pc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUCcNpz5pc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUCcNpz5pc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUCcNpz5pc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUCcNpz5pc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUCcNpz5pc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUCcNpz5pc .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUCcNpz5pc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUCcNpz5pc .navbar-brand .navbar-caption:hover,
.cid-uUCcNpz5pc .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUCcNpz5pc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUCcNpz5pc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUCcNpz5pc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUCcNpz5pc .dropdown-item.active,
.cid-uUCcNpz5pc .dropdown-item:active {
  background-color: transparent;
}
.cid-uUCcNpz5pc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUCcNpz5pc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUCcNpz5pc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUCcNpz5pc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUCcNpz5pc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUCcNpz5pc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUCcNpz5pc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUCcNpz5pc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUCcNpz5pc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUCcNpz5pc .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUCcNpz5pc .navbar-buttons {
    text-align: left;
  }
}
.cid-uUCcNpz5pc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUCcNpz5pc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUCcNpz5pc button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUCcNpz5pc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUCcNpz5pc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUCcNpz5pc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUCcNpz5pc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUCcNpz5pc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUCcNpz5pc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCcNpz5pc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUCcNpz5pc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUCcNpz5pc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUCcNpz5pc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUCcNpz5pc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUCcNpz5pc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUCcNpz5pc .navbar {
    height: 70px;
  }
  .cid-uUCcNpz5pc .navbar.opened {
    height: auto;
  }
  .cid-uUCcNpz5pc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUCcNpz5pc .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uUCcNpz5pc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUCcNpz5pc .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uUCcNpz5pc .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUCcNpz5pc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUCcNpz5pc .nav-item .nav-link:hover,
.cid-uUCcNpz5pc .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uUCcNpz5pc .nav-item .nav-link:hover::after,
.cid-uUCcNpz5pc .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUCcNpz5pc .nav-item .nav-link:hover::before,
.cid-uUCcNpz5pc .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUCcNpz5pc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUCcNpz5pc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUCcNpz5pc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUCcNpz5pc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUCcNpz5pc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUCcNpz5pc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUCcNpz5pc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUCcNpz5pc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUCcNpz5pc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUCcNpz5pc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUCcNpz5pc .content-wrap {
  min-height: 110px;
}
.cid-uUCcNqC8EC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCcNqC8EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNqC8EC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNqC8EC .row {
  justify-content: space-between;
}
.cid-uUCcNqC8EC .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUCcNqC8EC .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUCcNqC8EC .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUCcNqC8EC .mbr-label {
  color: #ea2375;
}
.cid-uUCcNqC8EC .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUCcNqC8EC .mbr-text {
  color: #666666;
}
.cid-uUCcNqC8EC .mbr-text,
.cid-uUCcNqC8EC .mbr-section-btn {
  color: #454545;
}
.cid-uUCcNr6zJk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCcNr6zJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNr6zJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNr6zJk .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNr6zJk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNr6zJk .mbr-name {
  color: #858585;
}
.cid-uUCcNr6zJk .mbr-text {
  color: #191c25;
}
.cid-uUCcNr6zJk .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNr6zJk .mbr-name,
.cid-uUCcNr6zJk .mbr-section-btn {
  color: #131419;
}
.cid-uUCcNrn7gT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNrn7gT .justify-content-center {
  align-items: center;
}
.cid-uUCcNrn7gT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNrn7gT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNrn7gT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUCcNrn7gT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUCcNrn7gT .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uUCcNrn7gT .content-head {
  max-width: 800px;
}
.cid-uUCcNrn7gT .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #131419;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e7eaec;
  height: 80px;
  border-radius: 50%;
}
.cid-uUCcNrn7gT .mbr-section-title {
  text-align: left;
}
.cid-uUCcNrKbW3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUCcNrKbW3 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUCcNrKbW3 img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUCcNrKbW3 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUCcNrKbW3 .mbr-section-title {
  color: #131419;
}
.cid-uUCcNrKbW3 .mbr-text {
  color: #454545;
}
.cid-uUCcNrKbW3 .mbr-description {
  color: #6c7577;
}
.cid-uUCcNrKbW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNrKbW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNs29AI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUCcNs29AI .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUCcNs29AI img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUCcNs29AI .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUCcNs29AI .mbr-section-title {
  color: #131419;
}
.cid-uUCcNs29AI .mbr-text {
  color: #454545;
}
.cid-uUCcNs29AI .mbr-description {
  color: #6c7577;
}
.cid-uUCcNs29AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNs29AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNskoth {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNskoth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNskoth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNskoth .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNskoth .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNskoth .mbr-name {
  color: #858585;
}
.cid-uUCcNskoth .mbr-text {
  color: #191c25;
}
.cid-uUCcNskoth .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNskoth .mbr-name,
.cid-uUCcNskoth .mbr-section-btn {
  color: #ea2375;
}
.cid-uUCcNsA6xE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNsA6xE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNsA6xE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNsA6xE .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNsA6xE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNsA6xE .mbr-name {
  color: #858585;
}
.cid-uUCcNsA6xE .mbr-text {
  color: #191c25;
}
.cid-uUCcNsA6xE .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNt7GMc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNt7GMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNt7GMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNt7GMc .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNt7GMc .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNt7GMc .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNt7GMc .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUCcNt7GMc .wrap {
  background: url("../../../assets/images/anaytics-2000x1676.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNt7GMc .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNt7GMc .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNt7GMc .mbr-text {
  color: #000000;
}
.cid-uUCcNt7GMc .mbr-text,
.cid-uUCcNt7GMc .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNtphMd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNtphMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNtphMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNtphMd .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNtphMd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNtphMd .mbr-name {
  color: #858585;
}
.cid-uUCcNtphMd .mbr-text {
  color: #191c25;
}
.cid-uUCcNtphMd .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNtGKZO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNtGKZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNtGKZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNtGKZO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNtGKZO .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNtGKZO .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNtGKZO .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUCcNtGKZO .wrap {
  background: url("../../../assets/images/research-stylist-1327x1072.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNtGKZO .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNtGKZO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNtGKZO .mbr-text {
  color: #000000;
}
.cid-uUCcNtGKZO .mbr-text,
.cid-uUCcNtGKZO .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNuhtjj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNuhtjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNuhtjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNuhtjj .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNuhtjj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNuhtjj .mbr-name {
  color: #858585;
}
.cid-uUCcNuhtjj .mbr-text {
  color: #191c25;
}
.cid-uUCcNuhtjj .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNuhtjj .mbr-name,
.cid-uUCcNuhtjj .mbr-section-btn {
  color: #ea2375;
}
.cid-uUCcNuvWwz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNuvWwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNuvWwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNuvWwz .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNuvWwz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNuvWwz .mbr-name {
  color: #858585;
}
.cid-uUCcNuvWwz .mbr-text {
  color: #191c25;
}
.cid-uUCcNuvWwz .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNuKTwP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUCcNuKTwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNuKTwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNuKTwP .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNuKTwP .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNuKTwP .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNuKTwP .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUCcNuKTwP .wrap {
  background: url("../../../assets/images/strategy-2000x1514.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNuKTwP .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNuKTwP .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNuKTwP .mbr-text {
  color: #000000;
}
.cid-uUCcNuKTwP .mbr-text,
.cid-uUCcNuKTwP .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNv1obq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCcNv1obq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNv1obq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNv1obq .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNv1obq .card-wrapper {
    padding: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNv1obq .card-wrapper {
    padding: 2.25rem;
    padding-top: 24rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNv1obq .card-wrapper {
    padding: 4rem;
    padding-top: 24rem;
    padding-bottom: 18rem;
  }
}
.cid-uUCcNv1obq .wrap {
  background: url("../../../assets/images/screen-shot-2020-08-22-at-6.57.49-pm-2000x1016.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNv1obq .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNv1obq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNv1obq .mbr-text {
  color: #000000;
}
.cid-uUCcNv1obq .mbr-text,
.cid-uUCcNv1obq .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNvWI6f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNvWI6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNvWI6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNvWI6f .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNvWI6f .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNvWI6f .mbr-name {
  color: #858585;
}
.cid-uUCcNvWI6f .mbr-text {
  color: #191c25;
}
.cid-uUCcNvWI6f .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNvWI6f .mbr-name,
.cid-uUCcNvWI6f .mbr-section-btn {
  color: #ea2375;
}
.cid-uUCcNwaRMC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNwaRMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNwaRMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNwaRMC .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNwaRMC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNwaRMC .mbr-name {
  color: #858585;
}
.cid-uUCcNwaRMC .mbr-text {
  color: #191c25;
}
.cid-uUCcNwaRMC .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNwsyPM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCcNwsyPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNwsyPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNwsyPM .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNwsyPM .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNwsyPM .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNwsyPM .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 3rem;
  }
}
.cid-uUCcNwsyPM .wrap {
  background: url("../../../assets/images/strategy2-1256x463.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNwsyPM .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNwsyPM .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNwsyPM .mbr-text {
  color: #000000;
}
.cid-uUCcNwsyPM .mbr-text,
.cid-uUCcNwsyPM .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNwKLjD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCcNwKLjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNwKLjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNwKLjD .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNwKLjD .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNwKLjD .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNwKLjD .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUCcNwKLjD .wrap {
  background: url("../../../assets/images/ecomm-1800x1302201-1800x1302.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNwKLjD .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNwKLjD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNwKLjD .mbr-text {
  color: #000000;
}
.cid-uUCcNwKLjD .mbr-text,
.cid-uUCcNwKLjD .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNwZjn3 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNwZjn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNwZjn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNwZjn3 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNwZjn3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNwZjn3 .mbr-name {
  color: #858585;
}
.cid-uUCcNwZjn3 .mbr-text {
  color: #191c25;
}
.cid-uUCcNwZjn3 .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNxfTSX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCcNxfTSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNxfTSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNxfTSX .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCcNxfTSX .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCcNxfTSX .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCcNxfTSX .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
}
.cid-uUCcNxfTSX .wrap {
  background: url("../../../assets/images/visual-design-1591x542.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCcNxfTSX .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCcNxfTSX .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCcNxfTSX .mbr-text {
  color: #000000;
}
.cid-uUCcNxfTSX .mbr-text,
.cid-uUCcNxfTSX .mbr-section-btn {
  color: #ffffff;
}
.cid-uUChDtKRkP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUChDtKRkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUChDtKRkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUChDtKRkP .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUChDtKRkP .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUChDtKRkP .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUChDtKRkP .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUChDtKRkP .wrap {
  background: url("../../../assets/images/web-2000x1389.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUChDtKRkP .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUChDtKRkP .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUChDtKRkP .mbr-text {
  color: #000000;
}
.cid-uUChDtKRkP .mbr-text,
.cid-uUChDtKRkP .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCcNxuces {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNxuces .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNxuces .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNxuces .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNxuces .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNxuces .mbr-name {
  color: #858585;
}
.cid-uUCcNxuces .mbr-text {
  color: #191c25;
}
.cid-uUCcNxuces .mbr-section-btn {
  text-align: center;
}
.cid-uUCj5T5jim {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCj5T5jim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCj5T5jim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCj5T5jim .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUCj5T5jim .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUCj5T5jim .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUCj5T5jim .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUCj5T5jim .wrap {
  background: url("../../../assets/images/builder-2000x1221.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUCj5T5jim .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUCj5T5jim .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUCj5T5jim .mbr-text {
  color: #000000;
}
.cid-uUCj5T5jim .mbr-text,
.cid-uUCj5T5jim .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCk8fNjVU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCk8fNjVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCk8fNjVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCk8fNjVU .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCk8fNjVU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCk8fNjVU .mbr-name {
  color: #858585;
}
.cid-uUCk8fNjVU .mbr-text {
  color: #191c25;
}
.cid-uUCk8fNjVU .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNyyuun {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUCcNyyuun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNyyuun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNyyuun .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNyyuun .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNyyuun .mbr-name {
  color: #858585;
}
.cid-uUCcNyyuun .mbr-text {
  color: #191c25;
}
.cid-uUCcNyyuun .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNyyuun .mbr-name,
.cid-uUCcNyyuun .mbr-section-btn {
  color: #ea2375;
}
.cid-uUCcNyQ89Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNyQ89Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNyQ89Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNyQ89Y .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNyQ89Y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNyQ89Y .mbr-name {
  color: #858585;
}
.cid-uUCcNyQ89Y .mbr-text {
  color: #191c25;
}
.cid-uUCcNyQ89Y .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNz4sTn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNz4sTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNz4sTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNz4sTn .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUCcNz4sTn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUCcNz4sTn .mbr-name {
  color: #858585;
}
.cid-uUCcNz4sTn .mbr-text {
  color: #191c25;
}
.cid-uUCcNz4sTn .mbr-section-btn {
  text-align: center;
}
.cid-uUCcNzCPq0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUCcNzCPq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNzCPq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUCcNzCPq0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUCcNzCPq0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUCcNzCPq0 .items-wrapper {
  margin: 0 -75px;
}
.cid-uUCcNzCPq0 .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uUCcNzCPq0 .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uUCcNzCPq0 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUCcNzCPq0 .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uUCcNzCPq0 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUCcNzCPq0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUCcNzCPq0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUCcNzCPq0 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUCcNzCPq0 .card-number {
  color: #0f0f0f;
}
.cid-uUCcNzCPq0 .card-title {
  color: #666666;
}
.cid-uUCcNAgdAW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUCcNAgdAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCcNAgdAW .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-uUCcNAgdAW .container {
    padding: 0 24px;
  }
}
.cid-uUCcNAgdAW .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUCcNAgdAW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUCcNAgdAW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUCcNAgdAW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uUCcNAgdAW .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uUCcNAgdAW .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uUCcNAgdAW .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uUCcNAgdAW .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uUCcNAgdAW .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uUCcNAgdAW .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uUCcNAgdAW .mbr-section-title,
.cid-uUCcNAgdAW .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uUCcNAzN8Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUCcNAzN8Z .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uUCcNAzN8Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUCcNAzN8Z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUCcNAzN8Z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uUCcNAzN8Z .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uUCcNAzN8Z .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uUCcNAzN8Z .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uUCcNAzN8Z .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUCcNAzN8Z .copyright > p {
  color: #707070;
}
.cid-uUEhen80je .navbar-dropdown {
  position: relative !important;
}
.cid-uUEhen80je .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uUEhen80je .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUEhen80je .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uUEhen80je .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUEhen80je .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUEhen80je .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uUEhen80je .dropdown-item:hover,
.cid-uUEhen80je .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUEhen80je .dropdown-item:hover span {
  color: white;
}
.cid-uUEhen80je .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUEhen80je .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUEhen80je .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUEhen80je .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUEhen80je .nav-link {
  position: relative;
}
.cid-uUEhen80je .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUEhen80je .container {
    flex-wrap: nowrap;
  }
}
.cid-uUEhen80je .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUEhen80je .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUEhen80je .dropdown-menu,
.cid-uUEhen80je .navbar.opened {
  background: #ffffff !important;
}
.cid-uUEhen80je .nav-item:focus,
.cid-uUEhen80je .nav-link:focus {
  outline: none;
}
.cid-uUEhen80je .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUEhen80je .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUEhen80je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUEhen80je .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUEhen80je .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUEhen80je .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUEhen80je .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUEhen80je .navbar.opened {
  transition: all 0.3s;
}
.cid-uUEhen80je .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUEhen80je .navbar .navbar-logo img {
  width: auto;
}
.cid-uUEhen80je .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUEhen80je .navbar.collapsed {
  justify-content: center;
}
.cid-uUEhen80je .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUEhen80je .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUEhen80je .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUEhen80je .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUEhen80je .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUEhen80je .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUEhen80je .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUEhen80je .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUEhen80je .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUEhen80je .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUEhen80je .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUEhen80je .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUEhen80je .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUEhen80je .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUEhen80je .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUEhen80je .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUEhen80je .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUEhen80je .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUEhen80je .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUEhen80je .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUEhen80je .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUEhen80je .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUEhen80je .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUEhen80je .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUEhen80je .navbar-brand .navbar-caption:hover,
.cid-uUEhen80je .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUEhen80je .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUEhen80je .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUEhen80je .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUEhen80je .dropdown-item.active,
.cid-uUEhen80je .dropdown-item:active {
  background-color: transparent;
}
.cid-uUEhen80je .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUEhen80je .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUEhen80je .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUEhen80je .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUEhen80je .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUEhen80je .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUEhen80je .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUEhen80je ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUEhen80je ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUEhen80je .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUEhen80je .navbar-buttons {
    text-align: left;
  }
}
.cid-uUEhen80je .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUEhen80je .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUEhen80je button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUEhen80je button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUEhen80je button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUEhen80je button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUEhen80je button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUEhen80je button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUEhen80je nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUEhen80je nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUEhen80je nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUEhen80je nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUEhen80je .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUEhen80je a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUEhen80je .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUEhen80je .navbar {
    height: 70px;
  }
  .cid-uUEhen80je .navbar.opened {
    height: auto;
  }
  .cid-uUEhen80je .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUEhen80je .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uUEhen80je .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUEhen80je .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uUEhen80je .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUEhen80je .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUEhen80je .nav-item .nav-link:hover,
.cid-uUEhen80je .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uUEhen80je .nav-item .nav-link:hover::after,
.cid-uUEhen80je .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUEhen80je .nav-item .nav-link:hover::before,
.cid-uUEhen80je .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUEhen80je .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUEhen80je .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUEhen80je .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUEhen80je .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUEhen80je .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUEhen80je .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUEhen80je .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUEhen80je .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUEhen80je .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUEhen80je .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUEhen80je .content-wrap {
  min-height: 110px;
}
.cid-uUEhenOzYB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUEhenOzYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhenOzYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhenOzYB .row {
  justify-content: space-between;
}
.cid-uUEhenOzYB .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUEhenOzYB .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUEhenOzYB .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUEhenOzYB .mbr-label {
  color: #ea2375;
}
.cid-uUEhenOzYB .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUEhenOzYB .mbr-text {
  color: #666666;
}
.cid-uUEhenOzYB .mbr-text,
.cid-uUEhenOzYB .mbr-section-btn {
  color: #454545;
}
.cid-uUEheo0LMW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUEheo0LMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheo0LMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheo0LMW .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheo0LMW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheo0LMW .mbr-name {
  color: #858585;
}
.cid-uUEheo0LMW .mbr-text {
  color: #191c25;
}
.cid-uUEheo0LMW .mbr-section-btn {
  text-align: center;
}
.cid-uUEheo0LMW .mbr-name,
.cid-uUEheo0LMW .mbr-section-btn {
  color: #131419;
}
.cid-uUEheobfX6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheobfX6 .justify-content-center {
  align-items: center;
}
.cid-uUEheobfX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheobfX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheobfX6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUEheobfX6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUEheobfX6 .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uUEheobfX6 .content-head {
  max-width: 800px;
}
.cid-uUEheobfX6 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #131419;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e7eaec;
  height: 80px;
  border-radius: 50%;
}
.cid-uUEheobfX6 .mbr-section-title {
  text-align: left;
}
.cid-uUEheovGIM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUEheovGIM .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUEheovGIM img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUEheovGIM .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUEheovGIM .mbr-section-title {
  color: #131419;
}
.cid-uUEheovGIM .mbr-text {
  color: #454545;
}
.cid-uUEheovGIM .mbr-description {
  color: #6c7577;
}
.cid-uUEheovGIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheovGIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheoGcyu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUEheoGcyu .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUEheoGcyu img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUEheoGcyu .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUEheoGcyu .mbr-section-title {
  color: #131419;
}
.cid-uUEheoGcyu .mbr-text {
  color: #454545;
}
.cid-uUEheoGcyu .mbr-description {
  color: #6c7577;
}
.cid-uUEheoGcyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheoGcyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheoQN0b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEheoQN0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheoQN0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheoQN0b .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheoQN0b .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheoQN0b .mbr-name {
  color: #858585;
}
.cid-uUEheoQN0b .mbr-text {
  color: #191c25;
}
.cid-uUEheoQN0b .mbr-section-btn {
  text-align: center;
}
.cid-uUEheoQN0b .mbr-name,
.cid-uUEheoQN0b .mbr-section-btn {
  color: #ea2375;
}
.cid-uUEheoXoHq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheoXoHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheoXoHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheoXoHq .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheoXoHq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheoXoHq .mbr-name {
  color: #858585;
}
.cid-uUEheoXoHq .mbr-text {
  color: #191c25;
}
.cid-uUEheoXoHq .mbr-section-btn {
  text-align: center;
}
.cid-uUEhep5NAK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEhep5NAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhep5NAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhep5NAK .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEhep5NAK .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEhep5NAK .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 21rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEhep5NAK .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 21rem;
  }
}
.cid-uUEhep5NAK .wrap {
  background: url("../../../assets/images/persona-3-1446x1067.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEhep5NAK .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEhep5NAK .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEhep5NAK .mbr-text {
  color: #000000;
}
.cid-uUEhep5NAK .mbr-text,
.cid-uUEhep5NAK .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEhepfcNp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEhepfcNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhepfcNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhepfcNp .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEhepfcNp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEhepfcNp .mbr-name {
  color: #858585;
}
.cid-uUEhepfcNp .mbr-text {
  color: #191c25;
}
.cid-uUEhepfcNp .mbr-section-btn {
  text-align: center;
}
.cid-uUEhepmpjj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEhepmpjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhepmpjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhepmpjj .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEhepmpjj .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEhepmpjj .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEhepmpjj .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUEhepmpjj .wrap {
  background: url("../../../assets/images/plan-2-1223x960.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEhepmpjj .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEhepmpjj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEhepmpjj .mbr-text {
  color: #000000;
}
.cid-uUEhepmpjj .mbr-text,
.cid-uUEhepmpjj .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEhepuKdj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEhepuKdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhepuKdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhepuKdj .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEhepuKdj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEhepuKdj .mbr-name {
  color: #858585;
}
.cid-uUEhepuKdj .mbr-text {
  color: #191c25;
}
.cid-uUEhepuKdj .mbr-section-btn {
  text-align: center;
}
.cid-uUEhepuKdj .mbr-name,
.cid-uUEhepuKdj .mbr-section-btn {
  color: #ea2375;
}
.cid-uUEhepDfCr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEhepDfCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhepDfCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhepDfCr .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEhepDfCr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEhepDfCr .mbr-name {
  color: #858585;
}
.cid-uUEhepDfCr .mbr-text {
  color: #191c25;
}
.cid-uUEhepDfCr .mbr-section-btn {
  text-align: center;
}
.cid-uUEhepNttA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUEhepNttA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhepNttA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhepNttA .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEhepNttA .card-wrapper {
    padding: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEhepNttA .card-wrapper {
    padding: 2.25rem;
    padding-top: 15rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEhepNttA .card-wrapper {
    padding: 4rem;
    padding-top: 15rem;
    padding-bottom: 30rem;
  }
}
.cid-uUEhepNttA .wrap {
  background: url("../../../assets/images/features-1364x767.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEhepNttA .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEhepNttA .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEhepNttA .mbr-text {
  color: #000000;
}
.cid-uUEhepNttA .mbr-text,
.cid-uUEhepNttA .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEjAEoGrR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEjAEoGrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEjAEoGrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEjAEoGrR .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEjAEoGrR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEjAEoGrR .mbr-name {
  color: #858585;
}
.cid-uUEjAEoGrR .mbr-text {
  color: #191c25;
}
.cid-uUEjAEoGrR .mbr-section-btn {
  text-align: center;
}
.cid-uUEjGBv489 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUEjGBv489 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEjGBv489 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEjGBv489 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEjGBv489 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEjGBv489 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEjGBv489 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUEjGBv489 .wrap {
  background: url("../../../assets/images/map-2000x1853.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEjGBv489 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEjGBv489 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEjGBv489 .mbr-text {
  color: #000000;
}
.cid-uUEjGBv489 .mbr-text,
.cid-uUEjGBv489 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEheq3MMD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEheq3MMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheq3MMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheq3MMD .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheq3MMD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheq3MMD .mbr-name {
  color: #858585;
}
.cid-uUEheq3MMD .mbr-text {
  color: #191c25;
}
.cid-uUEheq3MMD .mbr-section-btn {
  text-align: center;
}
.cid-uUEheq3MMD .mbr-name,
.cid-uUEheq3MMD .mbr-section-btn {
  color: #ea2375;
}
.cid-uUEheqcBhG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheqcBhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheqcBhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheqcBhG .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheqcBhG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheqcBhG .mbr-name {
  color: #858585;
}
.cid-uUEheqcBhG .mbr-text {
  color: #191c25;
}
.cid-uUEheqcBhG .mbr-section-btn {
  text-align: center;
}
.cid-uUEheqjEdO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUEheqjEdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheqjEdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheqjEdO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEheqjEdO .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEheqjEdO .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEheqjEdO .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 3rem;
  }
}
.cid-uUEheqjEdO .wrap {
  background: url("../../../assets/images/wires-4-2000x817.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEheqjEdO .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEheqjEdO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEheqjEdO .mbr-text {
  color: #000000;
}
.cid-uUEheqjEdO .mbr-text,
.cid-uUEheqjEdO .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEheqHK7Z {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheqHK7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheqHK7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheqHK7Z .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheqHK7Z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheqHK7Z .mbr-name {
  color: #858585;
}
.cid-uUEheqHK7Z .mbr-text {
  color: #191c25;
}
.cid-uUEheqHK7Z .mbr-section-btn {
  text-align: center;
}
.cid-uUEheqS6iB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheqS6iB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheqS6iB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheqS6iB .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUEheqS6iB .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUEheqS6iB .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUEheqS6iB .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUEheqS6iB .wrap {
  background: url("../../../assets/images/high-fi1-2000x1160.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUEheqS6iB .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUEheqS6iB .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUEheqS6iB .mbr-text {
  color: #000000;
}
.cid-uUEheqS6iB .mbr-text,
.cid-uUEheqS6iB .mbr-section-btn {
  color: #ffffff;
}
.cid-uUEheripkE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEheripkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEheripkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEheripkE .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEheripkE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEheripkE .mbr-name {
  color: #858585;
}
.cid-uUEheripkE .mbr-text {
  color: #191c25;
}
.cid-uUEheripkE .mbr-section-btn {
  text-align: center;
}
.cid-uUEkU03Qep {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEkU03Qep .mbr-media {
  position: relative;
}
.cid-uUEkU03Qep .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-uUEkU03Qep .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.cid-uUEkU03Qep .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1rem;
  border-radius: 50%;
}
.cid-uUEkU03Qep a {
  background-image: none !important;
}
.cid-uUEkU03Qep .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUEkU03Qep .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUEkU03Qep .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUEkU03Qep .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-uUEkU03Qep .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUEkU03Qep .mbr-section-title {
  color: #20202a;
}
.cid-uUEherAaVH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEherAaVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEherAaVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEherAaVH .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEherAaVH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEherAaVH .mbr-name {
  color: #858585;
}
.cid-uUEherAaVH .mbr-text {
  color: #191c25;
}
.cid-uUEherAaVH .mbr-section-btn {
  text-align: center;
}
.cid-uUEherLBiG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUEherLBiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEherLBiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEherLBiG .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEherLBiG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEherLBiG .mbr-name {
  color: #858585;
}
.cid-uUEherLBiG .mbr-text {
  color: #191c25;
}
.cid-uUEherLBiG .mbr-section-btn {
  text-align: center;
}
.cid-uUEherLBiG .mbr-name,
.cid-uUEherLBiG .mbr-section-btn {
  color: #ea2375;
}
.cid-uUEherSVy7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEherSVy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEherSVy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEherSVy7 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEherSVy7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEherSVy7 .mbr-name {
  color: #858585;
}
.cid-uUEherSVy7 .mbr-text {
  color: #191c25;
}
.cid-uUEherSVy7 .mbr-section-btn {
  text-align: center;
}
.cid-uUEhes2WSJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEhes2WSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhes2WSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUEhes2WSJ .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUEhes2WSJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUEhes2WSJ .mbr-name {
  color: #858585;
}
.cid-uUEhes2WSJ .mbr-text {
  color: #191c25;
}
.cid-uUEhes2WSJ .mbr-section-btn {
  text-align: center;
}
.cid-uUEhesoLZw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUEhesoLZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUEhesoLZw .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-uUEhesoLZw .container {
    padding: 0 24px;
  }
}
.cid-uUEhesoLZw .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUEhesoLZw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUEhesoLZw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUEhesoLZw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uUEhesoLZw .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uUEhesoLZw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uUEhesoLZw .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uUEhesoLZw .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uUEhesoLZw .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uUEhesoLZw .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uUEhesoLZw .mbr-section-title,
.cid-uUEhesoLZw .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uUEhesFdrL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUEhesFdrL .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uUEhesFdrL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUEhesFdrL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUEhesFdrL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uUEhesFdrL .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uUEhesFdrL .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uUEhesFdrL .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uUEhesFdrL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUEhesFdrL .copyright > p {
  color: #707070;
}
.cid-uUJ0blDNuj .navbar-dropdown {
  position: relative !important;
}
.cid-uUJ0blDNuj .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uUJ0blDNuj .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUJ0blDNuj .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uUJ0blDNuj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJ0blDNuj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUJ0blDNuj .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uUJ0blDNuj .dropdown-item:hover,
.cid-uUJ0blDNuj .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUJ0blDNuj .dropdown-item:hover span {
  color: white;
}
.cid-uUJ0blDNuj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUJ0blDNuj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUJ0blDNuj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUJ0blDNuj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUJ0blDNuj .nav-link {
  position: relative;
}
.cid-uUJ0blDNuj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUJ0blDNuj .container {
    flex-wrap: nowrap;
  }
}
.cid-uUJ0blDNuj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUJ0blDNuj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUJ0blDNuj .dropdown-menu,
.cid-uUJ0blDNuj .navbar.opened {
  background: #ffffff !important;
}
.cid-uUJ0blDNuj .nav-item:focus,
.cid-uUJ0blDNuj .nav-link:focus {
  outline: none;
}
.cid-uUJ0blDNuj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUJ0blDNuj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUJ0blDNuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUJ0blDNuj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUJ0blDNuj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUJ0blDNuj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUJ0blDNuj .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUJ0blDNuj .navbar.opened {
  transition: all 0.3s;
}
.cid-uUJ0blDNuj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUJ0blDNuj .navbar .navbar-logo img {
  width: auto;
}
.cid-uUJ0blDNuj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUJ0blDNuj .navbar.collapsed {
  justify-content: center;
}
.cid-uUJ0blDNuj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUJ0blDNuj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUJ0blDNuj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUJ0blDNuj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUJ0blDNuj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUJ0blDNuj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUJ0blDNuj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUJ0blDNuj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUJ0blDNuj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUJ0blDNuj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUJ0blDNuj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUJ0blDNuj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUJ0blDNuj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUJ0blDNuj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUJ0blDNuj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUJ0blDNuj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUJ0blDNuj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUJ0blDNuj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUJ0blDNuj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUJ0blDNuj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUJ0blDNuj .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUJ0blDNuj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUJ0blDNuj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUJ0blDNuj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUJ0blDNuj .navbar-brand .navbar-caption:hover,
.cid-uUJ0blDNuj .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUJ0blDNuj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUJ0blDNuj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUJ0blDNuj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUJ0blDNuj .dropdown-item.active,
.cid-uUJ0blDNuj .dropdown-item:active {
  background-color: transparent;
}
.cid-uUJ0blDNuj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUJ0blDNuj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUJ0blDNuj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUJ0blDNuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUJ0blDNuj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUJ0blDNuj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUJ0blDNuj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUJ0blDNuj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUJ0blDNuj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUJ0blDNuj .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUJ0blDNuj .navbar-buttons {
    text-align: left;
  }
}
.cid-uUJ0blDNuj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUJ0blDNuj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUJ0blDNuj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUJ0blDNuj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUJ0blDNuj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUJ0blDNuj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUJ0blDNuj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUJ0blDNuj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUJ0blDNuj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ0blDNuj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUJ0blDNuj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUJ0blDNuj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUJ0blDNuj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUJ0blDNuj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUJ0blDNuj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUJ0blDNuj .navbar {
    height: 70px;
  }
  .cid-uUJ0blDNuj .navbar.opened {
    height: auto;
  }
  .cid-uUJ0blDNuj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUJ0blDNuj .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uUJ0blDNuj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUJ0blDNuj .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uUJ0blDNuj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUJ0blDNuj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uUJ0blDNuj .nav-item .nav-link:hover,
.cid-uUJ0blDNuj .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uUJ0blDNuj .nav-item .nav-link:hover::after,
.cid-uUJ0blDNuj .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUJ0blDNuj .nav-item .nav-link:hover::before,
.cid-uUJ0blDNuj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUJ0blDNuj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUJ0blDNuj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUJ0blDNuj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUJ0blDNuj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUJ0blDNuj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUJ0blDNuj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUJ0blDNuj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUJ0blDNuj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUJ0blDNuj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUJ0blDNuj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUJ0blDNuj .content-wrap {
  min-height: 110px;
}
.cid-uUJ0bmzp8C {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUJ0bmzp8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bmzp8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bmzp8C .row {
  justify-content: space-between;
}
.cid-uUJ0bmzp8C .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uUJ0bmzp8C .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUJ0bmzp8C .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uUJ0bmzp8C .mbr-label {
  color: #ea2375;
}
.cid-uUJ0bmzp8C .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUJ0bmzp8C .mbr-text {
  color: #666666;
}
.cid-uUJ0bmzp8C .mbr-text,
.cid-uUJ0bmzp8C .mbr-section-btn {
  color: #454545;
}
.cid-uUJ0bn0IPP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUJ0bn0IPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bn0IPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bn0IPP .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bn0IPP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bn0IPP .mbr-name {
  color: #858585;
}
.cid-uUJ0bn0IPP .mbr-text {
  color: #191c25;
}
.cid-uUJ0bn0IPP .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bn0IPP .mbr-name,
.cid-uUJ0bn0IPP .mbr-section-btn {
  color: #131419;
}
.cid-uUJ0bnjeKO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bnjeKO .justify-content-center {
  align-items: center;
}
.cid-uUJ0bnjeKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bnjeKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bnjeKO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUJ0bnjeKO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUJ0bnjeKO .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uUJ0bnjeKO .content-head {
  max-width: 800px;
}
.cid-uUJ0bnjeKO .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #131419;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e7eaec;
  height: 80px;
  border-radius: 50%;
}
.cid-uUJ0bnjeKO .mbr-section-title {
  text-align: left;
}
.cid-uUJ0bnHWpn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUJ0bnHWpn .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUJ0bnHWpn img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUJ0bnHWpn .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUJ0bnHWpn .mbr-section-title {
  color: #131419;
}
.cid-uUJ0bnHWpn .mbr-text {
  color: #454545;
}
.cid-uUJ0bnHWpn .mbr-description {
  color: #6c7577;
}
.cid-uUJ0bnHWpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bnHWpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bnYZYP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uUJ0bnYZYP .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uUJ0bnYZYP img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uUJ0bnYZYP .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uUJ0bnYZYP .mbr-section-title {
  color: #131419;
}
.cid-uUJ0bnYZYP .mbr-text {
  color: #454545;
}
.cid-uUJ0bnYZYP .mbr-description {
  color: #6c7577;
}
.cid-uUJ0bnYZYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bnYZYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bogo0T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ0bogo0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bogo0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bogo0T .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bogo0T .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bogo0T .mbr-name {
  color: #858585;
}
.cid-uUJ0bogo0T .mbr-text {
  color: #191c25;
}
.cid-uUJ0bogo0T .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bogo0T .mbr-name,
.cid-uUJ0bogo0T .mbr-section-btn {
  color: #ea2375;
}
.cid-uUJ0boxip5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0boxip5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0boxip5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0boxip5 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0boxip5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0boxip5 .mbr-name {
  color: #858585;
}
.cid-uUJ0boxip5 .mbr-text {
  color: #191c25;
}
.cid-uUJ0boxip5 .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0boOt49 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0boOt49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0boOt49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0boOt49 .mbr-text {
  color: #454545;
}
.cid-uUJ0boOt49 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUJ0boOt49 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUJ0bp7593 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ0bp7593 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bp7593 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bp7593 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0bp7593 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0bp7593 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0bp7593 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUJ0bp7593 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at2012.27.05e280afpm-2000x1147.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0bp7593 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0bp7593 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0bp7593 .mbr-text {
  color: #000000;
}
.cid-uUJ0bp7593 .mbr-text,
.cid-uUJ0bp7593 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ7Gb5tfS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ7Gb5tfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ7Gb5tfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ7Gb5tfS .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ7Gb5tfS .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ7Gb5tfS .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ7Gb5tfS .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUJ7Gb5tfS .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at2012.27.22e280afpm-2000x981.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ7Gb5tfS .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ7Gb5tfS .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ7Gb5tfS .mbr-text {
  color: #000000;
}
.cid-uUJ7Gb5tfS .mbr-text,
.cid-uUJ7Gb5tfS .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0bqsM3V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ0bqsM3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bqsM3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bqsM3V .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bqsM3V .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bqsM3V .mbr-name {
  color: #858585;
}
.cid-uUJ0bqsM3V .mbr-text {
  color: #191c25;
}
.cid-uUJ0bqsM3V .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bqsM3V .mbr-name,
.cid-uUJ0bqsM3V .mbr-section-btn {
  color: #ea2375;
}
.cid-uUJ0bqMHrZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bqMHrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bqMHrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bqMHrZ .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bqMHrZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bqMHrZ .mbr-name {
  color: #858585;
}
.cid-uUJ0bqMHrZ .mbr-text {
  color: #191c25;
}
.cid-uUJ0bqMHrZ .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0br2LTy {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUJ0br2LTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0br2LTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0br2LTy .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0br2LTy .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0br2LTy .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0br2LTy .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUJ0br2LTy .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.09.00e280afpm-2000x1047.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0br2LTy .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0br2LTy .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0br2LTy .mbr-text {
  color: #000000;
}
.cid-uUJ0br2LTy .mbr-text,
.cid-uUJ0br2LTy .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0brkbR3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUJ0brkbR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0brkbR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0brkbR3 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0brkbR3 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0brkbR3 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0brkbR3 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uUJ0brkbR3 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.09.42e280afpm-2000x994.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0brkbR3 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0brkbR3 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0brkbR3 .mbr-text {
  color: #000000;
}
.cid-uUJ0brkbR3 .mbr-text,
.cid-uUJ0brkbR3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJxMiJqvG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJxMiJqvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJxMiJqvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJxMiJqvG .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJxMiJqvG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJxMiJqvG .mbr-name {
  color: #858585;
}
.cid-uUJxMiJqvG .mbr-text {
  color: #191c25;
}
.cid-uUJxMiJqvG .mbr-section-btn {
  text-align: center;
}
.cid-uUJyV1Ym4j {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUJyV1Ym4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJyV1Ym4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJyV1Ym4j .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJyV1Ym4j .card-wrapper {
    padding: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJyV1Ym4j .card-wrapper {
    padding: 2.25rem;
    padding-top: 12rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJyV1Ym4j .card-wrapper {
    padding: 4rem;
    padding-top: 12rem;
    padding-bottom: 18rem;
  }
}
.cid-uUJyV1Ym4j .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.11.22e280afpm-2000x717.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJyV1Ym4j .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJyV1Ym4j .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJyV1Ym4j .mbr-text {
  color: #000000;
}
.cid-uUJyV1Ym4j .mbr-text,
.cid-uUJyV1Ym4j .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0bsch8E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ0bsch8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bsch8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bsch8E .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bsch8E .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bsch8E .mbr-name {
  color: #858585;
}
.cid-uUJ0bsch8E .mbr-text {
  color: #191c25;
}
.cid-uUJ0bsch8E .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bsch8E .mbr-name,
.cid-uUJ0bsch8E .mbr-section-btn {
  color: #ea2375;
}
.cid-uUJ0bsuC5I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bsuC5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bsuC5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bsuC5I .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bsuC5I .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bsuC5I .mbr-name {
  color: #858585;
}
.cid-uUJ0bsuC5I .mbr-text {
  color: #191c25;
}
.cid-uUJ0bsuC5I .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bsLVEg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUJ0bsLVEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bsLVEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bsLVEg .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0bsLVEg .card-wrapper {
    padding: 1.5rem;
    padding-top: 13.5rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0bsLVEg .card-wrapper {
    padding: 2.25rem;
    padding-top: 27rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0bsLVEg .card-wrapper {
    padding: 4rem;
    padding-top: 27rem;
    padding-bottom: 30rem;
  }
}
.cid-uUJ0bsLVEg .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.34.55e280afpm-2000x1821.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0bsLVEg .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0bsLVEg .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0bsLVEg .mbr-text {
  color: #000000;
}
.cid-uUJ0bsLVEg .mbr-text,
.cid-uUJ0bsLVEg .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0bt3MxE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUJ0bt3MxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bt3MxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bt3MxE .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0bt3MxE .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0bt3MxE .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0bt3MxE .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 30rem;
  }
}
.cid-uUJ0bt3MxE .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.35.16e280afpm-1630x1238.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0bt3MxE .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0bt3MxE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0bt3MxE .mbr-text {
  color: #000000;
}
.cid-uUJ0bt3MxE .mbr-text,
.cid-uUJ0bt3MxE .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJGom56FQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJGom56FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJGom56FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJGom56FQ .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJGom56FQ .card-wrapper {
    padding: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJGom56FQ .card-wrapper {
    padding: 2.25rem;
    padding-top: 15rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJGom56FQ .card-wrapper {
    padding: 4rem;
    padding-top: 15rem;
    padding-bottom: 30rem;
  }
}
.cid-uUJGom56FQ .wrap {
  background: url("../../../assets/images/frame2073-2000x1196.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJGom56FQ .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJGom56FQ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJGom56FQ .mbr-text {
  color: #000000;
}
.cid-uUJGom56FQ .mbr-text,
.cid-uUJGom56FQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uUPp4kQ9kq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUPp4kQ9kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPp4kQ9kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPp4kQ9kq .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUPp4kQ9kq .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUPp4kQ9kq .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUPp4kQ9kq .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uUPp4kQ9kq .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.35.51e280afpm-2000x1844.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUPp4kQ9kq .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUPp4kQ9kq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUPp4kQ9kq .mbr-text {
  color: #000000;
}
.cid-uUPp4kQ9kq .mbr-text,
.cid-uUPp4kQ9kq .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0btltso {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0btltso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0btltso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0btltso .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0btltso .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0btltso .mbr-name {
  color: #858585;
}
.cid-uUJ0btltso .mbr-text {
  color: #191c25;
}
.cid-uUJ0btltso .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0btFaRF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUJ0btFaRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0btFaRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0btFaRF .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUJ0btFaRF .card-wrapper {
    padding: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUJ0btFaRF .card-wrapper {
    padding: 2.25rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uUJ0btFaRF .card-wrapper {
    padding: 4rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
.cid-uUJ0btFaRF .wrap {
  background: url("../../../assets/images/frame2059-2000x1287.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUJ0btFaRF .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUJ0btFaRF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUJ0btFaRF .mbr-text {
  color: #000000;
}
.cid-uUJ0btFaRF .mbr-text,
.cid-uUJ0btFaRF .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0btXhg3 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0btXhg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0btXhg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0btXhg3 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0btXhg3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0btXhg3 .mbr-name {
  color: #858585;
}
.cid-uUJ0btXhg3 .mbr-text {
  color: #191c25;
}
.cid-uUJ0btXhg3 .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0buxiKP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0buxiKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0buxiKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0buxiKP .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0buxiKP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0buxiKP .mbr-name {
  color: #858585;
}
.cid-uUJ0buxiKP .mbr-text {
  color: #191c25;
}
.cid-uUJ0buxiKP .mbr-section-btn {
  text-align: center;
}
.cid-uUPoWew0k0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUPoWew0k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPoWew0k0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPoWew0k0 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUPoWew0k0 .card-wrapper {
    padding: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUPoWew0k0 .card-wrapper {
    padding: 2.25rem;
    padding-top: 15rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 992px) {
  .cid-uUPoWew0k0 .card-wrapper {
    padding: 4rem;
    padding-top: 15rem;
    padding-bottom: 24rem;
  }
}
.cid-uUPoWew0k0 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2420at202.17.09e280afpm201201-1280x760.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUPoWew0k0 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUPoWew0k0 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUPoWew0k0 .mbr-text {
  color: #000000;
}
.cid-uUPoWew0k0 .mbr-text,
.cid-uUPoWew0k0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUPqktx5g3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUPqktx5g3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPqktx5g3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPqktx5g3 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUPqktx5g3 .card-wrapper {
    padding: 1.5rem;
    padding-top: 7.5rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUPqktx5g3 .card-wrapper {
    padding: 2.25rem;
    padding-top: 15rem;
    padding-bottom: 24rem;
  }
}
@media (min-width: 992px) {
  .cid-uUPqktx5g3 .card-wrapper {
    padding: 4rem;
    padding-top: 15rem;
    padding-bottom: 24rem;
  }
}
.cid-uUPqktx5g3 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2320at202.37.48e280afpm201-1282x662.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uUPqktx5g3 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uUPqktx5g3 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUPqktx5g3 .mbr-text {
  color: #000000;
}
.cid-uUPqktx5g3 .mbr-text,
.cid-uUPqktx5g3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUJ0bv6pUN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUJ0bv6pUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bv6pUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bv6pUN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bv6pUN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bv6pUN .mbr-name {
  color: #858585;
}
.cid-uUJ0bv6pUN .mbr-text {
  color: #191c25;
}
.cid-uUJ0bv6pUN .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bv6pUN .mbr-name,
.cid-uUJ0bv6pUN .mbr-section-btn {
  color: #ea2375;
}
.cid-uUJ0bvpEQw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bvpEQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bvpEQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bvpEQw .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bvpEQw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bvpEQw .mbr-name {
  color: #858585;
}
.cid-uUJ0bvpEQw .mbr-text {
  color: #191c25;
}
.cid-uUJ0bvpEQw .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bvG50J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bvG50J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bvG50J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bvG50J .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bvG50J .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bvG50J .mbr-name {
  color: #858585;
}
.cid-uUJ0bvG50J .mbr-text {
  color: #191c25;
}
.cid-uUJ0bvG50J .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bvXHkj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bvXHkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bvXHkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bvXHkj .row {
  flex-direction: row-reverse;
}
.cid-uUPtnmjGb7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUPtnmjGb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUPtnmjGb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUPtnmjGb7 .row {
  flex-direction: row-reverse;
}
.cid-uUJ0bwiDjw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUJ0bwiDjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bwiDjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bwiDjw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUJ0bwiDjw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUJ0bwiDjw .items-wrapper {
  margin: 0 -75px;
}
.cid-uUJ0bwiDjw .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uUJ0bwiDjw .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uUJ0bwiDjw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uUJ0bwiDjw .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uUJ0bwiDjw .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uUJ0bwiDjw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uUJ0bwiDjw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUJ0bwiDjw .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUJ0bwiDjw .card-number {
  color: #0f0f0f;
}
.cid-uUJ0bwiDjw .card-title {
  color: #666666;
}
.cid-uUJ0bwC8GV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUJ0bwC8GV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bwC8GV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUJ0bwC8GV .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uUJ0bwC8GV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUJ0bwC8GV .mbr-name {
  color: #858585;
}
.cid-uUJ0bwC8GV .mbr-text {
  color: #191c25;
}
.cid-uUJ0bwC8GV .mbr-section-btn {
  text-align: center;
}
.cid-uUJ0bwTxfE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uUJ0bwTxfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUJ0bwTxfE .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-uUJ0bwTxfE .container {
    padding: 0 24px;
  }
}
.cid-uUJ0bwTxfE .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUJ0bwTxfE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUJ0bwTxfE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uUJ0bwTxfE .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uUJ0bwTxfE .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uUJ0bwTxfE .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uUJ0bwTxfE .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uUJ0bwTxfE .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uUJ0bwTxfE .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uUJ0bwTxfE .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uUJ0bwTxfE .mbr-section-title,
.cid-uUJ0bwTxfE .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uUJ0bxctMy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uUJ0bxctMy .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uUJ0bxctMy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uUJ0bxctMy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uUJ0bxctMy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uUJ0bxctMy .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uUJ0bxctMy .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uUJ0bxctMy .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uUJ0bxctMy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUJ0bxctMy .copyright > p {
  color: #707070;
}
.cid-uVhkYbdcic .navbar-dropdown {
  position: relative !important;
}
.cid-uVhkYbdcic .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uVhkYbdcic .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVhkYbdcic .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uVhkYbdcic .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhkYbdcic .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVhkYbdcic .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uVhkYbdcic .dropdown-item:hover,
.cid-uVhkYbdcic .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uVhkYbdcic .dropdown-item:hover span {
  color: white;
}
.cid-uVhkYbdcic .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVhkYbdcic .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVhkYbdcic .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVhkYbdcic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVhkYbdcic .nav-link {
  position: relative;
}
.cid-uVhkYbdcic .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVhkYbdcic .container {
    flex-wrap: nowrap;
  }
}
.cid-uVhkYbdcic .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVhkYbdcic .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVhkYbdcic .dropdown-menu,
.cid-uVhkYbdcic .navbar.opened {
  background: #ffffff !important;
}
.cid-uVhkYbdcic .nav-item:focus,
.cid-uVhkYbdcic .nav-link:focus {
  outline: none;
}
.cid-uVhkYbdcic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVhkYbdcic .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVhkYbdcic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVhkYbdcic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVhkYbdcic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVhkYbdcic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVhkYbdcic .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVhkYbdcic .navbar.opened {
  transition: all 0.3s;
}
.cid-uVhkYbdcic .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVhkYbdcic .navbar .navbar-logo img {
  width: auto;
}
.cid-uVhkYbdcic .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVhkYbdcic .navbar.collapsed {
  justify-content: center;
}
.cid-uVhkYbdcic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVhkYbdcic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVhkYbdcic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVhkYbdcic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVhkYbdcic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVhkYbdcic .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVhkYbdcic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVhkYbdcic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVhkYbdcic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVhkYbdcic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVhkYbdcic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVhkYbdcic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVhkYbdcic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVhkYbdcic .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVhkYbdcic .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVhkYbdcic .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVhkYbdcic .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uVhkYbdcic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVhkYbdcic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVhkYbdcic .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVhkYbdcic .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVhkYbdcic .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVhkYbdcic .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVhkYbdcic .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVhkYbdcic .navbar-brand .navbar-caption:hover,
.cid-uVhkYbdcic .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uVhkYbdcic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVhkYbdcic .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVhkYbdcic .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uVhkYbdcic .dropdown-item.active,
.cid-uVhkYbdcic .dropdown-item:active {
  background-color: transparent;
}
.cid-uVhkYbdcic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVhkYbdcic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVhkYbdcic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVhkYbdcic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVhkYbdcic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVhkYbdcic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVhkYbdcic .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVhkYbdcic ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVhkYbdcic ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVhkYbdcic .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVhkYbdcic .navbar-buttons {
    text-align: left;
  }
}
.cid-uVhkYbdcic .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVhkYbdcic .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVhkYbdcic button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVhkYbdcic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVhkYbdcic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVhkYbdcic button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVhkYbdcic button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVhkYbdcic button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVhkYbdcic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhkYbdcic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVhkYbdcic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVhkYbdcic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVhkYbdcic .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVhkYbdcic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVhkYbdcic .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVhkYbdcic .navbar {
    height: 70px;
  }
  .cid-uVhkYbdcic .navbar.opened {
    height: auto;
  }
  .cid-uVhkYbdcic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVhkYbdcic .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uVhkYbdcic .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVhkYbdcic .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uVhkYbdcic .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVhkYbdcic .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVhkYbdcic .nav-item .nav-link:hover,
.cid-uVhkYbdcic .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uVhkYbdcic .nav-item .nav-link:hover::after,
.cid-uVhkYbdcic .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uVhkYbdcic .nav-item .nav-link:hover::before,
.cid-uVhkYbdcic .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVhkYbdcic .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVhkYbdcic .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVhkYbdcic .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVhkYbdcic .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVhkYbdcic .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVhkYbdcic .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVhkYbdcic .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVhkYbdcic .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVhkYbdcic .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVhkYbdcic .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVhkYbdcic .content-wrap {
  min-height: 110px;
}
.cid-uVhkYcfZHn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVhkYcfZHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYcfZHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYcfZHn .row {
  justify-content: space-between;
}
.cid-uVhkYcfZHn .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uVhkYcfZHn .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVhkYcfZHn .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uVhkYcfZHn .mbr-label {
  color: #ea2375;
}
.cid-uVhkYcfZHn .mbr-section-title {
  color: #0f0f0f;
}
.cid-uVhkYcfZHn .mbr-text {
  color: #666666;
}
.cid-uVhkYcfZHn .mbr-text,
.cid-uVhkYcfZHn .mbr-section-btn {
  color: #454545;
}
.cid-uVhkYcCPNg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVhkYcCPNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYcCPNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYcCPNg .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYcCPNg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYcCPNg .mbr-name {
  color: #858585;
}
.cid-uVhkYcCPNg .mbr-text {
  color: #191c25;
}
.cid-uVhkYcCPNg .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYcCPNg .mbr-name,
.cid-uVhkYcCPNg .mbr-section-btn {
  color: #131419;
}
.cid-uVhkYcL5RM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYcL5RM .justify-content-center {
  align-items: center;
}
.cid-uVhkYcL5RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYcL5RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYcL5RM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVhkYcL5RM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVhkYcL5RM .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uVhkYcL5RM .content-head {
  max-width: 800px;
}
.cid-uVhkYcL5RM .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #131419;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #e7eaec;
  height: 80px;
  border-radius: 50%;
}
.cid-uVhkYcL5RM .mbr-section-title {
  text-align: left;
}
.cid-uVhkYd1Ykd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVhkYd1Ykd .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVhkYd1Ykd img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uVhkYd1Ykd .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVhkYd1Ykd .mbr-section-title {
  color: #131419;
}
.cid-uVhkYd1Ykd .mbr-text {
  color: #454545;
}
.cid-uVhkYd1Ykd .mbr-description {
  color: #6c7577;
}
.cid-uVhkYd1Ykd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYd1Ykd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYdfRQP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVhkYdfRQP .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVhkYdfRQP img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uVhkYdfRQP .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVhkYdfRQP .mbr-section-title {
  color: #131419;
}
.cid-uVhkYdfRQP .mbr-text {
  color: #454545;
}
.cid-uVhkYdfRQP .mbr-description {
  color: #6c7577;
}
.cid-uVhkYdfRQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYdfRQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYdo2BU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYdo2BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYdo2BU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYdo2BU .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYdo2BU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYdo2BU .mbr-name {
  color: #858585;
}
.cid-uVhkYdo2BU .mbr-text {
  color: #191c25;
}
.cid-uVhkYdo2BU .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYdo2BU .mbr-name,
.cid-uVhkYdo2BU .mbr-section-btn {
  color: #ea2375;
}
.cid-uVhkYdvyO7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYdvyO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYdvyO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYdvyO7 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYdvyO7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYdvyO7 .mbr-name {
  color: #858585;
}
.cid-uVhkYdvyO7 .mbr-text {
  color: #191c25;
}
.cid-uVhkYdvyO7 .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYdWFa2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYdWFa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYdWFa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYdWFa2 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhkYdWFa2 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhkYdWFa2 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhkYdWFa2 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uVhkYdWFa2 .wrap {
  background: url("../../../assets/images/0e3c5614975537.5628b778365f0-2000x1545.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhkYdWFa2 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhkYdWFa2 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhkYdWFa2 .mbr-text {
  color: #000000;
}
.cid-uVhkYdWFa2 .mbr-text,
.cid-uVhkYdWFa2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhkYe5NAF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYe5NAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYe5NAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYe5NAF .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhkYe5NAF .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhkYe5NAF .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhkYe5NAF .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uVhkYe5NAF .wrap {
  background: url("../../../assets/images/9ad18d14975537.5628b778b39ed-2000x1545.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhkYe5NAF .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhkYe5NAF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhkYe5NAF .mbr-text {
  color: #000000;
}
.cid-uVhkYe5NAF .mbr-text,
.cid-uVhkYe5NAF .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhEMQETvK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhEMQETvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhEMQETvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhEMQETvK .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhEMQETvK .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhEMQETvK .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhEMQETvK .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uVhEMQETvK .wrap {
  background: url("../../../assets/images/fc60fd14975537.5628b6a00cd47-2000x1545.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhEMQETvK .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhEMQETvK .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhEMQETvK .mbr-text {
  color: #000000;
}
.cid-uVhEMQETvK .mbr-text,
.cid-uVhEMQETvK .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhFdV250C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhFdV250C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhFdV250C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhFdV250C .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhFdV250C .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhFdV250C .mbr-name {
  color: #858585;
}
.cid-uVhFdV250C .mbr-text {
  color: #191c25;
}
.cid-uVhFdV250C .mbr-section-btn {
  text-align: center;
}
.cid-uVhG9Xn6Q9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhG9Xn6Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhG9Xn6Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhG9Xn6Q9 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhG9Xn6Q9 .card-wrapper {
    padding: 1.5rem;
    padding-top: 13.5rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhG9Xn6Q9 .card-wrapper {
    padding: 2.25rem;
    padding-top: 27rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhG9Xn6Q9 .card-wrapper {
    padding: 4rem;
    padding-top: 27rem;
    padding-bottom: 18rem;
  }
}
.cid-uVhG9Xn6Q9 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2920at2010.19.52e280afam-2000x1119.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhG9Xn6Q9 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhG9Xn6Q9 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhG9Xn6Q9 .mbr-text {
  color: #000000;
}
.cid-uVhG9Xn6Q9 .mbr-text,
.cid-uVhG9Xn6Q9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhGT0Trp0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhGT0Trp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhGT0Trp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhGT0Trp0 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhGT0Trp0 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhGT0Trp0 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhGT0Trp0 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 12rem;
  }
}
.cid-uVhGT0Trp0 .wrap {
  background: url("../../../assets/images/screenshot202025-08-2920at2010.20.21e280afam-2000x1052.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhGT0Trp0 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhGT0Trp0 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhGT0Trp0 .mbr-text {
  color: #000000;
}
.cid-uVhGT0Trp0 .mbr-text,
.cid-uVhGT0Trp0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhkYejb8J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYejb8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYejb8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYejb8J .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYejb8J .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYejb8J .mbr-name {
  color: #858585;
}
.cid-uVhkYejb8J .mbr-text {
  color: #191c25;
}
.cid-uVhkYejb8J .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYejb8J .mbr-name,
.cid-uVhkYejb8J .mbr-section-btn {
  color: #ea2375;
}
.cid-uVhkYeqfml {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYeqfml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYeqfml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYeqfml .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYeqfml .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYeqfml .mbr-name {
  color: #858585;
}
.cid-uVhkYeqfml .mbr-text {
  color: #191c25;
}
.cid-uVhkYeqfml .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYezWq4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVhkYezWq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYezWq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYezWq4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhkYezWq4 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhkYezWq4 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhkYezWq4 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 18rem;
  }
}
.cid-uVhkYezWq4 .wrap {
  background: url("../../../assets/images/image8-2000x1050.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhkYezWq4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhkYezWq4 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhkYezWq4 .mbr-text {
  color: #000000;
}
.cid-uVhkYezWq4 .mbr-text,
.cid-uVhkYezWq4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhkYf7mWe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYf7mWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYf7mWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYf7mWe .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYf7mWe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYf7mWe .mbr-name {
  color: #858585;
}
.cid-uVhkYf7mWe .mbr-text {
  color: #191c25;
}
.cid-uVhkYf7mWe .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYf7mWe .mbr-name,
.cid-uVhkYf7mWe .mbr-section-btn {
  color: #ea2375;
}
.cid-uVhkYfkYnk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYfkYnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYfkYnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYfkYnk .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYfkYnk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYfkYnk .mbr-name {
  color: #858585;
}
.cid-uVhkYfkYnk .mbr-text {
  color: #191c25;
}
.cid-uVhkYfkYnk .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYeHelb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVhkYeHelb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYeHelb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYeHelb .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhkYeHelb .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhkYeHelb .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 21rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhkYeHelb .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 21rem;
  }
}
.cid-uVhkYeHelb .wrap {
  background: url("../../../assets/images/no20connect-2000x1329.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhkYeHelb .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhkYeHelb .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhkYeHelb .mbr-text {
  color: #000000;
}
.cid-uVhkYeHelb .mbr-text,
.cid-uVhkYeHelb .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhkYg1pZC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYg1pZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYg1pZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYg1pZC .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYg1pZC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYg1pZC .mbr-name {
  color: #858585;
}
.cid-uVhkYg1pZC .mbr-text {
  color: #191c25;
}
.cid-uVhkYg1pZC .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYfCFjr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVhkYfCFjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYfCFjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYfCFjr .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhkYfCFjr .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 13.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhkYfCFjr .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhkYfCFjr .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 27rem;
  }
}
.cid-uVhkYfCFjr .wrap {
  background: url("../../../assets/images/frames-1553x1039.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhkYfCFjr .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhkYfCFjr .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhkYfCFjr .mbr-text {
  color: #000000;
}
.cid-uVhkYfCFjr .mbr-text,
.cid-uVhkYfCFjr .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhJdFGkuz {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVhJdFGkuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhJdFGkuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhJdFGkuz .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhJdFGkuz .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhJdFGkuz .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhJdFGkuz .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uVhJdFGkuz .wrap {
  background: url("../../../assets/images/frame201000001955-2000x1635.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhJdFGkuz .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhJdFGkuz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhJdFGkuz .mbr-text {
  color: #000000;
}
.cid-uVhJdFGkuz .mbr-text,
.cid-uVhJdFGkuz .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhkYgkl1Z {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYgkl1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYgkl1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYgkl1Z .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYgkl1Z .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYgkl1Z .mbr-name {
  color: #858585;
}
.cid-uVhkYgkl1Z .mbr-text {
  color: #191c25;
}
.cid-uVhkYgkl1Z .mbr-section-btn {
  text-align: center;
}
.cid-uVhtRpqR7u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVhtRpqR7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhtRpqR7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhtRpqR7u .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVhtRpqR7u .card-wrapper {
    padding: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVhtRpqR7u .card-wrapper {
    padding: 2.25rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uVhtRpqR7u .card-wrapper {
    padding: 4rem;
    padding-top: 24rem;
    padding-bottom: 30rem;
  }
}
.cid-uVhtRpqR7u .wrap {
  background: url("../../../assets/images/screenshot202025-08-2920at2010.37.29e280afam-2000x1954.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVhtRpqR7u .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVhtRpqR7u .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVhtRpqR7u .mbr-text {
  color: #000000;
}
.cid-uVhtRpqR7u .mbr-text,
.cid-uVhtRpqR7u .mbr-section-btn {
  color: #ffffff;
}
.cid-uVhtyogFnW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhtyogFnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhtyogFnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhtyogFnW .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhtyogFnW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhtyogFnW .mbr-name {
  color: #858585;
}
.cid-uVhtyogFnW .mbr-text {
  color: #191c25;
}
.cid-uVhtyogFnW .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYgZvN2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVhkYgZvN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYgZvN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYgZvN2 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYgZvN2 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYgZvN2 .mbr-name {
  color: #858585;
}
.cid-uVhkYgZvN2 .mbr-text {
  color: #191c25;
}
.cid-uVhkYgZvN2 .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYgZvN2 .mbr-name,
.cid-uVhkYgZvN2 .mbr-section-btn {
  color: #ea2375;
}
.cid-uVhkYh9ulz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYh9ulz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYh9ulz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYh9ulz .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYh9ulz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYh9ulz .mbr-name {
  color: #858585;
}
.cid-uVhkYh9ulz .mbr-text {
  color: #191c25;
}
.cid-uVhkYh9ulz .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYhn0io {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYhn0io .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYhn0io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYhn0io .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYhn0io .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYhn0io .mbr-name {
  color: #858585;
}
.cid-uVhkYhn0io .mbr-text {
  color: #191c25;
}
.cid-uVhkYhn0io .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYhwOKa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYhwOKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYhwOKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYhwOKa .row {
  flex-direction: row-reverse;
}
.cid-uVhLAhGEOq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhLAhGEOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhLAhGEOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhLAhGEOq .row {
  flex-direction: row-reverse;
}
.cid-uVhLAAqHJp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhLAAqHJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhLAAqHJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhLAAqHJp .row {
  flex-direction: row-reverse;
}
.cid-uVhLAS83aS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhLAS83aS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhLAS83aS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhLAS83aS .row {
  flex-direction: row-reverse;
}
.cid-uVhkYi5bTm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVhkYi5bTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYi5bTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVhkYi5bTm .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uVhkYi5bTm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVhkYi5bTm .mbr-name {
  color: #858585;
}
.cid-uVhkYi5bTm .mbr-text {
  color: #191c25;
}
.cid-uVhkYi5bTm .mbr-section-btn {
  text-align: center;
}
.cid-uVhkYieO2i {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVhkYieO2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhkYieO2i .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-uVhkYieO2i .container {
    padding: 0 24px;
  }
}
.cid-uVhkYieO2i .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVhkYieO2i .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVhkYieO2i .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVhkYieO2i .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVhkYieO2i .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uVhkYieO2i .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uVhkYieO2i .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uVhkYieO2i .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uVhkYieO2i .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uVhkYieO2i .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uVhkYieO2i .mbr-section-title,
.cid-uVhkYieO2i .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uVhkYioNCa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVhkYioNCa .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uVhkYioNCa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVhkYioNCa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uVhkYioNCa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uVhkYioNCa .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uVhkYioNCa .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uVhkYioNCa .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uVhkYioNCa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVhkYioNCa .copyright > p {
  color: #707070;
}
.cid-uVmZF0hjWX .navbar-dropdown {
  position: relative !important;
}
.cid-uVmZF0hjWX .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uVmZF0hjWX .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVmZF0hjWX .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uVmZF0hjWX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVmZF0hjWX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVmZF0hjWX .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uVmZF0hjWX .dropdown-item:hover,
.cid-uVmZF0hjWX .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uVmZF0hjWX .dropdown-item:hover span {
  color: white;
}
.cid-uVmZF0hjWX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVmZF0hjWX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVmZF0hjWX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVmZF0hjWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVmZF0hjWX .nav-link {
  position: relative;
}
.cid-uVmZF0hjWX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVmZF0hjWX .container {
    flex-wrap: nowrap;
  }
}
.cid-uVmZF0hjWX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVmZF0hjWX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVmZF0hjWX .dropdown-menu,
.cid-uVmZF0hjWX .navbar.opened {
  background: #ffffff !important;
}
.cid-uVmZF0hjWX .nav-item:focus,
.cid-uVmZF0hjWX .nav-link:focus {
  outline: none;
}
.cid-uVmZF0hjWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVmZF0hjWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVmZF0hjWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVmZF0hjWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVmZF0hjWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVmZF0hjWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVmZF0hjWX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVmZF0hjWX .navbar.opened {
  transition: all 0.3s;
}
.cid-uVmZF0hjWX .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVmZF0hjWX .navbar .navbar-logo img {
  width: auto;
}
.cid-uVmZF0hjWX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVmZF0hjWX .navbar.collapsed {
  justify-content: center;
}
.cid-uVmZF0hjWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVmZF0hjWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVmZF0hjWX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVmZF0hjWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVmZF0hjWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVmZF0hjWX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVmZF0hjWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVmZF0hjWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVmZF0hjWX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVmZF0hjWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVmZF0hjWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVmZF0hjWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVmZF0hjWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVmZF0hjWX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVmZF0hjWX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVmZF0hjWX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVmZF0hjWX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uVmZF0hjWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVmZF0hjWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVmZF0hjWX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVmZF0hjWX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVmZF0hjWX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVmZF0hjWX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVmZF0hjWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVmZF0hjWX .navbar-brand .navbar-caption:hover,
.cid-uVmZF0hjWX .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uVmZF0hjWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVmZF0hjWX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVmZF0hjWX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uVmZF0hjWX .dropdown-item.active,
.cid-uVmZF0hjWX .dropdown-item:active {
  background-color: transparent;
}
.cid-uVmZF0hjWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVmZF0hjWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVmZF0hjWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVmZF0hjWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVmZF0hjWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVmZF0hjWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVmZF0hjWX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVmZF0hjWX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVmZF0hjWX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVmZF0hjWX .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVmZF0hjWX .navbar-buttons {
    text-align: left;
  }
}
.cid-uVmZF0hjWX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVmZF0hjWX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVmZF0hjWX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVmZF0hjWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVmZF0hjWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVmZF0hjWX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVmZF0hjWX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVmZF0hjWX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVmZF0hjWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmZF0hjWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVmZF0hjWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVmZF0hjWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVmZF0hjWX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVmZF0hjWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVmZF0hjWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVmZF0hjWX .navbar {
    height: 70px;
  }
  .cid-uVmZF0hjWX .navbar.opened {
    height: auto;
  }
  .cid-uVmZF0hjWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVmZF0hjWX .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-uVmZF0hjWX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVmZF0hjWX .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px !important;
  border-radius: 3rem;
}
.cid-uVmZF0hjWX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVmZF0hjWX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVmZF0hjWX .nav-item .nav-link:hover,
.cid-uVmZF0hjWX .nav-item .nav-link:focus {
  background-color: transparent;
  color: #000000 !important;
}
.cid-uVmZF0hjWX .nav-item .nav-link:hover::after,
.cid-uVmZF0hjWX .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uVmZF0hjWX .nav-item .nav-link:hover::before,
.cid-uVmZF0hjWX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVmZF0hjWX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVmZF0hjWX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVmZF0hjWX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVmZF0hjWX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVmZF0hjWX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVmZF0hjWX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVmZF0hjWX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVmZF0hjWX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVmZF0hjWX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVmZF0hjWX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVmZF0hjWX .content-wrap {
  min-height: 110px;
}
.cid-uVmZF1ifb8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVmZF1ifb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmZF1ifb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmZF1ifb8 .row {
  justify-content: space-between;
}
.cid-uVmZF1ifb8 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uVmZF1ifb8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVmZF1ifb8 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uVmZF1ifb8 .mbr-label {
  color: #ea2375;
}
.cid-uVmZF1ifb8 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uVmZF1ifb8 .mbr-text {
  color: #666666;
}
.cid-uVmZF1ifb8 .mbr-text,
.cid-uVmZF1ifb8 .mbr-section-btn {
  color: #454545;
}
.cid-v37eoyfGrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v37eoyfGrA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uVmZF28GUr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVmZF28GUr .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uVmZF28GUr img {
  width: 100%;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-uVmZF28GUr .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVmZF28GUr .mbr-section-title {
  color: #131419;
}
.cid-uVmZF28GUr .mbr-text {
  color: #454545;
}
.cid-uVmZF28GUr .mbr-description {
  color: #6c7577;
}
.cid-uVmZF28GUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmZF28GUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmZF6KI6V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVmZF6KI6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmZF6KI6V .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-uVmZF6KI6V .container {
    padding: 0 24px;
  }
}
.cid-uVmZF6KI6V .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVmZF6KI6V .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVmZF6KI6V .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVmZF6KI6V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVmZF6KI6V .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uVmZF6KI6V .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uVmZF6KI6V .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uVmZF6KI6V .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uVmZF6KI6V .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uVmZF6KI6V .mbr-section-subtitle {
  color: #131419;
  text-align: left;
}
.cid-uVmZF6KI6V .mbr-section-title,
.cid-uVmZF6KI6V .buttons-wrapper {
  text-align: left;
  color: #ea2375;
}
.cid-uVmZF6RBpV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVmZF6RBpV .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uVmZF6RBpV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uVmZF6RBpV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uVmZF6RBpV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #131419;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uVmZF6RBpV .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #121212;
  transform: translateY(-3px);
}
.cid-uVmZF6RBpV .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uVmZF6RBpV .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uVmZF6RBpV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVmZF6RBpV .copyright > p {
  color: #707070;
}
