.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d70081 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #565353 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #565353 !important;
  border-color: #565353 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #706c6c !important;
  border-color: #706c6c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #706c6c !important;
  border-color: #706c6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #565353;
  color: #565353;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2a2828 !important;
  background-color: transparent !important;
  border-color: #2a2828 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #565353 !important;
  border-color: #565353 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d70081 !important;
}
.text-secondary {
  color: #d70081 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #565353 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710044 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #710044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #222121 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d70081;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #565353;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d70081;
  border-color: #d70081;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d70081;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #969292;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d70081 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d70081;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #d70081;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d70081;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d70081;
  border-bottom-color: #d70081;
}
.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: #d70081 !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: #d70081 !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='%23d70081' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uavmYvkUG4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uavmYvkUG4 .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;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uavmYvkUG4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uavmYvkUG4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uavmYvkUG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uavmYvkUG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uavmYvkUG4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uavmYvkUG4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uavmYvkUG4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uavmYvkUG4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uavmYvkUG4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uavmYvkUG4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uavmYvkUG4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uavmYvkUG4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uavmYvkUG4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-uavmYvkUG4 .nav-item:focus,
.cid-uavmYvkUG4 .nav-link:focus {
  outline: none;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uavmYvkUG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uavmYvkUG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uavmYvkUG4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uavmYvkUG4 .navbar.opened {
  transition: all 0.25s;
}
.cid-uavmYvkUG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uavmYvkUG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uavmYvkUG4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uavmYvkUG4 .navbar.collapsed {
  justify-content: center;
}
.cid-uavmYvkUG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uavmYvkUG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uavmYvkUG4 .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-uavmYvkUG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uavmYvkUG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar {
    min-height: 72px;
  }
  .cid-uavmYvkUG4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uavmYvkUG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uavmYvkUG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uavmYvkUG4 .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-uavmYvkUG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uavmYvkUG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uavmYvkUG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uavmYvkUG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uavmYvkUG4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uavmYvkUG4 .dropdown-item.active,
.cid-uavmYvkUG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uavmYvkUG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uavmYvkUG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-uavmYvkUG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uavmYvkUG4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uavmYvkUG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uavmYvkUG4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uavmYvkUG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-uavmYvkUG4 .opacityScroll {
  background: #282828 !important;
}
.cid-uavmYvkUG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uavmYvkUG4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uavmYvkUG4 .navbar {
    height: 70px;
  }
  .cid-uavmYvkUG4 .navbar.opened {
    height: auto;
  }
  .cid-uavmYvkUG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uavmYvkUG4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uavmYvkUG4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uavmYvkUG4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uavmYvkUG4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uauNfNrZ1B {
  display: flex;
  background-image: url("../../../assets/images/3.webp");
}
.cid-uauNfNrZ1B .mbr-overlay {
  background-color: #282828;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uauNfNrZ1B {
    align-items: center;
  }
  .cid-uauNfNrZ1B .row {
    justify-content: center;
  }
  .cid-uauNfNrZ1B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uauNfNrZ1B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uauNfNrZ1B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uauNfNrZ1B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uauNfNrZ1B .content-wrap {
    width: 100%;
  }
}
.cid-uauNfNrZ1B .mbr-section-title,
.cid-uauNfNrZ1B .mbr-section-subtitle {
  text-align: center;
}
.cid-uauNfNrZ1B .mbr-text,
.cid-uauNfNrZ1B .mbr-section-btn {
  text-align: center;
}
.cid-uauNfNrZ1B .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uauNfNrZ1B .mbr-section-subtitle {
  text-align: center;
  color: #d70081;
}
.cid-uleRKFPfef {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uleRKFPfef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleRKFPfef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleRKFPfef .mbr-section-title {
  color: #ffffff;
}
.cid-uleRKFPfef .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uleMiOX4C1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #d70081;
}
.cid-uleMiOX4C1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleMiOX4C1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleMiOX4C1 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uleMiOX4C1 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uleMiOX4C1 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uleMiOX4C1 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uleMiOX4C1 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uleMiOX4C1 .row {
  flex-direction: row-reverse;
}
.cid-uleMiOX4C1 .image-wrapper {
  padding: 0 1rem;
}
.cid-uleMiOX4C1 img,
.cid-uleMiOX4C1 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uleMiOX4C1 img,
  .cid-uleMiOX4C1 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uleMiOX4C1 .mbr-section-title {
  color: #d70081;
}
.cid-uleMiOX4C1 .mbr-text {
  color: #000000;
}
.cid-uleMiOX4C1 .mbr-text,
.cid-uleMiOX4C1 .mbr-section-btn {
  color: #565353;
}
.cid-ulfvO6jScP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pinoys-on-mobile-phone-1.webp");
}
.cid-ulfvO6jScP .mbr-overlay {
  background: #d70081;
  opacity: 0.4;
}
.cid-ulfvO6jScP .item:focus,
.cid-ulfvO6jScP span:focus {
  outline: none;
}
.cid-ulfvO6jScP .item {
  cursor: pointer;
}
.cid-ulfvO6jScP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulfvO6jScP .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ulfvO6jScP .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-ulfvO6jScP .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 26s;
}
.cid-ulfvO6jScP .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #ffd7ef;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ulfvO6jScP .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ulfvO6jScP .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 18s;
}
.cid-ulfvO6jScP .mbr-section-title,
.cid-ulfvO6jScP .mbr-section-subtitle {
  color: #000000;
}
.cid-uleIZEaDxU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/6285a56ea9067415664706.webp");
}
.cid-uleIZEaDxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uleIZEaDxU .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uleIZEaDxU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uleIZEaDxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uleIZEaDxU .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uleIZEaDxU .card-title,
.cid-uleIZEaDxU .iconfont-wrapper,
.cid-uleIZEaDxU .card-text {
  color: #000000;
  text-align: center;
}
.cid-uleIZEaDxU .content-head {
  max-width: 800px;
}
.cid-uleIZEaDxU .mbr-section-title {
  color: #d70081;
}
.cid-uleIZEaDxU .mbr-section-btn {
  text-align: center;
}
.cid-uleIZEaDxU .card-title,
.cid-uleIZEaDxU .iconfont-wrapper {
  color: #d70081;
}
.cid-uleIZEaDxU .mbr-section-subtitle {
  color: #282828;
}
.cid-ulfZrgQMnz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulfZrgQMnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfZrgQMnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulfZrgQMnz .mbr-section-title {
  color: #d70081;
}
.cid-ulfzox5PPn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulfzox5PPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfzox5PPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulfzox5PPn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulfzox5PPn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulfzox5PPn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulfzox5PPn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulfzox5PPn .mbr-section-title {
  color: #d70081;
}
.cid-ulfzox5PPn .mbr-text,
.cid-ulfzox5PPn .mbr-section-btn {
  color: #000000;
}
.cid-ulfDgMxter {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulfDgMxter .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfDgMxter .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ulfDgMxter .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ulfDgMxter .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulfDgMxter .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-ulfDgMxter .card-wrapper {
  background: #ffffff;
}
.cid-ulfDgMxter .mbr-text,
.cid-ulfDgMxter .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ulfDgMxter .card-title,
.cid-ulfDgMxter .card-box {
  text-align: left;
  color: #d70081;
}
.cid-ulfXPoLDTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulfXPoLDTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfXPoLDTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulfXPoLDTq .title .num {
  width: 100%;
  display: block;
}
.cid-ulfXPoLDTq .title .card-title {
  z-index: 1;
}
.cid-ulfXPoLDTq .num {
  color: #d70081;
}
.cid-ulfXPoLDTq .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulfXPoLDTq .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulfXPoLDTq * {
    text-align: center !important;
  }
  .cid-ulfXPoLDTq .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ulfXPoLDTq .content-head {
  max-width: 800px;
}
.cid-ulfXPoLDTq .mbr-section-title,
.cid-ulfXPoLDTq .card-box {
  color: #d70081;
}
.cid-ulfXPoLDTq .mbr-text,
.cid-ulfXPoLDTq .mbr-section-btn {
  color: #282828;
}
.cid-ulfXPoLDTq .card-title,
.cid-ulfXPoLDTq .card-img {
  color: #d70081;
}
.cid-ulfQecTs0S {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/data2-web-1-3840x1512.webp");
}
.cid-ulfQecTs0S .mbr-text {
  color: #000000;
}
.cid-ulfQecTs0S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ulfQecTs0S .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulfQecTs0S .mbr-section-subtitle,
.cid-ulfQecTs0S .main-button {
  text-align: left;
  color: #000000;
}
.cid-ulfQecTs0S .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulfQecTs0S .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ulfQecTs0S .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ulfQecTs0S .panel-group {
  border: none;
}
.cid-ulfQecTs0S .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ulfQecTs0S .card-header {
    padding: 0rem;
  }
}
.cid-ulfQecTs0S .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ulfQecTs0S .collapsed span {
  transform: rotate(0deg);
}
.cid-ulfQecTs0S .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ulfQecTs0S p {
  margin-bottom: 0.3rem;
}
.cid-ulfQecTs0S .panel-title-edit {
  color: #000000;
}
.cid-ulfQecTs0S .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ulfQecTs0S .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ulfQecTs0S .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulfQecTs0S .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ulfQecTs0S .panel-text {
  color: #000000;
}
.cid-ulfQecTs0S .panel-title-edit,
.cid-ulfQecTs0S .mbr-iconfont {
  color: #000000;
}
.cid-ulfK6bCNjX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/family-mobile-plans-best-of.webp");
}
.cid-ulfK6bCNjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulfK6bCNjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulfK6bCNjX .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-ulfK6bCNjX .card-title,
.cid-ulfK6bCNjX .iconfont-wrapper {
  color: #232323;
}
.cid-ulfK6bCNjX .card-text {
  color: #232323;
}
.cid-ulfK6bCNjX .mbr-section-title {
  color: #d70081;
}
.cid-ulfK6bCNjX .mbr-section-subtitle {
  color: #232323;
}
.cid-ulfK6bCNjX .content-head {
  max-width: 800px;
}
.cid-ulgCld4loQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-ulgCld4loQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulgCld4loQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulgCld4loQ .container-fluid {
    padding: 0;
  }
}
.cid-ulgCld4loQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulgCld4loQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulgCld4loQ .embla__button--next,
.cid-ulgCld4loQ .embla__button--prev {
  display: flex;
}
.cid-ulgCld4loQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulgCld4loQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulgCld4loQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ulgCld4loQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulgCld4loQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulgCld4loQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulgCld4loQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulgCld4loQ .embla {
  position: relative;
  width: 100%;
}
.cid-ulgCld4loQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulgCld4loQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulgCld4loQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulgCld4loQ .embla__slide a {
  cursor: grab;
}
.cid-ulgCld4loQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-ulgCld4loQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulgCld4loQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulgCld4loQ .mbr-section-title {
  color: #d70081;
}
.cid-ulgCld4loQ .mbr-section-subtitle {
  color: #232323;
}
.cid-ulgCld4loQ .mbr-box {
  color: #ffffff;
}
.cid-ulgCld4loQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulgCld4loQ img,
.cid-ulgCld4loQ .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulgCld4loQ .item-wrapper {
  position: relative;
}
.cid-ulgCld4loQ .content-head {
  max-width: 800px;
}
.cid-ulgAVAHKUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #282828;
}
.cid-ulgAVAHKUK input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-ulgAVAHKUK input:hover {
  border: none !important;
}
.cid-ulgAVAHKUK .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulgAVAHKUK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulgAVAHKUK .row {
  justify-content: center;
}
.cid-ulgAVAHKUK .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-ulgAVAHKUK .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-ulgAVAHKUK .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-ulgAVAHKUK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulgAVAHKUK .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ulgAVAHKUK .justify-content-center {
  align-items: center;
}
.cid-ulgAVAHKUK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulg4BQGRNW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-9.webp");
}
.cid-ulg4BQGRNW .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-ulg4BQGRNW img,
.cid-ulg4BQGRNW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulg4BQGRNW .item:focus,
.cid-ulg4BQGRNW span:focus {
  outline: none;
}
.cid-ulg4BQGRNW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulg4BQGRNW .item {
    margin-bottom: 1rem;
  }
}
.cid-ulg4BQGRNW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulg4BQGRNW .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulg4BQGRNW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulg4BQGRNW .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulg4BQGRNW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulg4BQGRNW .mbr-section-title {
  color: #ffffff;
}
.cid-ulg4BQGRNW .item-title {
  text-align: center;
  color: #d70081;
}
.cid-ulg4BQGRNW .item-subtitle {
  text-align: left;
}
.cid-ulg4BQGRNW .mbr-text,
.cid-ulg4BQGRNW .item .mbr-section-btn {
  text-align: center;
}
.cid-ulg4BQGRNW .content-head {
  max-width: 800px;
}
.cid-ulg4BQGRNW .mbr-section-subtitle,
.cid-ulg4BQGRNW .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-ulk9RCpZ6T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulk9RCpZ6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulk9RCpZ6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulk9RCpZ6T .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .footer-col {
    flex-direction: column;
  }
}
.cid-ulk9RCpZ6T .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulk9RCpZ6T .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulk9RCpZ6T .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulk9RCpZ6T .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulk9RCpZ6T .soc-item {
  margin: 8px;
}
.cid-ulk9RCpZ6T .soc-item a:hover .mbr-iconfont,
.cid-ulk9RCpZ6T .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulk9RCpZ6T .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .row {
    text-align: center;
  }
  .cid-ulk9RCpZ6T .social-row {
    justify-content: center;
  }
}
.cid-ulk9RCpZ6T .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulk9RCpZ6T .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulk9RCpZ6T .list {
    margin-bottom: 0rem;
  }
}
.cid-ulk9RCpZ6T .mbr-text {
  color: #bbbbbb;
}
.cid-ulk9RCpZ6T .mbr-section-subtitle {
  color: #565353;
}
.cid-ulk9RCpZ6T .list,
.cid-ulk9RCpZ6T .item-wrap {
  color: #232323;
}
.cid-ulk9RCpZ6T .copyright {
  color: #000000;
}
.cid-uavmYvkUG4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uavmYvkUG4 .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;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uavmYvkUG4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uavmYvkUG4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uavmYvkUG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uavmYvkUG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uavmYvkUG4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uavmYvkUG4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uavmYvkUG4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uavmYvkUG4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uavmYvkUG4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uavmYvkUG4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uavmYvkUG4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uavmYvkUG4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uavmYvkUG4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uavmYvkUG4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-uavmYvkUG4 .nav-item:focus,
.cid-uavmYvkUG4 .nav-link:focus {
  outline: none;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uavmYvkUG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uavmYvkUG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uavmYvkUG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uavmYvkUG4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uavmYvkUG4 .navbar.opened {
  transition: all 0.25s;
}
.cid-uavmYvkUG4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uavmYvkUG4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uavmYvkUG4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uavmYvkUG4 .navbar.collapsed {
  justify-content: center;
}
.cid-uavmYvkUG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uavmYvkUG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uavmYvkUG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uavmYvkUG4 .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-uavmYvkUG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uavmYvkUG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uavmYvkUG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar {
    min-height: 72px;
  }
  .cid-uavmYvkUG4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uavmYvkUG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uavmYvkUG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uavmYvkUG4 .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-uavmYvkUG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uavmYvkUG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uavmYvkUG4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uavmYvkUG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uavmYvkUG4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uavmYvkUG4 .dropdown-item.active,
.cid-uavmYvkUG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uavmYvkUG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uavmYvkUG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uavmYvkUG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-uavmYvkUG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uavmYvkUG4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uavmYvkUG4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uavmYvkUG4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uavmYvkUG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uavmYvkUG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uavmYvkUG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uavmYvkUG4 .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-uavmYvkUG4 .opacityScroll {
  background: #282828 !important;
}
.cid-uavmYvkUG4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uavmYvkUG4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uavmYvkUG4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uavmYvkUG4 .navbar {
    height: 70px;
  }
  .cid-uavmYvkUG4 .navbar.opened {
    height: auto;
  }
  .cid-uavmYvkUG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uavmYvkUG4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uavmYvkUG4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uavmYvkUG4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uavmYvkUG4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uavmYvkUG4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uavmYvkUG4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uavmYvkUG4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uavmYvkUG4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulkzQc4ie5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shared-phone-plans.webp");
}
.cid-ulkzQc4ie5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkzQc4ie5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ulkzQc4ie5 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d70081;
}
.cid-ulkzQc4ie5 .mbr-section-title {
  color: #ffffff;
}
.cid-ulkzQc4ie5 .mbr-text,
.cid-ulkzQc4ie5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulkzQc4ie5 .content-head {
  max-width: 800px;
}
.cid-ulkD8tiPPd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #d70081;
}
.cid-ulkD8tiPPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkD8tiPPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkD8tiPPd .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulkD8tiPPd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulkD8tiPPd .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulkD8tiPPd .row {
  justify-content: space-between;
}
.cid-ulkD8tiPPd .mbr-text,
.cid-ulkD8tiPPd .mbr-section-btn {
  color: #ffffff;
}
.cid-ulkD8tiPPd .mbr-section-title {
  color: #ffffff;
}
.cid-ulkD8tiPPd .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulkFERMeuG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulkFERMeuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkFERMeuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkFERMeuG .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulkFERMeuG .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulkFERMeuG .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulkFERMeuG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulkFERMeuG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulkFERMeuG .row {
  flex-direction: row-reverse;
}
.cid-ulkFERMeuG .image-wrapper {
  padding: 0 1rem;
}
.cid-ulkFERMeuG img,
.cid-ulkFERMeuG .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulkFERMeuG img,
  .cid-ulkFERMeuG .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulkFERMeuG .mbr-section-title {
  color: #000000;
}
.cid-ulkFERMeuG .mbr-text {
  color: #000000;
}
.cid-ulkIeMGDQQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulkIeMGDQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkIeMGDQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkIeMGDQQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulkIeMGDQQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulkIeMGDQQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulkIeMGDQQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulkIeMGDQQ .mbr-text,
.cid-ulkIeMGDQQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ulkIeMGDQQ .card-title,
.cid-ulkIeMGDQQ .card-box {
  text-align: center;
  color: #000000;
}
.cid-ulkIeMGDQQ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulkIeMGDQQ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ulkIeMGDQQ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulkIeMGDQQ .mbr-text UL {
  text-align: left;
}
.cid-ulkIeMGDQQ .mbr-section-subtitle {
  text-align: left;
}
.cid-ulkKb59NUd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #d70081;
}
.cid-ulkKb59NUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkKb59NUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulkKb59NUd .container-fluid {
    padding: 0;
  }
}
.cid-ulkKb59NUd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulkKb59NUd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulkKb59NUd .embla__button--next,
.cid-ulkKb59NUd .embla__button--prev {
  display: flex;
}
.cid-ulkKb59NUd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulkKb59NUd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulkKb59NUd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulkKb59NUd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulkKb59NUd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulkKb59NUd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulkKb59NUd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulkKb59NUd .embla {
  position: relative;
  width: 100%;
}
.cid-ulkKb59NUd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulkKb59NUd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulkKb59NUd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulkKb59NUd .embla__slide a {
  cursor: grab;
}
.cid-ulkKb59NUd .embla__slide a:active {
  cursor: grabbing;
}
.cid-ulkKb59NUd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulkKb59NUd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulkKb59NUd .mbr-section-title {
  color: #232323;
}
.cid-ulkKb59NUd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkKb59NUd .mbr-box {
  color: #ffffff;
}
.cid-ulkKb59NUd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulkKb59NUd img,
.cid-ulkKb59NUd .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulkKb59NUd .item-wrapper {
  position: relative;
}
.cid-ulkKb59NUd .content-head {
  max-width: 800px;
}
.cid-ulkLOMoZhG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-ulkLOMoZhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkLOMoZhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkLOMoZhG .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-ulkLOMoZhG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulkLOMoZhG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulkLOMoZhG .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulkLOMoZhG .mbr-text,
.cid-ulkLOMoZhG .mbr-section-btn {
  color: #565353;
}
.cid-ulkLOMoZhG .card-title,
.cid-ulkLOMoZhG .card-box {
  text-align: left;
  color: #d70081;
}
.cid-ulk9RCpZ6T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulk9RCpZ6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulk9RCpZ6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulk9RCpZ6T .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .footer-col {
    flex-direction: column;
  }
}
.cid-ulk9RCpZ6T .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulk9RCpZ6T .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulk9RCpZ6T .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulk9RCpZ6T .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulk9RCpZ6T .soc-item {
  margin: 8px;
}
.cid-ulk9RCpZ6T .soc-item a:hover .mbr-iconfont,
.cid-ulk9RCpZ6T .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulk9RCpZ6T .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulk9RCpZ6T .row {
    text-align: center;
  }
  .cid-ulk9RCpZ6T .social-row {
    justify-content: center;
  }
}
.cid-ulk9RCpZ6T .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulk9RCpZ6T .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulk9RCpZ6T .list {
    margin-bottom: 0rem;
  }
}
.cid-ulk9RCpZ6T .mbr-text {
  color: #bbbbbb;
}
.cid-ulk9RCpZ6T .mbr-section-subtitle {
  color: #565353;
}
.cid-ulk9RCpZ6T .list,
.cid-ulk9RCpZ6T .item-wrap {
  color: #232323;
}
.cid-ulk9RCpZ6T .copyright {
  color: #000000;
}
.cid-ulkPHRUUZL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulkPHRUUZL .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;
}
@media (max-width: 767px) {
  .cid-ulkPHRUUZL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulkPHRUUZL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulkPHRUUZL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulkPHRUUZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulkPHRUUZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulkPHRUUZL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulkPHRUUZL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulkPHRUUZL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulkPHRUUZL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulkPHRUUZL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulkPHRUUZL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulkPHRUUZL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulkPHRUUZL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulkPHRUUZL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulkPHRUUZL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulkPHRUUZL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulkPHRUUZL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulkPHRUUZL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulkPHRUUZL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulkPHRUUZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulkPHRUUZL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulkPHRUUZL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulkPHRUUZL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulkPHRUUZL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulkPHRUUZL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulkPHRUUZL .nav-item:focus,
.cid-ulkPHRUUZL .nav-link:focus {
  outline: none;
}
.cid-ulkPHRUUZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulkPHRUUZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulkPHRUUZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulkPHRUUZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulkPHRUUZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulkPHRUUZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulkPHRUUZL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulkPHRUUZL .navbar.opened {
  transition: all 0.25s;
}
.cid-ulkPHRUUZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulkPHRUUZL .navbar .navbar-logo img {
  width: auto;
}
.cid-ulkPHRUUZL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulkPHRUUZL .navbar.collapsed {
  justify-content: center;
}
.cid-ulkPHRUUZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulkPHRUUZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulkPHRUUZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulkPHRUUZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulkPHRUUZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulkPHRUUZL .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-ulkPHRUUZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulkPHRUUZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulkPHRUUZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulkPHRUUZL .navbar {
    min-height: 72px;
  }
  .cid-ulkPHRUUZL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulkPHRUUZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulkPHRUUZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulkPHRUUZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulkPHRUUZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulkPHRUUZL .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-ulkPHRUUZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulkPHRUUZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulkPHRUUZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulkPHRUUZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulkPHRUUZL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulkPHRUUZL .dropdown-item.active,
.cid-ulkPHRUUZL .dropdown-item:active {
  background-color: transparent;
}
.cid-ulkPHRUUZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulkPHRUUZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulkPHRUUZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulkPHRUUZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulkPHRUUZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulkPHRUUZL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulkPHRUUZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulkPHRUUZL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulkPHRUUZL .navbar-buttons {
    text-align: left;
  }
}
.cid-ulkPHRUUZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulkPHRUUZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulkPHRUUZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulkPHRUUZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulkPHRUUZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulkPHRUUZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulkPHRUUZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulkPHRUUZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulkPHRUUZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulkPHRUUZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulkPHRUUZL .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulkPHRUUZL .opacityScroll {
  background: #282828 !important;
}
.cid-ulkPHRUUZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulkPHRUUZL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulkPHRUUZL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulkPHRUUZL .navbar {
    height: 70px;
  }
  .cid-ulkPHRUUZL .navbar.opened {
    height: auto;
  }
  .cid-ulkPHRUUZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulkPHRUUZL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulkPHRUUZL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulkPHRUUZL .navbar-brand {
    margin-right: auto;
  }
  .cid-ulkPHRUUZL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulkPHRUUZL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulkPHRUUZL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulkPHRUUZL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulkPHRUUZL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulkPHRUUZL .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulkPHRUUZL .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulkPHRUUZL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulkPHSvqHH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/electrical-computer-engineering-phd-hero-1600x900.webp");
}
.cid-ulkPHSvqHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkPHSvqHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ulkPHSvqHH .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d70081;
}
.cid-ulkPHSvqHH .mbr-section-title {
  color: #ffffff;
}
.cid-ulkPHSvqHH .mbr-text,
.cid-ulkPHSvqHH .mbr-section-btn {
  color: #ffffff;
}
.cid-ulkPHSvqHH .content-head {
  max-width: 800px;
}
.cid-ulkTkNkZhE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulkTkNkZhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkTkNkZhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkTkNkZhE .mbr-section-title {
  text-align: left;
  color: #d70081;
}
.cid-ulkQN4R6jz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulkQN4R6jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkQN4R6jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkQN4R6jz .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulkQN4R6jz .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulkQN4R6jz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulkQN4R6jz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulkQN4R6jz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulkQN4R6jz .row {
  flex-direction: row-reverse;
}
.cid-ulkQN4R6jz .image-wrapper {
  padding: 0 1rem;
}
.cid-ulkQN4R6jz img,
.cid-ulkQN4R6jz .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulkQN4R6jz img,
  .cid-ulkQN4R6jz .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulkQN4R6jz .mbr-section-title {
  color: #d70081;
}
.cid-ulkQN4R6jz .mbr-text {
  color: #000000;
}
.cid-ulkUjmkD9r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulkUjmkD9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkUjmkD9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulkUjmkD9r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulkUjmkD9r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulkUjmkD9r .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulkUjmkD9r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulkUjmkD9r .mbr-section-title {
  color: #d70081;
  text-align: right;
}
.cid-ulkUjmkD9r .mbr-text,
.cid-ulkUjmkD9r .mbr-section-btn {
  color: #000000;
}
.cid-ullKxQ0oyY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ullKxQ0oyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullKxQ0oyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ullKxQ0oyY .mbr-text {
  color: #000000;
}
.cid-ullKxQ0oyY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ullKxQ0oyY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ullKxQ0oyY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ullKxQ0oyY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ullKxQ0oyY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ullKxQ0oyY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ullKxQ0oyY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ullKxQ0oyY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ullKxQ0oyY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ullKxQ0oyY .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ullKxQ0oyY .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ullKxQ0oyY .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #d70081;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ullKxQ0oyY .mbr-text UL {
  text-align: left;
}
.cid-ullKxQ0oyY .mbr-section-subtitle,
.cid-ullKxQ0oyY .main-button {
  color: #000000;
}
.cid-ullKxQ0oyY .mbr-section-title {
  color: #d70081;
}
.cid-ulr4thZuXl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/monitor-of-the-future.webp");
}
.cid-ulr4thZuXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulr4thZuXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulr4thZuXl .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-ulr4thZuXl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulr4thZuXl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulr4thZuXl .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulr4thZuXl .mbr-text,
.cid-ulr4thZuXl .mbr-section-btn {
  color: #565353;
}
.cid-ulr4thZuXl .card-title,
.cid-ulr4thZuXl .card-box {
  text-align: left;
  color: #d70081;
}
.cid-ulkPHVhstZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulkPHVhstZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkPHVhstZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkPHVhstZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulkPHVhstZ .footer-col {
    flex-direction: column;
  }
}
.cid-ulkPHVhstZ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulkPHVhstZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulkPHVhstZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulkPHVhstZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulkPHVhstZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulkPHVhstZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulkPHVhstZ .soc-item {
  margin: 8px;
}
.cid-ulkPHVhstZ .soc-item a:hover .mbr-iconfont,
.cid-ulkPHVhstZ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulkPHVhstZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulkPHVhstZ .row {
    text-align: center;
  }
  .cid-ulkPHVhstZ .social-row {
    justify-content: center;
  }
}
.cid-ulkPHVhstZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulkPHVhstZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulkPHVhstZ .list {
    margin-bottom: 0rem;
  }
}
.cid-ulkPHVhstZ .mbr-text {
  color: #bbbbbb;
}
.cid-ulkPHVhstZ .mbr-section-subtitle {
  color: #565353;
}
.cid-ulkPHVhstZ .list,
.cid-ulkPHVhstZ .item-wrap {
  color: #232323;
}
.cid-ulkPHVhstZ .copyright {
  color: #000000;
}
.cid-ulr7IuNSL3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulr7IuNSL3 .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;
}
@media (max-width: 767px) {
  .cid-ulr7IuNSL3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulr7IuNSL3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulr7IuNSL3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulr7IuNSL3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulr7IuNSL3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulr7IuNSL3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulr7IuNSL3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulr7IuNSL3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulr7IuNSL3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulr7IuNSL3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulr7IuNSL3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulr7IuNSL3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulr7IuNSL3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulr7IuNSL3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulr7IuNSL3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulr7IuNSL3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulr7IuNSL3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulr7IuNSL3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulr7IuNSL3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulr7IuNSL3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulr7IuNSL3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulr7IuNSL3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulr7IuNSL3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulr7IuNSL3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulr7IuNSL3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulr7IuNSL3 .nav-item:focus,
.cid-ulr7IuNSL3 .nav-link:focus {
  outline: none;
}
.cid-ulr7IuNSL3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulr7IuNSL3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulr7IuNSL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulr7IuNSL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulr7IuNSL3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulr7IuNSL3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulr7IuNSL3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulr7IuNSL3 .navbar.opened {
  transition: all 0.25s;
}
.cid-ulr7IuNSL3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulr7IuNSL3 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulr7IuNSL3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulr7IuNSL3 .navbar.collapsed {
  justify-content: center;
}
.cid-ulr7IuNSL3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulr7IuNSL3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulr7IuNSL3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulr7IuNSL3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulr7IuNSL3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulr7IuNSL3 .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-ulr7IuNSL3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulr7IuNSL3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulr7IuNSL3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulr7IuNSL3 .navbar {
    min-height: 72px;
  }
  .cid-ulr7IuNSL3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulr7IuNSL3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulr7IuNSL3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulr7IuNSL3 .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-ulr7IuNSL3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulr7IuNSL3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulr7IuNSL3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulr7IuNSL3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulr7IuNSL3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulr7IuNSL3 .dropdown-item.active,
.cid-ulr7IuNSL3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulr7IuNSL3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulr7IuNSL3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulr7IuNSL3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulr7IuNSL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulr7IuNSL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulr7IuNSL3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulr7IuNSL3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulr7IuNSL3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulr7IuNSL3 .navbar-buttons {
    text-align: left;
  }
}
.cid-ulr7IuNSL3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulr7IuNSL3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulr7IuNSL3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulr7IuNSL3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulr7IuNSL3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulr7IuNSL3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulr7IuNSL3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulr7IuNSL3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulr7IuNSL3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulr7IuNSL3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulr7IuNSL3 .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulr7IuNSL3 .opacityScroll {
  background: #282828 !important;
}
.cid-ulr7IuNSL3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulr7IuNSL3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulr7IuNSL3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulr7IuNSL3 .navbar {
    height: 70px;
  }
  .cid-ulr7IuNSL3 .navbar.opened {
    height: auto;
  }
  .cid-ulr7IuNSL3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulr7IuNSL3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulr7IuNSL3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulr7IuNSL3 .navbar-brand {
    margin-right: auto;
  }
  .cid-ulr7IuNSL3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulr7IuNSL3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulr7IuNSL3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulr7IuNSL3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulr7IuNSL3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulr7IuNSL3 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulr7IuNSL3 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulr7IuNSL3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulr7IvTMOf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/data2-web-2-3840x1512.webp");
}
.cid-ulr7IvTMOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulr7IvTMOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ulr7IvTMOf .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #565353;
}
.cid-ulr7IvTMOf .mbr-section-title {
  color: #ffffff;
}
.cid-ulr7IvTMOf .mbr-text,
.cid-ulr7IvTMOf .mbr-section-btn {
  color: #ffffff;
}
.cid-ulr7IvTMOf .content-head {
  max-width: 800px;
}
.cid-ulWoeik1r6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/copy-of-untitled-design-5.webp");
}
.cid-ulWoeik1r6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWoeik1r6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrkFLl9X8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d70081;
}
.cid-ulrkFLl9X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrkFLl9X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrkFLl9X8 .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulrkFLl9X8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrkFLl9X8 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulrkFLl9X8 .row {
  justify-content: space-between;
}
.cid-ulrkFLl9X8 .mbr-text,
.cid-ulrkFLl9X8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulrkFLl9X8 .mbr-section-title {
  color: #ffffff;
}
.cid-ulrkFLl9X8 .mbr-section-cardtitle {
  color: #444343;
}
.cid-ulrpopjYPF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #444343;
}
.cid-ulrpopjYPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrpopjYPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrpopjYPF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulrpopjYPF .mbr-section-title {
  color: #ffffff;
}
.cid-ulrmYEbhsd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulrmYEbhsd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulrmYEbhsd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulrmYEbhsd .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrmYEbhsd .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrmYEbhsd .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulrmYEbhsd .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrmYEbhsd .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrmYEbhsd .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulrmYEbhsd .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulrmYEbhsd .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrmYEbhsd .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulrmYEbhsd .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulrmYEbhsd .btn {
  width: -webkit-fill-available;
}
.cid-ulrmYEbhsd .item:focus,
.cid-ulrmYEbhsd span:focus {
  outline: none;
}
.cid-ulrmYEbhsd .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulrmYEbhsd .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrmYEbhsd .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulrmYEbhsd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulrmYEbhsd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulrmYEbhsd .mbr-text,
.cid-ulrmYEbhsd .mbr-section-btn {
  text-align: left;
}
.cid-ulrmYEbhsd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulrmYEbhsd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulrmYEbhsd .content-head {
  max-width: 800px;
}
.cid-ulWo6w1Y0o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulWo6w1Y0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWo6w1Y0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulr7Ix5TYY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulr7Ix5TYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulr7Ix5TYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulr7Ix5TYY .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulr7Ix5TYY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulr7Ix5TYY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulr7Ix5TYY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulr7Ix5TYY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulr7Ix5TYY .row {
  flex-direction: row-reverse;
}
.cid-ulr7Ix5TYY .image-wrapper {
  padding: 0 1rem;
}
.cid-ulr7Ix5TYY img,
.cid-ulr7Ix5TYY .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulr7Ix5TYY img,
  .cid-ulr7Ix5TYY .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulr7Ix5TYY .mbr-section-title {
  color: #d70081;
}
.cid-ulr7Ix5TYY .mbr-text {
  color: #000000;
}
.cid-ulWoaiqyHJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulWoaiqyHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWoaiqyHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrwiP1Lv7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d70081;
}
.cid-ulrwiP1Lv7 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulrwiP1Lv7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrwiP1Lv7 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrwiP1Lv7 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulrwiP1Lv7 .card-title,
.cid-ulrwiP1Lv7 .iconfont-wrapper {
  color: #000000;
}
.cid-ulrwiP1Lv7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-ulrwiP1Lv7 .content-head {
  max-width: 800px;
}
.cid-ulrwiP1Lv7 .mbr-section-title {
  color: #ffffff;
}
.cid-ulrwiP1Lv7 .card-title,
.cid-ulrwiP1Lv7 .img-wrapper {
  text-align: center;
}
.cid-ulrwiP1Lv7 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ulrwiP1Lv7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulrzBAqUjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ulrzBAqUjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrzBAqUjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrzBAqUjH .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-ulrzBAqUjH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulrzBAqUjH .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrzBAqUjH .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulrzBAqUjH .mbr-text,
.cid-ulrzBAqUjH .mbr-section-btn {
  color: #ffffff;
}
.cid-ulrzBAqUjH .card-title,
.cid-ulrzBAqUjH .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-ulWo8gVFyk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulWo8gVFyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWo8gVFyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrCLoVluN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulrCLoVluN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrCLoVluN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrCLoVluN p {
  line-height: 1.2;
}
.cid-ulrCLoVluN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ulrCLoVluN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulrCLoVluN .embla__button--next,
.cid-ulrCLoVluN .embla__button--prev {
  display: flex;
}
.cid-ulrCLoVluN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ulrCLoVluN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulrCLoVluN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ulrCLoVluN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulrCLoVluN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ulrCLoVluN .embla__button {
    top: auto;
  }
}
.cid-ulrCLoVluN .item-wrapper {
  height: 100%;
}
.cid-ulrCLoVluN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulrCLoVluN .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-ulrCLoVluN .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ulrCLoVluN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ulrCLoVluN .embla {
  position: relative;
  width: 100%;
}
.cid-ulrCLoVluN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulrCLoVluN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulrCLoVluN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulrCLoVluN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulrCLoVluN .user_desk {
  color: #232323;
}
.cid-ulrCLoVluN .user_name {
  color: #ffffff;
}
.cid-ulrCLoVluN .user_text,
.cid-ulrCLoVluN .user_name,
.cid-ulrCLoVluN .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-ulrCLoVluN .user_text,
  .cid-ulrCLoVluN .user_name,
  .cid-ulrCLoVluN .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-ulrCLoVluN H3 {
  color: #ffffff;
}
.cid-ulrCLoVluN .user_text {
  color: #ffffff;
}
.cid-ulr7Izd0Pr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulr7Izd0Pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulr7Izd0Pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulr7Izd0Pr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulr7Izd0Pr .footer-col {
    flex-direction: column;
  }
}
.cid-ulr7Izd0Pr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulr7Izd0Pr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulr7Izd0Pr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulr7Izd0Pr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulr7Izd0Pr .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulr7Izd0Pr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulr7Izd0Pr .soc-item {
  margin: 8px;
}
.cid-ulr7Izd0Pr .soc-item a:hover .mbr-iconfont,
.cid-ulr7Izd0Pr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulr7Izd0Pr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulr7Izd0Pr .row {
    text-align: center;
  }
  .cid-ulr7Izd0Pr .social-row {
    justify-content: center;
  }
}
.cid-ulr7Izd0Pr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulr7Izd0Pr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulr7Izd0Pr .list {
    margin-bottom: 0rem;
  }
}
.cid-ulr7Izd0Pr .mbr-text {
  color: #bbbbbb;
}
.cid-ulr7Izd0Pr .mbr-section-subtitle {
  color: #565353;
}
.cid-ulr7Izd0Pr .list,
.cid-ulr7Izd0Pr .item-wrap {
  color: #232323;
}
.cid-ulr7Izd0Pr .copyright {
  color: #000000;
}
.cid-ulrKact6wK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulrKact6wK .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;
}
@media (max-width: 767px) {
  .cid-ulrKact6wK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulrKact6wK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulrKact6wK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulrKact6wK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrKact6wK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrKact6wK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulrKact6wK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulrKact6wK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulrKact6wK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulrKact6wK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulrKact6wK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulrKact6wK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulrKact6wK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulrKact6wK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulrKact6wK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulrKact6wK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulrKact6wK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulrKact6wK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrKact6wK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulrKact6wK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulrKact6wK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulrKact6wK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrKact6wK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulrKact6wK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrKact6wK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulrKact6wK .nav-item:focus,
.cid-ulrKact6wK .nav-link:focus {
  outline: none;
}
.cid-ulrKact6wK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrKact6wK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrKact6wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrKact6wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrKact6wK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrKact6wK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrKact6wK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulrKact6wK .navbar.opened {
  transition: all 0.25s;
}
.cid-ulrKact6wK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrKact6wK .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrKact6wK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulrKact6wK .navbar.collapsed {
  justify-content: center;
}
.cid-ulrKact6wK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrKact6wK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrKact6wK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulrKact6wK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrKact6wK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrKact6wK .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-ulrKact6wK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrKact6wK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrKact6wK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrKact6wK .navbar {
    min-height: 72px;
  }
  .cid-ulrKact6wK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulrKact6wK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrKact6wK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrKact6wK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrKact6wK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrKact6wK .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-ulrKact6wK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrKact6wK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulrKact6wK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrKact6wK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulrKact6wK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulrKact6wK .dropdown-item.active,
.cid-ulrKact6wK .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrKact6wK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrKact6wK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrKact6wK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrKact6wK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulrKact6wK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulrKact6wK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulrKact6wK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrKact6wK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulrKact6wK .navbar-buttons {
    text-align: left;
  }
}
.cid-ulrKact6wK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrKact6wK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulrKact6wK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrKact6wK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrKact6wK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrKact6wK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrKact6wK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrKact6wK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrKact6wK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrKact6wK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrKact6wK .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulrKact6wK .opacityScroll {
  background: #282828 !important;
}
.cid-ulrKact6wK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrKact6wK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulrKact6wK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulrKact6wK .navbar {
    height: 70px;
  }
  .cid-ulrKact6wK .navbar.opened {
    height: auto;
  }
  .cid-ulrKact6wK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrKact6wK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulrKact6wK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulrKact6wK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulrKact6wK .navbar-brand {
    margin-right: auto;
  }
  .cid-ulrKact6wK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulrKact6wK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulrKact6wK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulrKact6wK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrKact6wK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrKact6wK .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulrKact6wK .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulrKact6wK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulrKadMhEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1022887882.webp");
}
.cid-ulrKadMhEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrKadMhEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ulrKadMhEb .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #d70081;
}
.cid-ulrKadMhEb .mbr-section-title {
  color: #ffffff;
}
.cid-ulrKadMhEb .mbr-text,
.cid-ulrKadMhEb .mbr-section-btn {
  color: #ffffff;
}
.cid-ulrKadMhEb .content-head {
  max-width: 800px;
}
.cid-ulWpbFDdfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/laptoprepairandpcrepairsingapore.webp");
}
.cid-ulWpbFDdfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWpbFDdfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrKaezXiP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/9-1.webp");
}
.cid-ulrKaezXiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrKaezXiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrKaezXiP .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulrKaezXiP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrKaezXiP .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulrKaezXiP .row {
  justify-content: space-between;
}
.cid-ulrKaezXiP .mbr-text,
.cid-ulrKaezXiP .mbr-section-btn {
  color: #ffffff;
}
.cid-ulrKaezXiP .mbr-section-title {
  color: #ffffff;
}
.cid-ulrKaezXiP .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulrKaezXiP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulWoIQ5Kj7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/best-online-tech-support-services.webp");
}
.cid-ulWoIQ5Kj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWoIQ5Kj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrN9bH59Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulrN9bH59Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrN9bH59Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrN9bH59Q .mbr-description {
  text-align: left;
}
.cid-ulrN9bH59Q .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ulrN9bH59Q .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrN9bH59Q .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulrN9bH59Q .card-title,
.cid-ulrN9bH59Q .iconfont-wrapper {
  color: #d70081;
}
.cid-ulrN9bH59Q .card-text {
  color: #000000;
}
.cid-ulrN9bH59Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulrN9bH59Q .mbr-number {
  color: #9fe870;
}
.cid-ulrN9bH59Q .mbr-text,
.cid-ulrN9bH59Q .mbr-section-btn {
  text-align: center;
}
.cid-ulrN9bH59Q .card-text,
.cid-ulrN9bH59Q .item .mbr-section-btn {
  text-align: left;
}
.cid-ulrN9bH59Q .mbr-section-btn {
  margin-top: 1rem;
}
.cid-ulrN9bH59Q .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ulrN9bH59Q .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulrN9bH59Q .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ulrN9bH59Q .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ulrN9bH59Q .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulrN9bH59Q .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulrN9bH59Q .card-title {
  text-align: left;
}
.cid-ulrN9bH59Q .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulrN9bH59Q .item-content .item-footer {
  margin-top: auto;
}
.cid-ulrQFvUYqG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulrQFvUYqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrQFvUYqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrQFvUYqG .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulrQFvUYqG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulrQFvUYqG .mbr-iconfont {
  font-size: 3rem;
  color: #d70081;
  padding-right: 1.5rem;
}
.cid-ulrQFvUYqG img,
.cid-ulrQFvUYqG .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulrQFvUYqG .content-head {
  max-width: 800px;
}
.cid-ulrQFvUYqG .mbr-section-title {
  color: #ffffff;
}
.cid-ulrQFvUYqG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulrQFvUYqG .card-text {
  color: #ffffff;
}
.cid-ulrQFvUYqG .card-title {
  color: #ffffff;
}
.cid-ulrKakknSZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulrKakknSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrKakknSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrKakknSZ p {
  line-height: 1.2;
}
.cid-ulrKakknSZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ulrKakknSZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulrKakknSZ .embla__button--next,
.cid-ulrKakknSZ .embla__button--prev {
  display: flex;
}
.cid-ulrKakknSZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ulrKakknSZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulrKakknSZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ulrKakknSZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulrKakknSZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ulrKakknSZ .embla__button {
    top: auto;
  }
}
.cid-ulrKakknSZ .item-wrapper {
  height: 100%;
}
.cid-ulrKakknSZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulrKakknSZ .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-ulrKakknSZ .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ulrKakknSZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ulrKakknSZ .embla {
  position: relative;
  width: 100%;
}
.cid-ulrKakknSZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulrKakknSZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulrKakknSZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulrKakknSZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulrKakknSZ .user_desk {
  color: #232323;
}
.cid-ulrKakknSZ .user_name {
  color: #ffffff;
}
.cid-ulrKakknSZ .user_text,
.cid-ulrKakknSZ .user_name,
.cid-ulrKakknSZ .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-ulrKakknSZ .user_text,
  .cid-ulrKakknSZ .user_name,
  .cid-ulrKakknSZ .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-ulrKakknSZ H3 {
  color: #ffffff;
}
.cid-ulrKakknSZ .user_text {
  color: #ffffff;
}
.cid-ulrKalfjtI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulrKalfjtI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrKalfjtI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrKalfjtI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrKalfjtI .footer-col {
    flex-direction: column;
  }
}
.cid-ulrKalfjtI .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrKalfjtI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulrKalfjtI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrKalfjtI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrKalfjtI .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrKalfjtI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrKalfjtI .soc-item {
  margin: 8px;
}
.cid-ulrKalfjtI .soc-item a:hover .mbr-iconfont,
.cid-ulrKalfjtI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulrKalfjtI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrKalfjtI .row {
    text-align: center;
  }
  .cid-ulrKalfjtI .social-row {
    justify-content: center;
  }
}
.cid-ulrKalfjtI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrKalfjtI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrKalfjtI .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrKalfjtI .mbr-text {
  color: #bbbbbb;
}
.cid-ulrKalfjtI .mbr-section-subtitle {
  color: #565353;
}
.cid-ulrKalfjtI .list,
.cid-ulrKalfjtI .item-wrap {
  color: #232323;
}
.cid-ulrKalfjtI .copyright {
  color: #000000;
}
.cid-ulrZ9DFswr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulrZ9DFswr .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;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulrZ9DFswr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulrZ9DFswr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrZ9DFswr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulrZ9DFswr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulrZ9DFswr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulrZ9DFswr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulrZ9DFswr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulrZ9DFswr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulrZ9DFswr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulrZ9DFswr .nav-item:focus,
.cid-ulrZ9DFswr .nav-link:focus {
  outline: none;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrZ9DFswr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrZ9DFswr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulrZ9DFswr .navbar.opened {
  transition: all 0.25s;
}
.cid-ulrZ9DFswr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrZ9DFswr .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrZ9DFswr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulrZ9DFswr .navbar.collapsed {
  justify-content: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrZ9DFswr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar {
    min-height: 72px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrZ9DFswr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrZ9DFswr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrZ9DFswr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulrZ9DFswr .dropdown-item.active,
.cid-ulrZ9DFswr .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrZ9DFswr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulrZ9DFswr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrZ9DFswr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .navbar-buttons {
    text-align: left;
  }
}
.cid-ulrZ9DFswr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulrZ9DFswr .opacityScroll {
  background: #282828 !important;
}
.cid-ulrZ9DFswr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrZ9DFswr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulrZ9DFswr .navbar {
    height: 70px;
  }
  .cid-ulrZ9DFswr .navbar.opened {
    height: auto;
  }
  .cid-ulrZ9DFswr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulrZ9DFswr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulrZ9DFswr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-brand {
    margin-right: auto;
  }
  .cid-ulrZ9DFswr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uls0vdT14Y {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9.webp");
}
.cid-uls0vdT14Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls0vdT14Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uls0vdT14Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uls0vdT14Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uls0vdT14Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uls0vdT14Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uls0vdT14Y .mbr-section-title {
  color: #ffffff;
}
.cid-uls0vdT14Y .mbr-text,
.cid-uls0vdT14Y .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwxlPK1OI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwxlPK1OI .item:focus,
.cid-ulwxlPK1OI span:focus {
  outline: none;
}
.cid-ulwxlPK1OI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulwxlPK1OI .content-head {
  max-width: 800px;
}
.cid-ulwxlPK1OI .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ulwxlPK1OI .item {
    min-height: 45px;
  }
}
.cid-uls2DFen84 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uls2DFen84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls2DFen84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls2DFen84 .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-uls2DFen84 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uls2DFen84 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uls2DFen84 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uls2DFen84 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uls2DFen84 .row {
  flex-direction: row-reverse;
}
.cid-uls2DFen84 .image-wrapper {
  padding: 0 1rem;
}
.cid-uls2DFen84 img,
.cid-uls2DFen84 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uls2DFen84 img,
  .cid-uls2DFen84 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uls2DFen84 .mbr-section-title {
  color: #ffffff;
}
.cid-uls2DFen84 .mbr-text {
  color: #000000;
}
.cid-uls2DFen84 .mbr-text,
.cid-uls2DFen84 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwdEVbadU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulwdEVbadU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwdEVbadU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwdEVbadU .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwdEVbadU .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwdEVbadU .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwdEVbadU .row {
  justify-content: space-between;
}
.cid-ulwdEVbadU .mbr-text,
.cid-ulwdEVbadU .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwdEVbadU .mbr-section-title {
  color: #ffffff;
}
.cid-ulwdEVbadU .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwdEVbadU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwdEVbadU .mbr-cardtext,
.cid-ulwdEVbadU .mbr-section-btn {
  color: #565353;
}
.cid-ulw5veiYF6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulw5veiYF6 .item:focus,
.cid-ulw5veiYF6 span:focus {
  outline: none;
}
.cid-ulw5veiYF6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulw5veiYF6 .item {
    margin-bottom: 1rem;
  }
}
.cid-ulw5veiYF6 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulw5veiYF6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulw5veiYF6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulw5veiYF6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulw5veiYF6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulw5veiYF6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulw5veiYF6 .mbr-text,
.cid-ulw5veiYF6 .item .mbr-section-btn {
  text-align: center;
}
.cid-ulw5veiYF6 .content-head {
  max-width: 800px;
}
.cid-ulw5veiYF6 .mbr-number {
  color: #d70081;
}
.cid-ulw5veiYF6 .mbr-section-subtitle,
.cid-ulw5veiYF6 .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulw5veiYF6 .mbr-text {
  text-align: left;
}
.cid-ulw5veiYF6 .mbr-text,
.cid-ulw5veiYF6 .mbr-card-btn {
  text-align: left;
}
.cid-ulw5veiYF6 .mbr-text,
.cid-ulw5veiYF6 .mbr-section-btn {
  text-align: left;
}
.cid-ulw5veiYF6 .mbr-text,
.cid-ulw5veiYF6 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ulw5veiYF6 .card-text,
.cid-ulw5veiYF6 .item .mbr-section-btn {
  text-align: left;
  color: #565353;
}
.cid-ulw5veiYF6 .card-title {
  text-align: left;
  color: #d70081;
}
.cid-ulrZ9FdZ5v {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pxfuelrrr.webp");
}
.cid-ulrZ9FdZ5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrZ9FdZ5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrZ9FdZ5v .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulrZ9FdZ5v .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9FdZ5v .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulrZ9FdZ5v .row {
  justify-content: space-between;
}
.cid-ulrZ9FdZ5v .mbr-text,
.cid-ulrZ9FdZ5v .mbr-section-btn {
  color: #ffffff;
}
.cid-ulrZ9FdZ5v .mbr-section-title {
  color: #ffffff;
}
.cid-ulrZ9FdZ5v .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulrZ9FdZ5v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulrZ9FdZ5v .mbr-cardtext,
.cid-ulrZ9FdZ5v .mbr-section-btn {
  color: #565353;
}
.cid-uls5yppNiG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/c308ad54-41ae-4010-8995-21624442fc3b.webp");
}
.cid-uls5yppNiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uls5yppNiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uls5yppNiG .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uls5yppNiG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uls5yppNiG .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uls5yppNiG .row {
  justify-content: space-between;
}
.cid-uls5yppNiG .mbr-text,
.cid-uls5yppNiG .mbr-section-btn {
  color: #ffffff;
}
.cid-uls5yppNiG .mbr-section-title {
  color: #ffffff;
}
.cid-uls5yppNiG .mbr-section-cardtitle {
  color: #d70081;
}
.cid-uls5yppNiG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uls5yppNiG .mbr-cardtext,
.cid-uls5yppNiG .mbr-section-btn {
  color: #565353;
}
.cid-ulwfYGz5Zs {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sans-titres-1.webp");
}
.cid-ulwfYGz5Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwfYGz5Zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwfYGz5Zs .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwfYGz5Zs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwfYGz5Zs .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwfYGz5Zs .row {
  justify-content: space-between;
}
.cid-ulwfYGz5Zs .mbr-text,
.cid-ulwfYGz5Zs .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwfYGz5Zs .mbr-section-title {
  color: #ffffff;
}
.cid-ulwfYGz5Zs .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwfYGz5Zs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwfYGz5Zs .mbr-cardtext,
.cid-ulwfYGz5Zs .mbr-section-btn {
  color: #565353;
}
.cid-ulwg0nyNbs {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulwg0nyNbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwg0nyNbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwg0nyNbs .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwg0nyNbs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwg0nyNbs .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwg0nyNbs .row {
  justify-content: space-between;
}
.cid-ulwg0nyNbs .mbr-text,
.cid-ulwg0nyNbs .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwg0nyNbs .mbr-section-title {
  color: #ffffff;
}
.cid-ulwg0nyNbs .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwg0nyNbs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwg0nyNbs .mbr-cardtext,
.cid-ulwg0nyNbs .mbr-section-btn {
  color: #565353;
}
.cid-ulwg2SxBLd {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/portrait-excited-attractive-businesswoman-1.webp");
}
.cid-ulwg2SxBLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwg2SxBLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwg2SxBLd .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwg2SxBLd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwg2SxBLd .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwg2SxBLd .row {
  justify-content: space-between;
}
.cid-ulwg2SxBLd .mbr-text,
.cid-ulwg2SxBLd .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwg2SxBLd .mbr-section-title {
  color: #ffffff;
}
.cid-ulwg2SxBLd .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwg2SxBLd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwg2SxBLd .mbr-cardtext,
.cid-ulwg2SxBLd .mbr-section-btn {
  color: #565353;
}
.cid-ulwJ71szFy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwJ71szFy .mbr-text {
  color: #565353;
}
.cid-ulwJ71szFy .mbr-section-subtitle {
  color: #000000;
}
.cid-ulwJ71szFy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulwJ71szFy .mbr-text,
.cid-ulwJ71szFy .item .mbr-section-btn {
  text-align: left;
}
.cid-ulwJ71szFy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulwJ71szFy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwJ71szFy .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwJ71szFy .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulwJ71szFy .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulwJ71szFy .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulwJ71szFy .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulwJ71szFy .mbr-text UL {
  text-align: left;
}
.cid-ulwJ71szFy .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulN5PpTo0W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pngtree-top-view-of-broken-smart-phone-on-color-background-image-15665613.webp");
}
.cid-ulN5PpTo0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN5PpTo0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN5PpTo0W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ulN5PpTo0W .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ulN5PpTo0W .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ulN5PpTo0W img,
.cid-ulN5PpTo0W .item-img {
  width: 100%;
  object-position: 50% top;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulN5PpTo0W img,
  .cid-ulN5PpTo0W .item-img {
    max-height: 350px;
  }
}
.cid-ulN5PpTo0W H5 {
  color: #ffffff;
}
.cid-ulN5PpTo0W .mbr-text,
.cid-ulN5PpTo0W .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwkZrpRls {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwkZrpRls .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwkZrpRls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwkZrpRls .mbr-section-subtitle {
  color: #edefeb;
}
.cid-ulwkZrpRls .mbr-section-title {
  color: #ffffff;
}
.cid-ulwar1lIIN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulwar1lIIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwar1lIIN .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulwar1lIIN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulwar1lIIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwar1lIIN .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulwar1lIIN .card-title,
.cid-ulwar1lIIN .iconfont-wrapper,
.cid-ulwar1lIIN .card-text {
  color: #000000;
  text-align: center;
}
.cid-ulwar1lIIN .content-head {
  max-width: 800px;
}
.cid-ulwar1lIIN .mbr-section-title {
  color: #000000;
}
.cid-ulwar1lIIN .mbr-section-btn {
  text-align: center;
}
.cid-ulwar1lIIN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwar1lIIN .card-title,
.cid-ulwar1lIIN .iconfont-wrapper {
  color: #ffffff;
}
.cid-ulrZ9Im1ma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulrZ9Im1ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrZ9Im1ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrZ9Im1ma .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .footer-col {
    flex-direction: column;
  }
}
.cid-ulrZ9Im1ma .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrZ9Im1ma .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrZ9Im1ma .soc-item {
  margin: 8px;
}
.cid-ulrZ9Im1ma .soc-item a:hover .mbr-iconfont,
.cid-ulrZ9Im1ma .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulrZ9Im1ma .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    text-align: center;
  }
  .cid-ulrZ9Im1ma .social-row {
    justify-content: center;
  }
}
.cid-ulrZ9Im1ma .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrZ9Im1ma .mbr-text {
  color: #bbbbbb;
}
.cid-ulrZ9Im1ma .mbr-section-subtitle {
  color: #565353;
}
.cid-ulrZ9Im1ma .list,
.cid-ulrZ9Im1ma .item-wrap {
  color: #232323;
}
.cid-ulrZ9Im1ma .copyright {
  color: #000000;
}
.cid-ulwBGSm9bQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulwBGSm9bQ .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;
}
@media (max-width: 767px) {
  .cid-ulwBGSm9bQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulwBGSm9bQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulwBGSm9bQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulwBGSm9bQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulwBGSm9bQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulwBGSm9bQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulwBGSm9bQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulwBGSm9bQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulwBGSm9bQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulwBGSm9bQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulwBGSm9bQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulwBGSm9bQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulwBGSm9bQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulwBGSm9bQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulwBGSm9bQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulwBGSm9bQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulwBGSm9bQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulwBGSm9bQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulwBGSm9bQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulwBGSm9bQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulwBGSm9bQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulwBGSm9bQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGSm9bQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulwBGSm9bQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulwBGSm9bQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulwBGSm9bQ .nav-item:focus,
.cid-ulwBGSm9bQ .nav-link:focus {
  outline: none;
}
.cid-ulwBGSm9bQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulwBGSm9bQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulwBGSm9bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulwBGSm9bQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulwBGSm9bQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulwBGSm9bQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulwBGSm9bQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulwBGSm9bQ .navbar.opened {
  transition: all 0.25s;
}
.cid-ulwBGSm9bQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulwBGSm9bQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ulwBGSm9bQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulwBGSm9bQ .navbar.collapsed {
  justify-content: center;
}
.cid-ulwBGSm9bQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulwBGSm9bQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulwBGSm9bQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulwBGSm9bQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulwBGSm9bQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulwBGSm9bQ .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-ulwBGSm9bQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulwBGSm9bQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulwBGSm9bQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulwBGSm9bQ .navbar {
    min-height: 72px;
  }
  .cid-ulwBGSm9bQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulwBGSm9bQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulwBGSm9bQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulwBGSm9bQ .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-ulwBGSm9bQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulwBGSm9bQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulwBGSm9bQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulwBGSm9bQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulwBGSm9bQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulwBGSm9bQ .dropdown-item.active,
.cid-ulwBGSm9bQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ulwBGSm9bQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulwBGSm9bQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulwBGSm9bQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulwBGSm9bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulwBGSm9bQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulwBGSm9bQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulwBGSm9bQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulwBGSm9bQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulwBGSm9bQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ulwBGSm9bQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulwBGSm9bQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulwBGSm9bQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulwBGSm9bQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulwBGSm9bQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulwBGSm9bQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulwBGSm9bQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulwBGSm9bQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulwBGSm9bQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulwBGSm9bQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulwBGSm9bQ .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulwBGSm9bQ .opacityScroll {
  background: #282828 !important;
}
.cid-ulwBGSm9bQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulwBGSm9bQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulwBGSm9bQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulwBGSm9bQ .navbar {
    height: 70px;
  }
  .cid-ulwBGSm9bQ .navbar.opened {
    height: auto;
  }
  .cid-ulwBGSm9bQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulwBGSm9bQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulwBGSm9bQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulwBGSm9bQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ulwBGSm9bQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulwBGSm9bQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulwBGSm9bQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulwBGSm9bQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulwBGSm9bQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulwBGSm9bQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulwBGSm9bQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulwBGSm9bQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulwBGSKEmc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-ulwBGSKEmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGSKEmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulwBGSKEmc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulwBGSKEmc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulwBGSKEmc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwBGSKEmc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulwBGSKEmc .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGSKEmc .mbr-text,
.cid-ulwBGSKEmc .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGT0Kjg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwBGT0Kjg .item:focus,
.cid-ulwBGT0Kjg span:focus {
  outline: none;
}
.cid-ulwBGT0Kjg .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulwBGT0Kjg .content-head {
  max-width: 800px;
}
.cid-ulwBGT0Kjg .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ulwBGT0Kjg .item {
    min-height: 45px;
  }
}
.cid-ulwBGThXxg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulwBGThXxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGThXxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGThXxg .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulwBGThXxg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwBGThXxg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGThXxg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGThXxg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulwBGThXxg .row {
  flex-direction: row-reverse;
}
.cid-ulwBGThXxg .image-wrapper {
  padding: 0 1rem;
}
.cid-ulwBGThXxg img,
.cid-ulwBGThXxg .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulwBGThXxg img,
  .cid-ulwBGThXxg .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulwBGThXxg .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGThXxg .mbr-text {
  color: #000000;
}
.cid-ulwBGThXxg .mbr-text,
.cid-ulwBGThXxg .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGTyYXJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulwBGTyYXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGTyYXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGTyYXJ .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGTyYXJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGTyYXJ .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGTyYXJ .row {
  justify-content: space-between;
}
.cid-ulwBGTyYXJ .mbr-text,
.cid-ulwBGTyYXJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGTyYXJ .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGTyYXJ .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGTyYXJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGTyYXJ .mbr-cardtext,
.cid-ulwBGTyYXJ .mbr-section-btn {
  color: #565353;
}
.cid-ulwBGTPekY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulwBGTPekY .item:focus,
.cid-ulwBGTPekY span:focus {
  outline: none;
}
.cid-ulwBGTPekY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulwBGTPekY .item {
    margin-bottom: 1rem;
  }
}
.cid-ulwBGTPekY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulwBGTPekY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGTPekY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulwBGTPekY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulwBGTPekY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulwBGTPekY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulwBGTPekY .mbr-text,
.cid-ulwBGTPekY .item .mbr-section-btn {
  text-align: center;
}
.cid-ulwBGTPekY .content-head {
  max-width: 800px;
}
.cid-ulwBGTPekY .mbr-number {
  color: #d70081;
}
.cid-ulwBGTPekY .mbr-section-subtitle,
.cid-ulwBGTPekY .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulwBGTPekY .mbr-text {
  text-align: left;
}
.cid-ulwBGTPekY .mbr-text,
.cid-ulwBGTPekY .mbr-card-btn {
  text-align: left;
}
.cid-ulwBGTPekY .mbr-text,
.cid-ulwBGTPekY .mbr-section-btn {
  text-align: left;
}
.cid-ulwBGTPekY .mbr-text,
.cid-ulwBGTPekY .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-ulwBGTPekY .card-text,
.cid-ulwBGTPekY .item .mbr-section-btn {
  text-align: left;
  color: #565353;
}
.cid-ulwBGTPekY .card-title {
  text-align: left;
  color: #d70081;
}
.cid-ulwBGUavz8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulwBGUavz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGUavz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGUavz8 .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGUavz8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGUavz8 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGUavz8 .row {
  justify-content: space-between;
}
.cid-ulwBGUavz8 .mbr-text,
.cid-ulwBGUavz8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGUavz8 .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGUavz8 .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGUavz8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGUavz8 .mbr-cardtext,
.cid-ulwBGUavz8 .mbr-section-btn {
  color: #565353;
}
.cid-ulwBGUwha3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulwBGUwha3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGUwha3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGUwha3 .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGUwha3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGUwha3 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGUwha3 .row {
  justify-content: space-between;
}
.cid-ulwBGUwha3 .mbr-text,
.cid-ulwBGUwha3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGUwha3 .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGUwha3 .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGUwha3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGUwha3 .mbr-cardtext,
.cid-ulwBGUwha3 .mbr-section-btn {
  color: #565353;
}
.cid-ulwBGUNZIG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulwBGUNZIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGUNZIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGUNZIG .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGUNZIG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGUNZIG .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGUNZIG .row {
  justify-content: space-between;
}
.cid-ulwBGUNZIG .mbr-text,
.cid-ulwBGUNZIG .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGUNZIG .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGUNZIG .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGUNZIG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGUNZIG .mbr-cardtext,
.cid-ulwBGUNZIG .mbr-section-btn {
  color: #565353;
}
.cid-ulwBGV4fgO {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulwBGV4fgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGV4fgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGV4fgO .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGV4fgO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGV4fgO .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGV4fgO .row {
  justify-content: space-between;
}
.cid-ulwBGV4fgO .mbr-text,
.cid-ulwBGV4fgO .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGV4fgO .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGV4fgO .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGV4fgO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGV4fgO .mbr-cardtext,
.cid-ulwBGV4fgO .mbr-section-btn {
  color: #565353;
}
.cid-ulwBGVnj63 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulwBGVnj63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGVnj63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGVnj63 .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulwBGVnj63 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGVnj63 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGVnj63 .row {
  justify-content: space-between;
}
.cid-ulwBGVnj63 .mbr-text,
.cid-ulwBGVnj63 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGVnj63 .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGVnj63 .mbr-section-cardtitle {
  color: #d70081;
}
.cid-ulwBGVnj63 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGVnj63 .mbr-cardtext,
.cid-ulwBGVnj63 .mbr-section-btn {
  color: #565353;
}
.cid-ulwHCr7rY4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwHCr7rY4 .mbr-text {
  color: #565353;
}
.cid-ulwHCr7rY4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulwHCr7rY4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulwHCr7rY4 .mbr-text,
.cid-ulwHCr7rY4 .item .mbr-section-btn {
  text-align: left;
}
.cid-ulwHCr7rY4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulwHCr7rY4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwHCr7rY4 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwHCr7rY4 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulwHCr7rY4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulwHCr7rY4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulwHCr7rY4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulwHCr7rY4 .mbr-text UL {
  text-align: left;
}
.cid-ulwHCr7rY4 .mbr-card-subtitle {
  color: #b90c74;
  text-align: left;
}
.cid-ulwBGVGJN5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ulwBGVGJN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGVGJN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGVGJN5 .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulwBGVGJN5 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwBGVGJN5 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGVGJN5 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwBGVGJN5 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulwBGVGJN5 .row {
  flex-direction: row-reverse;
}
.cid-ulwBGVGJN5 .image-wrapper {
  padding: 0 1rem;
}
.cid-ulwBGVGJN5 img,
.cid-ulwBGVGJN5 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulwBGVGJN5 img,
  .cid-ulwBGVGJN5 .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulwBGVGJN5 .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGVGJN5 .mbr-text {
  color: #000000;
}
.cid-ulwBGVGJN5 .mbr-text,
.cid-ulwBGVGJN5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulwBGVXBGr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulwBGVXBGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGVXBGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGVXBGr .mbr-section-subtitle {
  color: #edefeb;
}
.cid-ulwBGVXBGr .mbr-section-title {
  color: #ffffff;
}
.cid-ulwBGWcn29 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulwBGWcn29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGWcn29 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulwBGWcn29 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulwBGWcn29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGWcn29 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-ulwBGWcn29 .card-title,
.cid-ulwBGWcn29 .iconfont-wrapper,
.cid-ulwBGWcn29 .card-text {
  color: #000000;
  text-align: center;
}
.cid-ulwBGWcn29 .content-head {
  max-width: 800px;
}
.cid-ulwBGWcn29 .mbr-section-title {
  color: #000000;
}
.cid-ulwBGWcn29 .mbr-section-btn {
  text-align: center;
}
.cid-ulwBGWcn29 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwBGWcn29 .card-title,
.cid-ulwBGWcn29 .iconfont-wrapper {
  color: #ffffff;
}
.cid-ulwBGWzGpK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulwBGWzGpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwBGWzGpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwBGWzGpK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulwBGWzGpK .footer-col {
    flex-direction: column;
  }
}
.cid-ulwBGWzGpK .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulwBGWzGpK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwBGWzGpK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwBGWzGpK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwBGWzGpK .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulwBGWzGpK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulwBGWzGpK .soc-item {
  margin: 8px;
}
.cid-ulwBGWzGpK .soc-item a:hover .mbr-iconfont,
.cid-ulwBGWzGpK .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulwBGWzGpK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulwBGWzGpK .row {
    text-align: center;
  }
  .cid-ulwBGWzGpK .social-row {
    justify-content: center;
  }
}
.cid-ulwBGWzGpK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulwBGWzGpK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulwBGWzGpK .list {
    margin-bottom: 0rem;
  }
}
.cid-ulwBGWzGpK .mbr-text {
  color: #bbbbbb;
}
.cid-ulwBGWzGpK .mbr-section-subtitle {
  color: #565353;
}
.cid-ulwBGWzGpK .list,
.cid-ulwBGWzGpK .item-wrap {
  color: #232323;
}
.cid-ulwBGWzGpK .copyright {
  color: #000000;
}
.cid-ulrZ9DFswr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulrZ9DFswr .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;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulrZ9DFswr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulrZ9DFswr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrZ9DFswr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulrZ9DFswr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulrZ9DFswr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulrZ9DFswr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulrZ9DFswr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulrZ9DFswr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulrZ9DFswr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulrZ9DFswr .nav-item:focus,
.cid-ulrZ9DFswr .nav-link:focus {
  outline: none;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrZ9DFswr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrZ9DFswr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulrZ9DFswr .navbar.opened {
  transition: all 0.25s;
}
.cid-ulrZ9DFswr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrZ9DFswr .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrZ9DFswr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulrZ9DFswr .navbar.collapsed {
  justify-content: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrZ9DFswr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar {
    min-height: 72px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrZ9DFswr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrZ9DFswr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrZ9DFswr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulrZ9DFswr .dropdown-item.active,
.cid-ulrZ9DFswr .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrZ9DFswr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulrZ9DFswr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrZ9DFswr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .navbar-buttons {
    text-align: left;
  }
}
.cid-ulrZ9DFswr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulrZ9DFswr .opacityScroll {
  background: #282828 !important;
}
.cid-ulrZ9DFswr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrZ9DFswr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulrZ9DFswr .navbar {
    height: 70px;
  }
  .cid-ulrZ9DFswr .navbar.opened {
    height: auto;
  }
  .cid-ulrZ9DFswr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulrZ9DFswr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulrZ9DFswr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-brand {
    margin-right: auto;
  }
  .cid-ulrZ9DFswr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulwNNvDkkz {
  display: flex;
  background-image: url("../../../assets/images/apple-iphone7-jetblack-gold-wallpaper-30a065f92f960eb3180f97361b665438.webp");
}
.cid-ulwNNvDkkz .mbr-overlay {
  background-color: #282828;
  opacity: 0.3;
}
.cid-ulwNNvDkkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwNNvDkkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwNNvDkkz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulwNNvDkkz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulwNNvDkkz {
    align-items: center;
  }
  .cid-ulwNNvDkkz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulwNNvDkkz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulwNNvDkkz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulwNNvDkkz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulwNNvDkkz .content-wrap {
    width: 100%;
  }
}
.cid-ulwNNvDkkz .mbr-section-title {
  text-align: center;
}
.cid-ulwNNvDkkz .mbr-text,
.cid-ulwNNvDkkz .mbr-section-btn {
  text-align: center;
}
.cid-ulwPrRHEcC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d70081;
}
.cid-ulwPrRHEcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulwPrRHEcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwPrRHEcC .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulwPrRHEcC .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulwPrRHEcC .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulwPrRHEcC .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulwPrRHEcC .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulwPrRHEcC .row {
  flex-direction: row-reverse;
}
.cid-ulwPrRHEcC .image-wrapper {
  padding: 0 1rem;
}
.cid-ulwPrRHEcC img,
.cid-ulwPrRHEcC .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulwPrRHEcC img,
  .cid-ulwPrRHEcC .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulwPrRHEcC .mbr-section-title {
  color: #d70081;
}
.cid-ulwPrRHEcC .mbr-text {
  color: #000000;
}
.cid-ulPSHF9nUx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/medhat-dawoud-f-3muxfly2o-unsplash-680x3802x.webp");
}
.cid-ulPSHF9nUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulPSHF9nUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulx7kaYetf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/multi-coloured-blue-pink-purple-gradient.webp");
}
.cid-ulx7kaYetf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulx7kaYetf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulx7kaYetf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulx7kaYetf .mbr-section-title {
  color: #ffffff;
}
.cid-ulWh8eJCCH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wallpaperflare.com-wallpaper.webp");
}
.cid-ulWh8eJCCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWh8eJCCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxicMzo4F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-ulxicMzo4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxicMzo4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxicMzo4F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxicMzo4F .mbr-section-title {
  color: #ffffff;
}
.cid-ulxnfL5P7l {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxnfL5P7l .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxnfL5P7l .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxnfL5P7l .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxnfL5P7l .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxnfL5P7l .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxnfL5P7l .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxnfL5P7l .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxnfL5P7l .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxnfL5P7l .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxnfL5P7l .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxnfL5P7l .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxnfL5P7l .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxnfL5P7l .btn {
  width: -webkit-fill-available;
}
.cid-ulxnfL5P7l .item:focus,
.cid-ulxnfL5P7l span:focus {
  outline: none;
}
.cid-ulxnfL5P7l .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxnfL5P7l .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxnfL5P7l .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxnfL5P7l .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxnfL5P7l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxnfL5P7l .mbr-text,
.cid-ulxnfL5P7l .mbr-section-btn {
  text-align: left;
}
.cid-ulxnfL5P7l .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxnfL5P7l .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxnfL5P7l .content-head {
  max-width: 800px;
}
.cid-ulxoUTlDgG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxoUTlDgG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxoUTlDgG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxoUTlDgG .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxoUTlDgG .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxoUTlDgG .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxoUTlDgG .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxoUTlDgG .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxoUTlDgG .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxoUTlDgG .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxoUTlDgG .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxoUTlDgG .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxoUTlDgG .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxoUTlDgG .btn {
  width: -webkit-fill-available;
}
.cid-ulxoUTlDgG .item:focus,
.cid-ulxoUTlDgG span:focus {
  outline: none;
}
.cid-ulxoUTlDgG .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxoUTlDgG .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxoUTlDgG .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxoUTlDgG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxoUTlDgG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxoUTlDgG .mbr-text,
.cid-ulxoUTlDgG .mbr-section-btn {
  text-align: left;
}
.cid-ulxoUTlDgG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxoUTlDgG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxoUTlDgG .content-head {
  max-width: 800px;
}
.cid-ulxmdb9B3t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxmdb9B3t .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxmdb9B3t .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxmdb9B3t .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxmdb9B3t .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxmdb9B3t .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxmdb9B3t .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxmdb9B3t .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxmdb9B3t .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxmdb9B3t .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxmdb9B3t .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxmdb9B3t .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxmdb9B3t .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxmdb9B3t .btn {
  width: -webkit-fill-available;
}
.cid-ulxmdb9B3t .item:focus,
.cid-ulxmdb9B3t span:focus {
  outline: none;
}
.cid-ulxmdb9B3t .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxmdb9B3t .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxmdb9B3t .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxmdb9B3t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxmdb9B3t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxmdb9B3t .mbr-text,
.cid-ulxmdb9B3t .mbr-section-btn {
  text-align: left;
}
.cid-ulxmdb9B3t .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxmdb9B3t .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxmdb9B3t .content-head {
  max-width: 800px;
}
.cid-ulWhayOzZ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pxfuelrrrr-1.webp");
}
.cid-ulWhayOzZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWhayOzZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxlJSTFxz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-ulxlJSTFxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxlJSTFxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxlJSTFxz .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-ulxlJSTFxz .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxlJSTFxz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxlJSTFxz .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulxlJSTFxz .mbr-text,
.cid-ulxlJSTFxz .mbr-section-btn {
  color: #565353;
}
.cid-ulxlJSTFxz .card-title,
.cid-ulxlJSTFxz .card-box {
  text-align: left;
  color: #d70081;
}
.cid-ulrZ9Im1ma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulrZ9Im1ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrZ9Im1ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrZ9Im1ma .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .footer-col {
    flex-direction: column;
  }
}
.cid-ulrZ9Im1ma .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrZ9Im1ma .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrZ9Im1ma .soc-item {
  margin: 8px;
}
.cid-ulrZ9Im1ma .soc-item a:hover .mbr-iconfont,
.cid-ulrZ9Im1ma .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulrZ9Im1ma .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    text-align: center;
  }
  .cid-ulrZ9Im1ma .social-row {
    justify-content: center;
  }
}
.cid-ulrZ9Im1ma .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrZ9Im1ma .mbr-text {
  color: #bbbbbb;
}
.cid-ulrZ9Im1ma .mbr-section-subtitle {
  color: #565353;
}
.cid-ulrZ9Im1ma .list,
.cid-ulrZ9Im1ma .item-wrap {
  color: #232323;
}
.cid-ulrZ9Im1ma .copyright {
  color: #000000;
}
.cid-ulxqkLnfUu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulxqkLnfUu .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;
}
@media (max-width: 767px) {
  .cid-ulxqkLnfUu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulxqkLnfUu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxqkLnfUu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulxqkLnfUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxqkLnfUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxqkLnfUu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulxqkLnfUu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulxqkLnfUu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulxqkLnfUu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulxqkLnfUu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulxqkLnfUu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulxqkLnfUu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulxqkLnfUu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulxqkLnfUu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulxqkLnfUu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulxqkLnfUu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulxqkLnfUu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulxqkLnfUu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulxqkLnfUu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulxqkLnfUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulxqkLnfUu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulxqkLnfUu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkLnfUu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulxqkLnfUu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulxqkLnfUu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulxqkLnfUu .nav-item:focus,
.cid-ulxqkLnfUu .nav-link:focus {
  outline: none;
}
.cid-ulxqkLnfUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulxqkLnfUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxqkLnfUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulxqkLnfUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxqkLnfUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxqkLnfUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxqkLnfUu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulxqkLnfUu .navbar.opened {
  transition: all 0.25s;
}
.cid-ulxqkLnfUu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulxqkLnfUu .navbar .navbar-logo img {
  width: auto;
}
.cid-ulxqkLnfUu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulxqkLnfUu .navbar.collapsed {
  justify-content: center;
}
.cid-ulxqkLnfUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxqkLnfUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxqkLnfUu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulxqkLnfUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxqkLnfUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxqkLnfUu .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-ulxqkLnfUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxqkLnfUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulxqkLnfUu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulxqkLnfUu .navbar {
    min-height: 72px;
  }
  .cid-ulxqkLnfUu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulxqkLnfUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxqkLnfUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxqkLnfUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxqkLnfUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxqkLnfUu .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-ulxqkLnfUu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxqkLnfUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulxqkLnfUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulxqkLnfUu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulxqkLnfUu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulxqkLnfUu .dropdown-item.active,
.cid-ulxqkLnfUu .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxqkLnfUu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxqkLnfUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxqkLnfUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulxqkLnfUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulxqkLnfUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulxqkLnfUu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulxqkLnfUu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulxqkLnfUu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulxqkLnfUu .navbar-buttons {
    text-align: left;
  }
}
.cid-ulxqkLnfUu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulxqkLnfUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulxqkLnfUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulxqkLnfUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxqkLnfUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxqkLnfUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulxqkLnfUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxqkLnfUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulxqkLnfUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulxqkLnfUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxqkLnfUu .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulxqkLnfUu .opacityScroll {
  background: #282828 !important;
}
.cid-ulxqkLnfUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulxqkLnfUu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulxqkLnfUu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxqkLnfUu .navbar {
    height: 70px;
  }
  .cid-ulxqkLnfUu .navbar.opened {
    height: auto;
  }
  .cid-ulxqkLnfUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulxqkLnfUu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulxqkLnfUu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulxqkLnfUu .navbar-brand {
    margin-right: auto;
  }
  .cid-ulxqkLnfUu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulxqkLnfUu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulxqkLnfUu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulxqkLnfUu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulxqkLnfUu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulxqkLnfUu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulxqkLnfUu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulxqkLnfUu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulxqkMNBGY {
  display: flex;
  background-image: url("../../../assets/images/technician-carefully-inspect-the-internal-parts-of-py29qrn.webp");
}
.cid-ulxqkMNBGY .mbr-overlay {
  background-color: #282828;
  opacity: 0.4;
}
.cid-ulxqkMNBGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkMNBGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkMNBGY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulxqkMNBGY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulxqkMNBGY {
    align-items: center;
  }
  .cid-ulxqkMNBGY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulxqkMNBGY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkMNBGY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulxqkMNBGY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulxqkMNBGY .content-wrap {
    width: 100%;
  }
}
.cid-ulxqkMNBGY .mbr-section-title {
  text-align: center;
}
.cid-ulxqkMNBGY .mbr-text,
.cid-ulxqkMNBGY .mbr-section-btn {
  text-align: center;
}
.cid-ulxqkN0SOq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d70081;
}
.cid-ulxqkN0SOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkN0SOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkN0SOq .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulxqkN0SOq .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxqkN0SOq .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkN0SOq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulxqkN0SOq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulxqkN0SOq .row {
  flex-direction: row-reverse;
}
.cid-ulxqkN0SOq .image-wrapper {
  padding: 0 1rem;
}
.cid-ulxqkN0SOq img,
.cid-ulxqkN0SOq .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulxqkN0SOq img,
  .cid-ulxqkN0SOq .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulxqkN0SOq .mbr-section-title {
  color: #d70081;
}
.cid-ulxqkN0SOq .mbr-text {
  color: #000000;
}
.cid-ulWdNPMHrW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/password-privacy-policy-hacker-privacy-78e6cd9880201ca8406ce14ee8f2f43a.webp");
}
.cid-ulWdNPMHrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWdNPMHrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkNk0nG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/multi-coloured-blue-pink-purple-gradient.webp");
}
.cid-ulxqkNk0nG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkNk0nG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkNk0nG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxqkNk0nG .mbr-section-title {
  color: #ffffff;
}
.cid-ulWdPcK60U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulWdPcK60U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWdPcK60U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkOL1fG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-ulxqkOL1fG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkOL1fG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkOL1fG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxqkOL1fG .mbr-section-title {
  color: #ffffff;
}
.cid-ulxqkOYf4S {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxqkOYf4S .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxqkOYf4S .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxqkOYf4S .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkOYf4S .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkOYf4S .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkOYf4S .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkOYf4S .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkOYf4S .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxqkOYf4S .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxqkOYf4S .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkOYf4S .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxqkOYf4S .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxqkOYf4S .btn {
  width: -webkit-fill-available;
}
.cid-ulxqkOYf4S .item:focus,
.cid-ulxqkOYf4S span:focus {
  outline: none;
}
.cid-ulxqkOYf4S .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxqkOYf4S .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkOYf4S .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkOYf4S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxqkOYf4S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxqkOYf4S .mbr-text,
.cid-ulxqkOYf4S .mbr-section-btn {
  text-align: left;
}
.cid-ulxqkOYf4S .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkOYf4S .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkOYf4S .content-head {
  max-width: 800px;
}
.cid-ulxqkPmnfn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxqkPmnfn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxqkPmnfn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxqkPmnfn .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPmnfn .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPmnfn .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkPmnfn .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPmnfn .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPmnfn .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxqkPmnfn .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxqkPmnfn .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPmnfn .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxqkPmnfn .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxqkPmnfn .btn {
  width: -webkit-fill-available;
}
.cid-ulxqkPmnfn .item:focus,
.cid-ulxqkPmnfn span:focus {
  outline: none;
}
.cid-ulxqkPmnfn .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxqkPmnfn .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPmnfn .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkPmnfn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxqkPmnfn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxqkPmnfn .mbr-text,
.cid-ulxqkPmnfn .mbr-section-btn {
  text-align: left;
}
.cid-ulxqkPmnfn .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkPmnfn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkPmnfn .content-head {
  max-width: 800px;
}
.cid-ulxqkPEmJd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulxqkPEmJd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxqkPEmJd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulxqkPEmJd .item-head {
  background: #565353;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPEmJd .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPEmJd .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkPEmJd .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPEmJd .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPEmJd .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulxqkPEmJd .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulxqkPEmJd .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulxqkPEmJd .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulxqkPEmJd .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulxqkPEmJd .btn {
  width: -webkit-fill-available;
}
.cid-ulxqkPEmJd .item:focus,
.cid-ulxqkPEmJd span:focus {
  outline: none;
}
.cid-ulxqkPEmJd .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulxqkPEmJd .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkPEmJd .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulxqkPEmJd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulxqkPEmJd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxqkPEmJd .mbr-text,
.cid-ulxqkPEmJd .mbr-section-btn {
  text-align: left;
}
.cid-ulxqkPEmJd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkPEmJd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ulxqkPEmJd .content-head {
  max-width: 800px;
}
.cid-ulWdQPBKXL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c308ad54-41ae-4010-8995-21624442fc3b.webp");
}
.cid-ulWdQPBKXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWdQPBKXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkQOf9Z {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-ulxqkQOf9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkQOf9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkQOf9Z .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-ulxqkQOf9Z .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxqkQOf9Z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxqkQOf9Z .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulxqkQOf9Z .mbr-text,
.cid-ulxqkQOf9Z .mbr-section-btn {
  color: #565353;
}
.cid-ulxqkQOf9Z .card-title,
.cid-ulxqkQOf9Z .card-box {
  text-align: left;
  color: #d70081;
}
.cid-ulxqkR5skC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulxqkR5skC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxqkR5skC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxqkR5skC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulxqkR5skC .footer-col {
    flex-direction: column;
  }
}
.cid-ulxqkR5skC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulxqkR5skC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxqkR5skC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxqkR5skC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxqkR5skC .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulxqkR5skC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulxqkR5skC .soc-item {
  margin: 8px;
}
.cid-ulxqkR5skC .soc-item a:hover .mbr-iconfont,
.cid-ulxqkR5skC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulxqkR5skC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulxqkR5skC .row {
    text-align: center;
  }
  .cid-ulxqkR5skC .social-row {
    justify-content: center;
  }
}
.cid-ulxqkR5skC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulxqkR5skC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxqkR5skC .list {
    margin-bottom: 0rem;
  }
}
.cid-ulxqkR5skC .mbr-text {
  color: #bbbbbb;
}
.cid-ulxqkR5skC .mbr-section-subtitle {
  color: #565353;
}
.cid-ulxqkR5skC .list,
.cid-ulxqkR5skC .item-wrap {
  color: #232323;
}
.cid-ulxqkR5skC .copyright {
  color: #000000;
}
.cid-ulxInWF4kG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulxInWF4kG .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;
}
@media (max-width: 767px) {
  .cid-ulxInWF4kG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulxInWF4kG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxInWF4kG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulxInWF4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxInWF4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxInWF4kG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulxInWF4kG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulxInWF4kG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulxInWF4kG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulxInWF4kG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulxInWF4kG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulxInWF4kG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulxInWF4kG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulxInWF4kG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulxInWF4kG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulxInWF4kG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulxInWF4kG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulxInWF4kG .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulxInWF4kG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulxInWF4kG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulxInWF4kG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulxInWF4kG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxInWF4kG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulxInWF4kG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulxInWF4kG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulxInWF4kG .nav-item:focus,
.cid-ulxInWF4kG .nav-link:focus {
  outline: none;
}
.cid-ulxInWF4kG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulxInWF4kG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxInWF4kG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulxInWF4kG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulxInWF4kG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxInWF4kG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxInWF4kG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulxInWF4kG .navbar.opened {
  transition: all 0.25s;
}
.cid-ulxInWF4kG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulxInWF4kG .navbar .navbar-logo img {
  width: auto;
}
.cid-ulxInWF4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulxInWF4kG .navbar.collapsed {
  justify-content: center;
}
.cid-ulxInWF4kG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxInWF4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxInWF4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulxInWF4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxInWF4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxInWF4kG .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-ulxInWF4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxInWF4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulxInWF4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulxInWF4kG .navbar {
    min-height: 72px;
  }
  .cid-ulxInWF4kG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulxInWF4kG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxInWF4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxInWF4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxInWF4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxInWF4kG .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-ulxInWF4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxInWF4kG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulxInWF4kG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulxInWF4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulxInWF4kG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulxInWF4kG .dropdown-item.active,
.cid-ulxInWF4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxInWF4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxInWF4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxInWF4kG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulxInWF4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulxInWF4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulxInWF4kG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulxInWF4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulxInWF4kG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulxInWF4kG .navbar-buttons {
    text-align: left;
  }
}
.cid-ulxInWF4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulxInWF4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulxInWF4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulxInWF4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxInWF4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulxInWF4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulxInWF4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxInWF4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulxInWF4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulxInWF4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulxInWF4kG .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulxInWF4kG .opacityScroll {
  background: #282828 !important;
}
.cid-ulxInWF4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulxInWF4kG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulxInWF4kG .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxInWF4kG .navbar {
    height: 70px;
  }
  .cid-ulxInWF4kG .navbar.opened {
    height: auto;
  }
  .cid-ulxInWF4kG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulxInWF4kG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulxInWF4kG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulxInWF4kG .navbar-brand {
    margin-right: auto;
  }
  .cid-ulxInWF4kG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulxInWF4kG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulxInWF4kG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulxInWF4kG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulxInWF4kG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulxInWF4kG .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulxInWF4kG .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulxInWF4kG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulxInYwWva {
  display: flex;
  background-image: url("../../../assets/images/automate-dappels-d22bf.webp");
}
.cid-ulxInYwWva .mbr-overlay {
  background-color: #b90c74;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-ulxInYwWva {
    align-items: flex-end;
  }
  .cid-ulxInYwWva .row {
    justify-content: center;
  }
  .cid-ulxInYwWva .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulxInYwWva .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulxInYwWva {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ulxInYwWva .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulxInYwWva .content-wrap {
    width: 100%;
  }
}
.cid-ulxInYwWva .mbr-section-title,
.cid-ulxInYwWva .mbr-section-subtitle {
  text-align: center;
}
.cid-ulxInYwWva .mbr-text,
.cid-ulxInYwWva .mbr-section-btn {
  text-align: center;
}
.cid-ulxLXqjh00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ulxLXqjh00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxLXqjh00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxLXqjh00 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ulxLXqjh00 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxLXqjh00 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxLXqjh00 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulxLXqjh00 .wrap {
  background: url("../../../assets/images/mbr-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ulxLXqjh00 .wrap .inner-wrap {
  padding: 40px;
}
.cid-ulxLXqjh00 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulxLXqjh00 .mbr-text,
.cid-ulxLXqjh00 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulI4DRgSer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulI4DRgSer .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulI4DRgSer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulI4DRgSer .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-ulI4DRgSer .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-ulI4DRgSer .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ulI4DRgSer .wrapper {
  padding: 30px 0;
}
.cid-ulI4DRgSer .mbr-section-title {
  color: #fafafa;
}
.cid-ulI4DRgSer .mbr-text,
.cid-ulI4DRgSer .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ulxInZ098b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulxInZ098b .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ulxInZ098b img,
.cid-ulxInZ098b .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ulxInZ098b .item:focus,
.cid-ulxInZ098b span:focus {
  outline: none;
}
.cid-ulxInZ098b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxInZ098b .item {
    margin-bottom: 1rem;
  }
}
.cid-ulxInZ098b .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulxInZ098b .mbr-section-title {
  color: #d70081;
}
.cid-ulxInZ098b .mbr-text,
.cid-ulxInZ098b .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ulxInZ098b .item-title {
  color: #d70081;
  text-align: center;
}
.cid-ulxInZ098b .content-head {
  max-width: 800px;
}
.cid-ulxInZ098b .mbr-section-subtitle {
  color: #565353;
}
.cid-ulxInZslqj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulxInZslqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulxInZslqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulxInZslqj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulxInZslqj .footer-col {
    flex-direction: column;
  }
}
.cid-ulxInZslqj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulxInZslqj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulxInZslqj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxInZslqj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxInZslqj .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulxInZslqj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulxInZslqj .soc-item {
  margin: 8px;
}
.cid-ulxInZslqj .soc-item a:hover .mbr-iconfont,
.cid-ulxInZslqj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulxInZslqj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulxInZslqj .row {
    text-align: center;
  }
  .cid-ulxInZslqj .social-row {
    justify-content: center;
  }
}
.cid-ulxInZslqj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulxInZslqj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulxInZslqj .list {
    margin-bottom: 0rem;
  }
}
.cid-ulxInZslqj .mbr-text {
  color: #bbbbbb;
}
.cid-ulxInZslqj .mbr-section-subtitle {
  color: #565353;
}
.cid-ulxInZslqj .list,
.cid-ulxInZslqj .item-wrap {
  color: #232323;
}
.cid-ulxInZslqj .copyright {
  color: #000000;
}
.cid-ulrZ9DFswr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulrZ9DFswr .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;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulrZ9DFswr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulrZ9DFswr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrZ9DFswr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrZ9DFswr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulrZ9DFswr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulrZ9DFswr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulrZ9DFswr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulrZ9DFswr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulrZ9DFswr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulrZ9DFswr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulrZ9DFswr .nav-item:focus,
.cid-ulrZ9DFswr .nav-link:focus {
  outline: none;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrZ9DFswr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrZ9DFswr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrZ9DFswr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrZ9DFswr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulrZ9DFswr .navbar.opened {
  transition: all 0.25s;
}
.cid-ulrZ9DFswr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrZ9DFswr .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrZ9DFswr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulrZ9DFswr .navbar.collapsed {
  justify-content: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrZ9DFswr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrZ9DFswr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrZ9DFswr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrZ9DFswr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar {
    min-height: 72px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrZ9DFswr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrZ9DFswr .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-ulrZ9DFswr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrZ9DFswr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulrZ9DFswr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrZ9DFswr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulrZ9DFswr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulrZ9DFswr .dropdown-item.active,
.cid-ulrZ9DFswr .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrZ9DFswr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrZ9DFswr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulrZ9DFswr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulrZ9DFswr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrZ9DFswr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .navbar-buttons {
    text-align: left;
  }
}
.cid-ulrZ9DFswr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrZ9DFswr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrZ9DFswr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrZ9DFswr .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulrZ9DFswr .opacityScroll {
  background: #282828 !important;
}
.cid-ulrZ9DFswr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrZ9DFswr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulrZ9DFswr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulrZ9DFswr .navbar {
    height: 70px;
  }
  .cid-ulrZ9DFswr .navbar.opened {
    height: auto;
  }
  .cid-ulrZ9DFswr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulrZ9DFswr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulrZ9DFswr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-brand {
    margin-right: auto;
  }
  .cid-ulrZ9DFswr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulrZ9DFswr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulrZ9DFswr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulrZ9DFswr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulrZ9DFswr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulrZ9DFswr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulxzoIga51 {
  display: flex;
  background-image: url("../../../assets/images/6.webp");
}
.cid-ulxzoIga51 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-ulxzoIga51 {
    align-items: flex-end;
  }
  .cid-ulxzoIga51 .row {
    justify-content: center;
  }
  .cid-ulxzoIga51 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulxzoIga51 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulxzoIga51 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ulxzoIga51 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulxzoIga51 .content-wrap {
    width: 100%;
  }
}
.cid-ulxzoIga51 .mbr-section-title,
.cid-ulxzoIga51 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulxzoIga51 .mbr-text,
.cid-ulxzoIga51 .mbr-section-btn {
  text-align: center;
}
.cid-ulxazDR88J {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulxazDR88J .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ulxazDR88J img,
.cid-ulxazDR88J .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ulxazDR88J .item:focus,
.cid-ulxazDR88J span:focus {
  outline: none;
}
.cid-ulxazDR88J .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulxazDR88J .item {
    margin-bottom: 1rem;
  }
}
.cid-ulxazDR88J .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulxazDR88J .mbr-section-title {
  color: #d70081;
}
.cid-ulxazDR88J .mbr-text,
.cid-ulxazDR88J .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ulxazDR88J .item-title {
  color: #d70081;
  text-align: center;
}
.cid-ulxazDR88J .content-head {
  max-width: 800px;
}
.cid-ulrZ9Im1ma {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulrZ9Im1ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrZ9Im1ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrZ9Im1ma .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .footer-col {
    flex-direction: column;
  }
}
.cid-ulrZ9Im1ma .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulrZ9Im1ma .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulrZ9Im1ma .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulrZ9Im1ma .soc-item {
  margin: 8px;
}
.cid-ulrZ9Im1ma .soc-item a:hover .mbr-iconfont,
.cid-ulrZ9Im1ma .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulrZ9Im1ma .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulrZ9Im1ma .row {
    text-align: center;
  }
  .cid-ulrZ9Im1ma .social-row {
    justify-content: center;
  }
}
.cid-ulrZ9Im1ma .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulrZ9Im1ma .list {
    margin-bottom: 0rem;
  }
}
.cid-ulrZ9Im1ma .mbr-text {
  color: #bbbbbb;
}
.cid-ulrZ9Im1ma .mbr-section-subtitle {
  color: #565353;
}
.cid-ulrZ9Im1ma .list,
.cid-ulrZ9Im1ma .item-wrap {
  color: #232323;
}
.cid-ulrZ9Im1ma .copyright {
  color: #000000;
}
.cid-ulDiGy7tS8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulDiGy7tS8 .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;
}
@media (max-width: 767px) {
  .cid-ulDiGy7tS8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulDiGy7tS8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulDiGy7tS8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulDiGy7tS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulDiGy7tS8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulDiGy7tS8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulDiGy7tS8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulDiGy7tS8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulDiGy7tS8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulDiGy7tS8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulDiGy7tS8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulDiGy7tS8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulDiGy7tS8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulDiGy7tS8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulDiGy7tS8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulDiGy7tS8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulDiGy7tS8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulDiGy7tS8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulDiGy7tS8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulDiGy7tS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulDiGy7tS8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulDiGy7tS8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGy7tS8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulDiGy7tS8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulDiGy7tS8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulDiGy7tS8 .nav-item:focus,
.cid-ulDiGy7tS8 .nav-link:focus {
  outline: none;
}
.cid-ulDiGy7tS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulDiGy7tS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulDiGy7tS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulDiGy7tS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulDiGy7tS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulDiGy7tS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulDiGy7tS8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulDiGy7tS8 .navbar.opened {
  transition: all 0.25s;
}
.cid-ulDiGy7tS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulDiGy7tS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulDiGy7tS8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulDiGy7tS8 .navbar.collapsed {
  justify-content: center;
}
.cid-ulDiGy7tS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulDiGy7tS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulDiGy7tS8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulDiGy7tS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulDiGy7tS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulDiGy7tS8 .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-ulDiGy7tS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulDiGy7tS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulDiGy7tS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulDiGy7tS8 .navbar {
    min-height: 72px;
  }
  .cid-ulDiGy7tS8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulDiGy7tS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulDiGy7tS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulDiGy7tS8 .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-ulDiGy7tS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulDiGy7tS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulDiGy7tS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulDiGy7tS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulDiGy7tS8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulDiGy7tS8 .dropdown-item.active,
.cid-ulDiGy7tS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulDiGy7tS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulDiGy7tS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulDiGy7tS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulDiGy7tS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulDiGy7tS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulDiGy7tS8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulDiGy7tS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulDiGy7tS8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulDiGy7tS8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ulDiGy7tS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulDiGy7tS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulDiGy7tS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulDiGy7tS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulDiGy7tS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulDiGy7tS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulDiGy7tS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulDiGy7tS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulDiGy7tS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulDiGy7tS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulDiGy7tS8 .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulDiGy7tS8 .opacityScroll {
  background: #282828 !important;
}
.cid-ulDiGy7tS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulDiGy7tS8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulDiGy7tS8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulDiGy7tS8 .navbar {
    height: 70px;
  }
  .cid-ulDiGy7tS8 .navbar.opened {
    height: auto;
  }
  .cid-ulDiGy7tS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulDiGy7tS8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulDiGy7tS8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulDiGy7tS8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ulDiGy7tS8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulDiGy7tS8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulDiGy7tS8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulDiGy7tS8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulDiGy7tS8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulDiGy7tS8 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulDiGy7tS8 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulDiGy7tS8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulDiGyBMC6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulDiGyBMC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDiGyBMC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulDiGyBMC6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulDiGyBMC6 .row {
  flex-direction: row-reverse;
}
.cid-ulDiGyBMC6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulDiGyBMC6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulDiGyBMC6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulDiGyBMC6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulDiGyBMC6 .mbr-text,
.cid-ulDiGyBMC6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ulDiGyXXd8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulDiGyXXd8 .item:focus,
.cid-ulDiGyXXd8 span:focus {
  outline: none;
}
.cid-ulDiGyXXd8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulDiGyXXd8 .content-head {
  max-width: 800px;
}
.cid-ulDiGyXXd8 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ulDiGyXXd8 .item {
    min-height: 45px;
  }
}
.cid-ulDiGzmon6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4ac895bda016043d1f8c32f31a29488e207cc378.webp");
}
.cid-ulDiGzmon6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDiGzmon6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulDiGzmon6 .container-fluid {
    padding: 0;
  }
}
.cid-ulDiGzmon6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulDiGzmon6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulDiGzmon6 .embla__button--next,
.cid-ulDiGzmon6 .embla__button--prev {
  display: flex;
}
.cid-ulDiGzmon6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulDiGzmon6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulDiGzmon6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulDiGzmon6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulDiGzmon6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulDiGzmon6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulDiGzmon6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulDiGzmon6 .embla {
  position: relative;
  width: 100%;
}
.cid-ulDiGzmon6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulDiGzmon6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulDiGzmon6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulDiGzmon6 .embla__slide a {
  cursor: grab;
}
.cid-ulDiGzmon6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-ulDiGzmon6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulDiGzmon6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulDiGzmon6 .mbr-section-title {
  color: #232323;
}
.cid-ulDiGzmon6 .mbr-section-subtitle {
  color: #232323;
}
.cid-ulDiGzmon6 .mbr-box {
  color: #ffffff;
}
.cid-ulDiGzmon6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulDiGzmon6 img,
.cid-ulDiGzmon6 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulDiGzmon6 .item-wrapper {
  position: relative;
}
.cid-ulDiGzmon6 .content-head {
  max-width: 800px;
}
.cid-ulDiGA56ki {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulDiGA56ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDiGA56ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDiGA56ki .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulDiGA56ki .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulDiGA56ki .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGA56ki .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulDiGA56ki .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulDiGA56ki .row {
  flex-direction: row-reverse;
}
.cid-ulDiGA56ki .image-wrapper {
  padding: 0 1rem;
}
.cid-ulDiGA56ki img,
.cid-ulDiGA56ki .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulDiGA56ki img,
  .cid-ulDiGA56ki .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulDiGA56ki .mbr-section-title {
  color: #ffffff;
}
.cid-ulDiGA56ki .mbr-text {
  color: #000000;
}
.cid-ulDiGA56ki .mbr-text,
.cid-ulDiGA56ki .mbr-section-btn {
  color: #ffffff;
}
.cid-ulDiGAxOoh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulDiGAxOoh img,
.cid-ulDiGAxOoh .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulDiGAxOoh .item:focus,
.cid-ulDiGAxOoh span:focus {
  outline: none;
}
.cid-ulDiGAxOoh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulDiGAxOoh .item {
    margin-bottom: 1rem;
  }
}
.cid-ulDiGAxOoh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulDiGAxOoh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGAxOoh .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulDiGAxOoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulDiGAxOoh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulDiGAxOoh .mbr-section-title {
  color: #000000;
}
.cid-ulDiGAxOoh .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulDiGAxOoh .item-subtitle {
  text-align: left;
}
.cid-ulDiGAxOoh .mbr-text,
.cid-ulDiGAxOoh .item .mbr-section-btn {
  text-align: left;
}
.cid-ulDiGAxOoh .content-head {
  max-width: 800px;
}
.cid-ulDiGAYCfO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulDiGAYCfO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulDiGAYCfO form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulDiGAYCfO form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulDiGAYCfO form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulDiGAYCfO .content-head {
  max-width: 800px;
}
.cid-ulDiGAYCfO .mbr-section-title {
  color: #ffffff;
}
.cid-ulDiGAYCfO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulDiGBpyo9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #d70081;
}
.cid-ulDiGBpyo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDiGBpyo9 .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-ulDiGBpyo9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGBpyo9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulDiGBpyo9 .google-map {
  height: 100%;
  position: relative;
}
.cid-ulDiGBpyo9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulDiGBpyo9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulDiGBpyo9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulDiGBpyo9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulDiGBpyo9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulDiGBpyo9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulDiGBpyo9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGBpyo9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulDiGBpyo9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulDiGBpyo9 .content-head {
  max-width: 800px;
}
.cid-ulDiGBpyo9 .cardTitle {
  color: #d70081;
}
.cid-ulDiGBpyo9 .list,
.cid-ulDiGBpyo9 .item-wrap {
  color: #565353;
}
.cid-ulDiGBpyo9 .mbr-section-title {
  color: #ffffff;
}
.cid-ulDiGBpyo9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulDiGBNq2w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulDiGBNq2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulDiGBNq2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulDiGBNq2w .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulDiGBNq2w .footer-col {
    flex-direction: column;
  }
}
.cid-ulDiGBNq2w .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulDiGBNq2w .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulDiGBNq2w .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulDiGBNq2w .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDiGBNq2w .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulDiGBNq2w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulDiGBNq2w .soc-item {
  margin: 8px;
}
.cid-ulDiGBNq2w .soc-item a:hover .mbr-iconfont,
.cid-ulDiGBNq2w .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulDiGBNq2w .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulDiGBNq2w .row {
    text-align: center;
  }
  .cid-ulDiGBNq2w .social-row {
    justify-content: center;
  }
}
.cid-ulDiGBNq2w .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulDiGBNq2w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulDiGBNq2w .list {
    margin-bottom: 0rem;
  }
}
.cid-ulDiGBNq2w .mbr-text {
  color: #bbbbbb;
}
.cid-ulDiGBNq2w .mbr-section-subtitle {
  color: #565353;
}
.cid-ulDiGBNq2w .list,
.cid-ulDiGBNq2w .item-wrap {
  color: #232323;
}
.cid-ulDiGBNq2w .copyright {
  color: #000000;
}
.cid-ulx8SKboCu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulx8SKboCu .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;
}
@media (max-width: 767px) {
  .cid-ulx8SKboCu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulx8SKboCu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulx8SKboCu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulx8SKboCu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulx8SKboCu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulx8SKboCu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulx8SKboCu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulx8SKboCu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulx8SKboCu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulx8SKboCu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulx8SKboCu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulx8SKboCu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulx8SKboCu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulx8SKboCu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulx8SKboCu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulx8SKboCu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulx8SKboCu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulx8SKboCu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulx8SKboCu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulx8SKboCu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulx8SKboCu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulx8SKboCu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulx8SKboCu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulx8SKboCu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulx8SKboCu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulx8SKboCu .nav-item:focus,
.cid-ulx8SKboCu .nav-link:focus {
  outline: none;
}
.cid-ulx8SKboCu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulx8SKboCu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulx8SKboCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulx8SKboCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulx8SKboCu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulx8SKboCu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulx8SKboCu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulx8SKboCu .navbar.opened {
  transition: all 0.25s;
}
.cid-ulx8SKboCu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulx8SKboCu .navbar .navbar-logo img {
  width: auto;
}
.cid-ulx8SKboCu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulx8SKboCu .navbar.collapsed {
  justify-content: center;
}
.cid-ulx8SKboCu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulx8SKboCu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulx8SKboCu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulx8SKboCu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulx8SKboCu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulx8SKboCu .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-ulx8SKboCu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulx8SKboCu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulx8SKboCu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulx8SKboCu .navbar {
    min-height: 72px;
  }
  .cid-ulx8SKboCu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulx8SKboCu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulx8SKboCu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulx8SKboCu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulx8SKboCu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulx8SKboCu .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-ulx8SKboCu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulx8SKboCu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulx8SKboCu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulx8SKboCu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulx8SKboCu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulx8SKboCu .dropdown-item.active,
.cid-ulx8SKboCu .dropdown-item:active {
  background-color: transparent;
}
.cid-ulx8SKboCu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulx8SKboCu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulx8SKboCu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulx8SKboCu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulx8SKboCu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulx8SKboCu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulx8SKboCu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulx8SKboCu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulx8SKboCu .navbar-buttons {
    text-align: left;
  }
}
.cid-ulx8SKboCu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulx8SKboCu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulx8SKboCu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulx8SKboCu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulx8SKboCu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulx8SKboCu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulx8SKboCu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulx8SKboCu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulx8SKboCu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulx8SKboCu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulx8SKboCu .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulx8SKboCu .opacityScroll {
  background: #282828 !important;
}
.cid-ulx8SKboCu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulx8SKboCu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulx8SKboCu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulx8SKboCu .navbar {
    height: 70px;
  }
  .cid-ulx8SKboCu .navbar.opened {
    height: auto;
  }
  .cid-ulx8SKboCu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulx8SKboCu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulx8SKboCu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulx8SKboCu .navbar-brand {
    margin-right: auto;
  }
  .cid-ulx8SKboCu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulx8SKboCu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulx8SKboCu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulx8SKboCu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulx8SKboCu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulx8SKboCu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulx8SKboCu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulx8SKboCu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulCy2pN7J6 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulCy2pN7J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulCy2pN7J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulCy2pN7J6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulCy2pN7J6 .row {
  flex-direction: row-reverse;
}
.cid-ulCy2pN7J6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulCy2pN7J6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulCy2pN7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulCy2pN7J6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulCy2pN7J6 .mbr-text,
.cid-ulCy2pN7J6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-ulCz2ywZqu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulCz2ywZqu .item:focus,
.cid-ulCz2ywZqu span:focus {
  outline: none;
}
.cid-ulCz2ywZqu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulCz2ywZqu .content-head {
  max-width: 800px;
}
.cid-ulCz2ywZqu .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ulCz2ywZqu .item {
    min-height: 45px;
  }
}
.cid-ulCwQJ4SMZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/4ac895bda016043d1f8c32f31a29488e207cc378.webp");
}
.cid-ulCwQJ4SMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulCwQJ4SMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulCwQJ4SMZ .container-fluid {
    padding: 0;
  }
}
.cid-ulCwQJ4SMZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulCwQJ4SMZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulCwQJ4SMZ .embla__button--next,
.cid-ulCwQJ4SMZ .embla__button--prev {
  display: flex;
}
.cid-ulCwQJ4SMZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulCwQJ4SMZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulCwQJ4SMZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulCwQJ4SMZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulCwQJ4SMZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulCwQJ4SMZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulCwQJ4SMZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulCwQJ4SMZ .embla {
  position: relative;
  width: 100%;
}
.cid-ulCwQJ4SMZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulCwQJ4SMZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulCwQJ4SMZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulCwQJ4SMZ .embla__slide a {
  cursor: grab;
}
.cid-ulCwQJ4SMZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-ulCwQJ4SMZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulCwQJ4SMZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulCwQJ4SMZ .mbr-section-title {
  color: #232323;
}
.cid-ulCwQJ4SMZ .mbr-section-subtitle {
  color: #232323;
}
.cid-ulCwQJ4SMZ .mbr-box {
  color: #ffffff;
}
.cid-ulCwQJ4SMZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulCwQJ4SMZ img,
.cid-ulCwQJ4SMZ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulCwQJ4SMZ .item-wrapper {
  position: relative;
}
.cid-ulCwQJ4SMZ .content-head {
  max-width: 800px;
}
.cid-ulCzIJXIna {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulCzIJXIna .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulCzIJXIna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulCzIJXIna .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulCzIJXIna .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulCzIJXIna .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulCzIJXIna .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulCzIJXIna .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulCzIJXIna .row {
  flex-direction: row-reverse;
}
.cid-ulCzIJXIna .image-wrapper {
  padding: 0 1rem;
}
.cid-ulCzIJXIna img,
.cid-ulCzIJXIna .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulCzIJXIna img,
  .cid-ulCzIJXIna .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulCzIJXIna .mbr-section-title {
  color: #ffffff;
}
.cid-ulCzIJXIna .mbr-text {
  color: #000000;
}
.cid-ulCzIJXIna .mbr-text,
.cid-ulCzIJXIna .mbr-section-btn {
  color: #ffffff;
}
.cid-ulCBlaT5Qg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulCBlaT5Qg img,
.cid-ulCBlaT5Qg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulCBlaT5Qg .item:focus,
.cid-ulCBlaT5Qg span:focus {
  outline: none;
}
.cid-ulCBlaT5Qg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulCBlaT5Qg .item {
    margin-bottom: 1rem;
  }
}
.cid-ulCBlaT5Qg .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulCBlaT5Qg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulCBlaT5Qg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulCBlaT5Qg .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulCBlaT5Qg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulCBlaT5Qg .mbr-section-title {
  color: #000000;
}
.cid-ulCBlaT5Qg .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulCBlaT5Qg .item-subtitle {
  text-align: left;
}
.cid-ulCBlaT5Qg .mbr-text,
.cid-ulCBlaT5Qg .item .mbr-section-btn {
  text-align: left;
}
.cid-ulCBlaT5Qg .content-head {
  max-width: 800px;
}
.cid-ulCEWOwDOM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulCEWOwDOM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulCEWOwDOM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulCEWOwDOM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulCEWOwDOM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulCEWOwDOM .content-head {
  max-width: 800px;
}
.cid-ulCEWOwDOM .mbr-section-title {
  color: #ffffff;
}
.cid-ulCEWOwDOM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulCF4tv6yj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #d70081;
}
.cid-ulCF4tv6yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulCF4tv6yj .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-ulCF4tv6yj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulCF4tv6yj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulCF4tv6yj .google-map {
  height: 100%;
  position: relative;
}
.cid-ulCF4tv6yj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulCF4tv6yj .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulCF4tv6yj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulCF4tv6yj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulCF4tv6yj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulCF4tv6yj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulCF4tv6yj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulCF4tv6yj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulCF4tv6yj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulCF4tv6yj .content-head {
  max-width: 800px;
}
.cid-ulCF4tv6yj .cardTitle {
  color: #d70081;
}
.cid-ulCF4tv6yj .list,
.cid-ulCF4tv6yj .item-wrap {
  color: #565353;
}
.cid-ulCF4tv6yj .mbr-section-title {
  color: #ffffff;
}
.cid-ulCF4tv6yj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulx8SKzsa6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulx8SKzsa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulx8SKzsa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulx8SKzsa6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulx8SKzsa6 .footer-col {
    flex-direction: column;
  }
}
.cid-ulx8SKzsa6 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulx8SKzsa6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulx8SKzsa6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulx8SKzsa6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulx8SKzsa6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulx8SKzsa6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulx8SKzsa6 .soc-item {
  margin: 8px;
}
.cid-ulx8SKzsa6 .soc-item a:hover .mbr-iconfont,
.cid-ulx8SKzsa6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulx8SKzsa6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulx8SKzsa6 .row {
    text-align: center;
  }
  .cid-ulx8SKzsa6 .social-row {
    justify-content: center;
  }
}
.cid-ulx8SKzsa6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulx8SKzsa6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulx8SKzsa6 .list {
    margin-bottom: 0rem;
  }
}
.cid-ulx8SKzsa6 .mbr-text {
  color: #bbbbbb;
}
.cid-ulx8SKzsa6 .mbr-section-subtitle {
  color: #565353;
}
.cid-ulx8SKzsa6 .list,
.cid-ulx8SKzsa6 .item-wrap {
  color: #232323;
}
.cid-ulx8SKzsa6 .copyright {
  color: #000000;
}
.cid-ulHSaMkhYL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulHSaMkhYL .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;
}
@media (max-width: 767px) {
  .cid-ulHSaMkhYL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulHSaMkhYL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulHSaMkhYL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulHSaMkhYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulHSaMkhYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulHSaMkhYL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulHSaMkhYL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulHSaMkhYL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulHSaMkhYL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulHSaMkhYL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulHSaMkhYL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulHSaMkhYL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulHSaMkhYL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulHSaMkhYL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulHSaMkhYL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulHSaMkhYL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulHSaMkhYL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulHSaMkhYL .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulHSaMkhYL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulHSaMkhYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulHSaMkhYL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulHSaMkhYL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaMkhYL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulHSaMkhYL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulHSaMkhYL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulHSaMkhYL .nav-item:focus,
.cid-ulHSaMkhYL .nav-link:focus {
  outline: none;
}
.cid-ulHSaMkhYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulHSaMkhYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulHSaMkhYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulHSaMkhYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulHSaMkhYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulHSaMkhYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulHSaMkhYL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulHSaMkhYL .navbar.opened {
  transition: all 0.25s;
}
.cid-ulHSaMkhYL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulHSaMkhYL .navbar .navbar-logo img {
  width: auto;
}
.cid-ulHSaMkhYL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulHSaMkhYL .navbar.collapsed {
  justify-content: center;
}
.cid-ulHSaMkhYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulHSaMkhYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulHSaMkhYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulHSaMkhYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulHSaMkhYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulHSaMkhYL .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-ulHSaMkhYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulHSaMkhYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulHSaMkhYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulHSaMkhYL .navbar {
    min-height: 72px;
  }
  .cid-ulHSaMkhYL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulHSaMkhYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulHSaMkhYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulHSaMkhYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulHSaMkhYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulHSaMkhYL .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-ulHSaMkhYL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulHSaMkhYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulHSaMkhYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulHSaMkhYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulHSaMkhYL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulHSaMkhYL .dropdown-item.active,
.cid-ulHSaMkhYL .dropdown-item:active {
  background-color: transparent;
}
.cid-ulHSaMkhYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulHSaMkhYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulHSaMkhYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulHSaMkhYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulHSaMkhYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulHSaMkhYL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulHSaMkhYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulHSaMkhYL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulHSaMkhYL .navbar-buttons {
    text-align: left;
  }
}
.cid-ulHSaMkhYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulHSaMkhYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulHSaMkhYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulHSaMkhYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulHSaMkhYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulHSaMkhYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulHSaMkhYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulHSaMkhYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulHSaMkhYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulHSaMkhYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulHSaMkhYL .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulHSaMkhYL .opacityScroll {
  background: #282828 !important;
}
.cid-ulHSaMkhYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulHSaMkhYL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulHSaMkhYL .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulHSaMkhYL .navbar {
    height: 70px;
  }
  .cid-ulHSaMkhYL .navbar.opened {
    height: auto;
  }
  .cid-ulHSaMkhYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulHSaMkhYL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulHSaMkhYL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulHSaMkhYL .navbar-brand {
    margin-right: auto;
  }
  .cid-ulHSaMkhYL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulHSaMkhYL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulHSaMkhYL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulHSaMkhYL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulHSaMkhYL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulHSaMkhYL .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulHSaMkhYL .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulHSaMkhYL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulHSaMKBLD {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulHSaMKBLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHSaMKBLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulHSaMKBLD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulHSaMKBLD .row {
  flex-direction: row-reverse;
}
.cid-ulHSaMKBLD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulHSaMKBLD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulHSaMKBLD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulHSaMKBLD .mbr-section-title {
  color: #000000;
}
.cid-ulHSaMKBLD .mbr-text,
.cid-ulHSaMKBLD .mbr-section-btn {
  color: #232323;
}
.cid-ulHSaN102m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulHSaN102m .item:focus,
.cid-ulHSaN102m span:focus {
  outline: none;
}
.cid-ulHSaN102m .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ulHSaN102m .content-head {
  max-width: 800px;
}
.cid-ulHSaN102m .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ulHSaN102m .item {
    min-height: 45px;
  }
}
.cid-ulHSaNmobd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mobile-phone-phone-cellphone-technology-97d77224eff61231952880b9251accfb.webp");
}
.cid-ulHSaNmobd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHSaNmobd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulHSaNmobd .container-fluid {
    padding: 0;
  }
}
.cid-ulHSaNmobd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulHSaNmobd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulHSaNmobd .embla__button--next,
.cid-ulHSaNmobd .embla__button--prev {
  display: flex;
}
.cid-ulHSaNmobd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulHSaNmobd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulHSaNmobd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ulHSaNmobd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulHSaNmobd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulHSaNmobd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulHSaNmobd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulHSaNmobd .embla {
  position: relative;
  width: 100%;
}
.cid-ulHSaNmobd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulHSaNmobd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulHSaNmobd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulHSaNmobd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulHSaNmobd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulHSaNmobd .mbr-section-title {
  color: #232323;
}
.cid-ulHSaNmobd .mbr-section-subtitle {
  color: #232323;
}
.cid-ulHSaNmobd .mbr-box {
  color: #ffffff;
}
.cid-ulHSaNmobd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulHSaNmobd img,
.cid-ulHSaNmobd .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulHSaNmobd .item-wrapper {
  position: relative;
}
.cid-ulHSaNmobd .content-head {
  max-width: 800px;
}
.cid-ulHSaNTUKy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulHSaNTUKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHSaNTUKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHSaNTUKy .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulHSaNTUKy .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulHSaNTUKy .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaNTUKy .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulHSaNTUKy .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulHSaNTUKy .row {
  flex-direction: row-reverse;
}
.cid-ulHSaNTUKy .image-wrapper {
  padding: 0 1rem;
}
.cid-ulHSaNTUKy img,
.cid-ulHSaNTUKy .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulHSaNTUKy img,
  .cid-ulHSaNTUKy .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulHSaNTUKy .mbr-section-title {
  color: #ffffff;
}
.cid-ulHSaNTUKy .mbr-text {
  color: #000000;
}
.cid-ulHSaNTUKy .mbr-text,
.cid-ulHSaNTUKy .mbr-section-btn {
  color: #ffffff;
}
.cid-ulHSaObt0w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulHSaObt0w img,
.cid-ulHSaObt0w .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulHSaObt0w .item:focus,
.cid-ulHSaObt0w span:focus {
  outline: none;
}
.cid-ulHSaObt0w .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulHSaObt0w .item {
    margin-bottom: 1rem;
  }
}
.cid-ulHSaObt0w .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulHSaObt0w .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaObt0w .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ulHSaObt0w .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulHSaObt0w .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ulHSaObt0w .mbr-section-title {
  color: #000000;
}
.cid-ulHSaObt0w .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulHSaObt0w .item-subtitle {
  text-align: left;
}
.cid-ulHSaObt0w .mbr-text,
.cid-ulHSaObt0w .item .mbr-section-btn {
  text-align: left;
}
.cid-ulHSaObt0w .content-head {
  max-width: 800px;
}
.cid-ulHSaOx7Pt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.webp");
}
.cid-ulHSaOx7Pt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulHSaOx7Pt form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulHSaOx7Pt form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulHSaOx7Pt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulHSaOx7Pt .content-head {
  max-width: 800px;
}
.cid-ulHSaOx7Pt .mbr-section-title {
  color: #ffffff;
}
.cid-ulHSaOx7Pt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulHSaOVTRb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #d70081;
}
.cid-ulHSaOVTRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHSaOVTRb .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-ulHSaOVTRb .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaOVTRb .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulHSaOVTRb .google-map {
  height: 100%;
  position: relative;
}
.cid-ulHSaOVTRb .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulHSaOVTRb .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulHSaOVTRb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulHSaOVTRb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulHSaOVTRb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulHSaOVTRb .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulHSaOVTRb .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaOVTRb .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulHSaOVTRb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulHSaOVTRb .content-head {
  max-width: 800px;
}
.cid-ulHSaOVTRb .cardTitle {
  color: #d70081;
}
.cid-ulHSaOVTRb .list,
.cid-ulHSaOVTRb .item-wrap {
  color: #565353;
}
.cid-ulHSaOVTRb .mbr-section-title {
  color: #ffffff;
}
.cid-ulHSaOVTRb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulHSaPizVz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulHSaPizVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHSaPizVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulHSaPizVz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulHSaPizVz .footer-col {
    flex-direction: column;
  }
}
.cid-ulHSaPizVz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulHSaPizVz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulHSaPizVz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulHSaPizVz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulHSaPizVz .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulHSaPizVz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulHSaPizVz .soc-item {
  margin: 8px;
}
.cid-ulHSaPizVz .soc-item a:hover .mbr-iconfont,
.cid-ulHSaPizVz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulHSaPizVz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulHSaPizVz .row {
    text-align: center;
  }
  .cid-ulHSaPizVz .social-row {
    justify-content: center;
  }
}
.cid-ulHSaPizVz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulHSaPizVz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulHSaPizVz .list {
    margin-bottom: 0rem;
  }
}
.cid-ulHSaPizVz .mbr-text {
  color: #bbbbbb;
}
.cid-ulHSaPizVz .mbr-section-subtitle {
  color: #565353;
}
.cid-ulHSaPizVz .list,
.cid-ulHSaPizVz .item-wrap {
  color: #232323;
}
.cid-ulHSaPizVz .copyright {
  color: #000000;
}
.cid-ulI3zwZU9T {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulI3zwZU9T .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;
}
@media (max-width: 767px) {
  .cid-ulI3zwZU9T .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulI3zwZU9T .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulI3zwZU9T .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulI3zwZU9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulI3zwZU9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulI3zwZU9T .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulI3zwZU9T .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulI3zwZU9T .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulI3zwZU9T .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulI3zwZU9T .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulI3zwZU9T .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulI3zwZU9T .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulI3zwZU9T .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulI3zwZU9T .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulI3zwZU9T .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulI3zwZU9T .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulI3zwZU9T .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulI3zwZU9T .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulI3zwZU9T .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulI3zwZU9T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulI3zwZU9T .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulI3zwZU9T .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulI3zwZU9T .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulI3zwZU9T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulI3zwZU9T .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulI3zwZU9T .nav-item:focus,
.cid-ulI3zwZU9T .nav-link:focus {
  outline: none;
}
.cid-ulI3zwZU9T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulI3zwZU9T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulI3zwZU9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulI3zwZU9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulI3zwZU9T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulI3zwZU9T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulI3zwZU9T .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulI3zwZU9T .navbar.opened {
  transition: all 0.25s;
}
.cid-ulI3zwZU9T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulI3zwZU9T .navbar .navbar-logo img {
  width: auto;
}
.cid-ulI3zwZU9T .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulI3zwZU9T .navbar.collapsed {
  justify-content: center;
}
.cid-ulI3zwZU9T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulI3zwZU9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulI3zwZU9T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulI3zwZU9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulI3zwZU9T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulI3zwZU9T .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-ulI3zwZU9T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulI3zwZU9T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulI3zwZU9T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulI3zwZU9T .navbar {
    min-height: 72px;
  }
  .cid-ulI3zwZU9T .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulI3zwZU9T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulI3zwZU9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulI3zwZU9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulI3zwZU9T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulI3zwZU9T .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-ulI3zwZU9T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulI3zwZU9T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulI3zwZU9T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulI3zwZU9T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulI3zwZU9T .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulI3zwZU9T .dropdown-item.active,
.cid-ulI3zwZU9T .dropdown-item:active {
  background-color: transparent;
}
.cid-ulI3zwZU9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulI3zwZU9T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulI3zwZU9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulI3zwZU9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulI3zwZU9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulI3zwZU9T .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulI3zwZU9T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulI3zwZU9T .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulI3zwZU9T .navbar-buttons {
    text-align: left;
  }
}
.cid-ulI3zwZU9T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulI3zwZU9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulI3zwZU9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulI3zwZU9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulI3zwZU9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulI3zwZU9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulI3zwZU9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulI3zwZU9T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulI3zwZU9T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulI3zwZU9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulI3zwZU9T .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulI3zwZU9T .opacityScroll {
  background: #282828 !important;
}
.cid-ulI3zwZU9T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulI3zwZU9T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulI3zwZU9T .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulI3zwZU9T .navbar {
    height: 70px;
  }
  .cid-ulI3zwZU9T .navbar.opened {
    height: auto;
  }
  .cid-ulI3zwZU9T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulI3zwZU9T .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulI3zwZU9T .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulI3zwZU9T .navbar-brand {
    margin-right: auto;
  }
  .cid-ulI3zwZU9T .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulI3zwZU9T .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulI3zwZU9T .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulI3zwZU9T .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulI3zwZU9T .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulI3zwZU9T .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulI3zwZU9T .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulI3zwZU9T .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulI3zxKoRX {
  display: flex;
  background-image: url("../../../assets/images/pngtree-essential-tech-a-collection-of-computers-devices-and-office-equipment-including-picture-image-5591259.webp");
}
.cid-ulI3zxKoRX .mbr-overlay {
  background-color: #282828;
  opacity: 0.5;
}
.cid-ulI3zxKoRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulI3zxKoRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulI3zxKoRX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulI3zxKoRX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulI3zxKoRX {
    align-items: center;
  }
  .cid-ulI3zxKoRX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulI3zxKoRX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulI3zxKoRX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulI3zxKoRX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulI3zxKoRX .content-wrap {
    width: 100%;
  }
}
.cid-ulI3zxKoRX .mbr-section-title {
  text-align: center;
}
.cid-ulI3zxKoRX .mbr-text,
.cid-ulI3zxKoRX .mbr-section-btn {
  text-align: center;
}
.cid-ulIk5KP8mR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulIk5KP8mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIk5KP8mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIk5KP8mR .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ulIk5KP8mR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ulIk5KP8mR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIk5KP8mR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulIk5KP8mR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulIk5KP8mR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ulIk5KP8mR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ulIk5KP8mR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulIk5KP8mR .card-title {
  color: #d70081;
}
.cid-ulVFbi8SZ6 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pxfuelww.webp");
}
.cid-ulVFbi8SZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulVFbi8SZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulVFbi8SZ6 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulVFbi8SZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-ulIAHZUy4q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulIAHZUy4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIAHZUy4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIAHZUy4q .mbr-section-title {
  color: #ffffff;
}
.cid-ulIAHZUy4q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulIwrz6ole {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulIwrz6ole .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIwrz6ole .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulIwrz6ole .item-head {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIwrz6ole .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIwrz6ole .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulIwrz6ole .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIwrz6ole .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIwrz6ole .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulIwrz6ole .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulIwrz6ole .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIwrz6ole .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulIwrz6ole .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulIwrz6ole .btn {
  width: -webkit-fill-available;
}
.cid-ulIwrz6ole .item:focus,
.cid-ulIwrz6ole span:focus {
  outline: none;
}
.cid-ulIwrz6ole .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulIwrz6ole .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIwrz6ole .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulIwrz6ole .mbr-section-title {
  color: #ffffff;
}
.cid-ulIwrz6ole .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulIwrz6ole .mbr-text,
.cid-ulIwrz6ole .mbr-section-btn {
  text-align: left;
}
.cid-ulIwrz6ole .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulIwrz6ole .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ulIwrz6ole .content-head {
  max-width: 800px;
}
.cid-ulIB5Zmekt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulIB5Zmekt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIB5Zmekt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIB5Zmekt .mbr-section-title {
  color: #ffffff;
}
.cid-ulIB5Zmekt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulIAmO0i8o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulIAmO0i8o .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIAmO0i8o .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulIAmO0i8o .item-head {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIAmO0i8o .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIAmO0i8o .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulIAmO0i8o .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIAmO0i8o .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIAmO0i8o .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulIAmO0i8o .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulIAmO0i8o .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulIAmO0i8o .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulIAmO0i8o .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulIAmO0i8o .btn {
  width: -webkit-fill-available;
}
.cid-ulIAmO0i8o .item:focus,
.cid-ulIAmO0i8o span:focus {
  outline: none;
}
.cid-ulIAmO0i8o .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulIAmO0i8o .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIAmO0i8o .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulIAmO0i8o .mbr-section-title {
  color: #ffffff;
}
.cid-ulIAmO0i8o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulIAmO0i8o .mbr-text,
.cid-ulIAmO0i8o .mbr-section-btn {
  text-align: left;
}
.cid-ulIAmO0i8o .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulIAmO0i8o .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ulIAmO0i8o .content-head {
  max-width: 800px;
}
.cid-ulVFsBlVJW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/11.webp");
}
.cid-ulVFsBlVJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulVFsBlVJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulVFsBlVJW .mbr-section-subtitle {
  text-align: center;
}
.cid-ulVFsBlVJW .mbr-section-title {
  color: #ffffff;
}
.cid-ulIE59H6IK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ulIE59H6IK .mbr-text {
  color: #000000;
}
.cid-ulIE59H6IK .mbr-section-subtitle {
  color: #000000;
}
.cid-ulIE59H6IK .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulIE59H6IK .mbr-text,
.cid-ulIE59H6IK .item .mbr-section-btn {
  text-align: left;
}
.cid-ulIE59H6IK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIE59H6IK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulIE59H6IK .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulIE59H6IK .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulIE59H6IK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulIE59H6IK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulIE59H6IK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulIE59H6IK .mbr-text UL {
  text-align: left;
}
.cid-ulIE59H6IK .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulIE59H6IK .mbr-card-title {
  color: #d70081;
}
.cid-ulIIwHkej8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulIIwHkej8 .mbr-text {
  color: #000000;
}
.cid-ulIIwHkej8 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulIIwHkej8 .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulIIwHkej8 .mbr-text,
.cid-ulIIwHkej8 .item .mbr-section-btn {
  text-align: left;
}
.cid-ulIIwHkej8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIIwHkej8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulIIwHkej8 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulIIwHkej8 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulIIwHkej8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulIIwHkej8 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulIIwHkej8 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulIIwHkej8 .mbr-text UL {
  text-align: left;
}
.cid-ulIIwHkej8 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulIIwHkej8 .mbr-card-title {
  color: #d70081;
}
.cid-ulIRIk8Iy7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulIRIk8Iy7 .mbr-text {
  color: #000000;
}
.cid-ulIRIk8Iy7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulIRIk8Iy7 .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulIRIk8Iy7 .mbr-text,
.cid-ulIRIk8Iy7 .item .mbr-section-btn {
  text-align: left;
}
.cid-ulIRIk8Iy7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIRIk8Iy7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulIRIk8Iy7 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulIRIk8Iy7 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulIRIk8Iy7 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulIRIk8Iy7 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulIRIk8Iy7 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulIRIk8Iy7 .mbr-text UL {
  text-align: left;
}
.cid-ulIRIk8Iy7 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulIRIk8Iy7 .mbr-card-title {
  color: #d70081;
}
.cid-ulISyWZx3v {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulISyWZx3v .mbr-text {
  color: #000000;
}
.cid-ulISyWZx3v .mbr-section-subtitle {
  color: #000000;
}
.cid-ulISyWZx3v .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulISyWZx3v .mbr-text,
.cid-ulISyWZx3v .item .mbr-section-btn {
  text-align: left;
}
.cid-ulISyWZx3v .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulISyWZx3v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulISyWZx3v .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulISyWZx3v .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulISyWZx3v .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulISyWZx3v .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulISyWZx3v .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulISyWZx3v .mbr-text UL {
  text-align: left;
}
.cid-ulISyWZx3v .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulISyWZx3v .mbr-card-title {
  color: #d70081;
}
.cid-ulISzyTsBg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulISzyTsBg .mbr-text {
  color: #000000;
}
.cid-ulISzyTsBg .mbr-section-subtitle {
  color: #000000;
}
.cid-ulISzyTsBg .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulISzyTsBg .mbr-text,
.cid-ulISzyTsBg .item .mbr-section-btn {
  text-align: left;
}
.cid-ulISzyTsBg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulISzyTsBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulISzyTsBg .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulISzyTsBg .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulISzyTsBg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulISzyTsBg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulISzyTsBg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulISzyTsBg .mbr-text UL {
  text-align: left;
}
.cid-ulISzyTsBg .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulISzyTsBg .mbr-card-title {
  color: #d70081;
}
.cid-ulIVApEwpC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5.webp");
}
.cid-ulIVApEwpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulIVApEwpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulIVApEwpC .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulIVApEwpC .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulIVApEwpC .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-ulIVApEwpC .card {
    margin-bottom: 2rem;
  }
  .cid-ulIVApEwpC .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulIVApEwpC .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulIVApEwpC .icon-title {
  color: #ffffff;
}
.cid-ulIVApEwpC .icon-text {
  color: #ffffff;
}
.cid-ulIVApEwpC .card-title,
.cid-ulIVApEwpC .card-box {
  color: #ffffff;
}
.cid-ulJ711zudy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulJ711zudy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulJ711zudy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulJ711zudy .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulJ711zudy .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulJ711zudy .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulJ711zudy .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulJ711zudy .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulJ711zudy .image-wrapper {
  padding: 0 1rem;
}
.cid-ulJ711zudy img,
.cid-ulJ711zudy .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulJ711zudy img,
  .cid-ulJ711zudy .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulJ711zudy .mbr-section-title {
  color: #d70081;
}
.cid-ulJ711zudy .mbr-text {
  color: #000000;
}
.cid-ulJ7q0Aiwv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulJ7q0Aiwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulJ7q0Aiwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulJ7q0Aiwv .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-ulJ7q0Aiwv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulJ7q0Aiwv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulJ7q0Aiwv .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ulJ7q0Aiwv .mbr-text,
.cid-ulJ7q0Aiwv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ulJ7q0Aiwv .card-title,
.cid-ulJ7q0Aiwv .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ulI3zEeDSr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulI3zEeDSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulI3zEeDSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulI3zEeDSr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulI3zEeDSr .footer-col {
    flex-direction: column;
  }
}
.cid-ulI3zEeDSr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulI3zEeDSr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulI3zEeDSr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI3zEeDSr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulI3zEeDSr .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulI3zEeDSr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulI3zEeDSr .soc-item {
  margin: 8px;
}
.cid-ulI3zEeDSr .soc-item a:hover .mbr-iconfont,
.cid-ulI3zEeDSr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulI3zEeDSr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulI3zEeDSr .row {
    text-align: center;
  }
  .cid-ulI3zEeDSr .social-row {
    justify-content: center;
  }
}
.cid-ulI3zEeDSr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulI3zEeDSr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulI3zEeDSr .list {
    margin-bottom: 0rem;
  }
}
.cid-ulI3zEeDSr .mbr-text {
  color: #bbbbbb;
}
.cid-ulI3zEeDSr .mbr-section-subtitle {
  color: #565353;
}
.cid-ulI3zEeDSr .list,
.cid-ulI3zEeDSr .item-wrap {
  color: #232323;
}
.cid-ulI3zEeDSr .copyright {
  color: #000000;
}
.cid-ulN9Lu8p9v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulN9Lu8p9v .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;
}
@media (max-width: 767px) {
  .cid-ulN9Lu8p9v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulN9Lu8p9v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulN9Lu8p9v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulN9Lu8p9v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulN9Lu8p9v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulN9Lu8p9v .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulN9Lu8p9v .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulN9Lu8p9v .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulN9Lu8p9v .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulN9Lu8p9v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulN9Lu8p9v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulN9Lu8p9v .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulN9Lu8p9v .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulN9Lu8p9v .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulN9Lu8p9v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulN9Lu8p9v .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulN9Lu8p9v .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulN9Lu8p9v .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulN9Lu8p9v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulN9Lu8p9v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulN9Lu8p9v .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulN9Lu8p9v .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulN9Lu8p9v .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulN9Lu8p9v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulN9Lu8p9v .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulN9Lu8p9v .nav-item:focus,
.cid-ulN9Lu8p9v .nav-link:focus {
  outline: none;
}
.cid-ulN9Lu8p9v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulN9Lu8p9v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulN9Lu8p9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulN9Lu8p9v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulN9Lu8p9v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulN9Lu8p9v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulN9Lu8p9v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulN9Lu8p9v .navbar.opened {
  transition: all 0.25s;
}
.cid-ulN9Lu8p9v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulN9Lu8p9v .navbar .navbar-logo img {
  width: auto;
}
.cid-ulN9Lu8p9v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulN9Lu8p9v .navbar.collapsed {
  justify-content: center;
}
.cid-ulN9Lu8p9v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulN9Lu8p9v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulN9Lu8p9v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulN9Lu8p9v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulN9Lu8p9v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulN9Lu8p9v .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-ulN9Lu8p9v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulN9Lu8p9v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulN9Lu8p9v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulN9Lu8p9v .navbar {
    min-height: 72px;
  }
  .cid-ulN9Lu8p9v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulN9Lu8p9v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulN9Lu8p9v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulN9Lu8p9v .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-ulN9Lu8p9v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulN9Lu8p9v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulN9Lu8p9v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulN9Lu8p9v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulN9Lu8p9v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulN9Lu8p9v .dropdown-item.active,
.cid-ulN9Lu8p9v .dropdown-item:active {
  background-color: transparent;
}
.cid-ulN9Lu8p9v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulN9Lu8p9v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulN9Lu8p9v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulN9Lu8p9v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulN9Lu8p9v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulN9Lu8p9v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulN9Lu8p9v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulN9Lu8p9v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulN9Lu8p9v .navbar-buttons {
    text-align: left;
  }
}
.cid-ulN9Lu8p9v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulN9Lu8p9v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulN9Lu8p9v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulN9Lu8p9v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulN9Lu8p9v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulN9Lu8p9v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulN9Lu8p9v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulN9Lu8p9v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulN9Lu8p9v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulN9Lu8p9v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulN9Lu8p9v .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulN9Lu8p9v .opacityScroll {
  background: #282828 !important;
}
.cid-ulN9Lu8p9v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulN9Lu8p9v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulN9Lu8p9v .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulN9Lu8p9v .navbar {
    height: 70px;
  }
  .cid-ulN9Lu8p9v .navbar.opened {
    height: auto;
  }
  .cid-ulN9Lu8p9v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulN9Lu8p9v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulN9Lu8p9v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulN9Lu8p9v .navbar-brand {
    margin-right: auto;
  }
  .cid-ulN9Lu8p9v .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulN9Lu8p9v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulN9Lu8p9v .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulN9Lu8p9v .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulN9Lu8p9v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulN9Lu8p9v .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9Lu8p9v .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulN9Lu8p9v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulN9LuzvE0 {
  display: flex;
  background-image: url("../../../assets/images/file-h7u4ns0biqupznswy8sjwens-jpg.webp");
}
.cid-ulN9LuzvE0 .mbr-overlay {
  background-color: #282828;
  opacity: 0.4;
}
.cid-ulN9LuzvE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LuzvE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LuzvE0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulN9LuzvE0 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulN9LuzvE0 {
    align-items: center;
  }
  .cid-ulN9LuzvE0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulN9LuzvE0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulN9LuzvE0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulN9LuzvE0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulN9LuzvE0 .content-wrap {
    width: 100%;
  }
}
.cid-ulN9LuzvE0 .mbr-section-title {
  text-align: center;
}
.cid-ulN9LuzvE0 .mbr-text,
.cid-ulN9LuzvE0 .mbr-section-btn {
  text-align: center;
}
.cid-um6bi4Snpv {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/untitled-9.webp");
}
.cid-um6bi4Snpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6bi4Snpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6bi4Snpv .mbr-section-subtitle {
  text-align: center;
}
.cid-um6bi4Snpv .mbr-section-title {
  color: #ffffff;
}
.cid-ulN9LuPjQA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulN9LuPjQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LuPjQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LuPjQA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ulN9LuPjQA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ulN9LuPjQA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulN9LuPjQA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LuPjQA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9LuPjQA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ulN9LuPjQA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ulN9LuPjQA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulN9LuPjQA .card-title {
  color: #d70081;
}
.cid-um6broNflb {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/technician-repairing-computer-computer-hardware-repairing-upgrade-technology.webp");
}
.cid-um6broNflb .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6broNflb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6broNflb .mbr-section-subtitle {
  text-align: center;
}
.cid-um6broNflb .mbr-section-title {
  color: #ffffff;
}
.cid-ulN9LvaAI0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulN9LvaAI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LvaAI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LvaAI0 .mbr-section-title {
  color: #ffffff;
}
.cid-ulN9LvaAI0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulN9LwhsOL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ulN9LwhsOL .mbr-text {
  color: #000000;
}
.cid-ulN9LwhsOL .mbr-section-subtitle {
  color: #000000;
}
.cid-ulN9LwhsOL .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulN9LwhsOL .mbr-text,
.cid-ulN9LwhsOL .item .mbr-section-btn {
  text-align: left;
}
.cid-ulN9LwhsOL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulN9LwhsOL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LwhsOL .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9LwhsOL .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulN9LwhsOL .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulN9LwhsOL .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulN9LwhsOL .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulN9LwhsOL .mbr-text UL {
  text-align: left;
}
.cid-ulN9LwhsOL .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulN9LwhsOL .mbr-card-title {
  color: #d70081;
}
.cid-ulN9Lwxqnq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulN9Lwxqnq .mbr-text {
  color: #000000;
}
.cid-ulN9Lwxqnq .mbr-section-subtitle {
  color: #000000;
}
.cid-ulN9Lwxqnq .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulN9Lwxqnq .mbr-text,
.cid-ulN9Lwxqnq .item .mbr-section-btn {
  text-align: left;
}
.cid-ulN9Lwxqnq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulN9Lwxqnq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9Lwxqnq .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9Lwxqnq .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulN9Lwxqnq .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulN9Lwxqnq .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulN9Lwxqnq .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulN9Lwxqnq .mbr-text UL {
  text-align: left;
}
.cid-ulN9Lwxqnq .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulN9Lwxqnq .mbr-card-title {
  color: #d70081;
}
.cid-ulN9LwLN9G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulN9LwLN9G .mbr-text {
  color: #000000;
}
.cid-ulN9LwLN9G .mbr-section-subtitle {
  color: #000000;
}
.cid-ulN9LwLN9G .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulN9LwLN9G .mbr-text,
.cid-ulN9LwLN9G .item .mbr-section-btn {
  text-align: left;
}
.cid-ulN9LwLN9G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulN9LwLN9G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LwLN9G .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9LwLN9G .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulN9LwLN9G .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulN9LwLN9G .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulN9LwLN9G .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulN9LwLN9G .mbr-text UL {
  text-align: left;
}
.cid-ulN9LwLN9G .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulN9LwLN9G .mbr-card-title {
  color: #d70081;
}
.cid-um6bjxUihW {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/la-razer-kishi-photo-razer-1578891609.webp");
}
.cid-um6bjxUihW .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6bjxUihW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6bjxUihW .mbr-section-subtitle {
  text-align: center;
}
.cid-um6bjxUihW .mbr-section-title {
  color: #ffffff;
}
.cid-ulNkn8ZdaR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulNkn8ZdaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNkn8ZdaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNkn8ZdaR .mbr-section-title {
  color: #ffffff;
}
.cid-ulNkn8ZdaR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulN9Lx0T9o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulN9Lx0T9o .mbr-text {
  color: #000000;
}
.cid-ulN9Lx0T9o .mbr-section-subtitle {
  color: #000000;
}
.cid-ulN9Lx0T9o .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulN9Lx0T9o .mbr-text,
.cid-ulN9Lx0T9o .item .mbr-section-btn {
  text-align: left;
}
.cid-ulN9Lx0T9o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulN9Lx0T9o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9Lx0T9o .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9Lx0T9o .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulN9Lx0T9o .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulN9Lx0T9o .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulN9Lx0T9o .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulN9Lx0T9o .mbr-text UL {
  text-align: left;
}
.cid-ulN9Lx0T9o .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulN9Lx0T9o .mbr-card-title {
  color: #d70081;
}
.cid-ulN9LxcuxW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulN9LxcuxW .mbr-text {
  color: #000000;
}
.cid-ulN9LxcuxW .mbr-section-subtitle {
  color: #000000;
}
.cid-ulN9LxcuxW .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulN9LxcuxW .mbr-text,
.cid-ulN9LxcuxW .item .mbr-section-btn {
  text-align: left;
}
.cid-ulN9LxcuxW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulN9LxcuxW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LxcuxW .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9LxcuxW .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulN9LxcuxW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulN9LxcuxW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulN9LxcuxW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulN9LxcuxW .mbr-text UL {
  text-align: left;
}
.cid-ulN9LxcuxW .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulN9LxcuxW .mbr-card-title {
  color: #d70081;
}
.cid-ulNlrK89xx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulNlrK89xx .mbr-text {
  color: #000000;
}
.cid-ulNlrK89xx .mbr-section-subtitle {
  color: #000000;
}
.cid-ulNlrK89xx .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulNlrK89xx .mbr-text,
.cid-ulNlrK89xx .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNlrK89xx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNlrK89xx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNlrK89xx .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNlrK89xx .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulNlrK89xx .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNlrK89xx .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulNlrK89xx .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNlrK89xx .mbr-text UL {
  text-align: left;
}
.cid-ulNlrK89xx .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulNlrK89xx .mbr-card-title {
  color: #d70081;
}
.cid-um6bkEIdQw {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/video-game-repair-banner.webp");
}
.cid-um6bkEIdQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6bkEIdQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6bkEIdQw .mbr-section-subtitle {
  text-align: center;
}
.cid-um6bkEIdQw .mbr-section-title {
  color: #ffffff;
}
.cid-ulN9LxplUr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5.webp");
}
.cid-ulN9LxplUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LxplUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LxplUr .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulN9LxplUr .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulN9LxplUr .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-ulN9LxplUr .card {
    margin-bottom: 2rem;
  }
  .cid-ulN9LxplUr .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulN9LxplUr .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulN9LxplUr .icon-title {
  color: #ffffff;
}
.cid-ulN9LxplUr .icon-text {
  color: #ffffff;
}
.cid-ulN9LxplUr .card-title,
.cid-ulN9LxplUr .card-box {
  color: #ffffff;
}
.cid-um6bmsKiNV {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pngtree-retro-game-consoles-sitting-next-to-various-gaming-devices-image-2699147.webp");
}
.cid-um6bmsKiNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-um6bmsKiNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um6bmsKiNV .mbr-section-subtitle {
  text-align: center;
}
.cid-um6bmsKiNV .mbr-section-title {
  color: #ffffff;
}
.cid-ulNmZZocQo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ulNmZZocQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNmZZocQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNmZZocQo .mbr-text {
  color: #000000;
}
.cid-ulNmZZocQo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ulNmZZocQo .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ulNmZZocQo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulNmZZocQo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-ulNmZZocQo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNmZZocQo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulNmZZocQo .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-ulNmZZocQo .mbr-section-title {
  color: #d70081;
}
.cid-ulNmZZocQo .card-text,
.cid-ulNmZZocQo .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNmZZocQo .card-title,
.cid-ulNmZZocQo .iconfont-wrapper {
  text-align: left;
  color: #d70081;
}
.cid-ulNmZZocQo .mbr-section-subtitle,
.cid-ulNmZZocQo .main-button {
  text-align: left;
  color: #000000;
}
.cid-ulNmZZocQo .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulNmZZocQo .item-content .item-footer {
  margin-top: auto;
}
.cid-ulNmZZocQo .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNmZZocQo .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ulNmZZocQo .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ulNmZZocQo .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ulN9LxE68p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulN9LxE68p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LxE68p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LxE68p .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulN9LxE68p .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LxE68p .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulN9LxE68p .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulN9LxE68p .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulN9LxE68p .image-wrapper {
  padding: 0 1rem;
}
.cid-ulN9LxE68p img,
.cid-ulN9LxE68p .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulN9LxE68p img,
  .cid-ulN9LxE68p .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulN9LxE68p .mbr-section-title {
  color: #d70081;
}
.cid-ulN9LxE68p .mbr-text {
  color: #000000;
}
.cid-ulN9LxTECk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pngtree-display-of-old-games-and-consoles-picture-image-2652598.webp");
}
.cid-ulN9LxTECk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9LxTECk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9LxTECk .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-ulN9LxTECk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9LxTECk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9LxTECk .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ulN9LxTECk .mbr-text,
.cid-ulN9LxTECk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ulN9LxTECk .card-title,
.cid-ulN9LxTECk .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ulN9Ly6beH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulN9Ly6beH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulN9Ly6beH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulN9Ly6beH .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulN9Ly6beH .footer-col {
    flex-direction: column;
  }
}
.cid-ulN9Ly6beH .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulN9Ly6beH .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulN9Ly6beH .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9Ly6beH .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulN9Ly6beH .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulN9Ly6beH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulN9Ly6beH .soc-item {
  margin: 8px;
}
.cid-ulN9Ly6beH .soc-item a:hover .mbr-iconfont,
.cid-ulN9Ly6beH .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulN9Ly6beH .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulN9Ly6beH .row {
    text-align: center;
  }
  .cid-ulN9Ly6beH .social-row {
    justify-content: center;
  }
}
.cid-ulN9Ly6beH .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulN9Ly6beH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulN9Ly6beH .list {
    margin-bottom: 0rem;
  }
}
.cid-ulN9Ly6beH .mbr-text {
  color: #bbbbbb;
}
.cid-ulN9Ly6beH .mbr-section-subtitle {
  color: #565353;
}
.cid-ulN9Ly6beH .list,
.cid-ulN9Ly6beH .item-wrap {
  color: #232323;
}
.cid-ulN9Ly6beH .copyright {
  color: #000000;
}
.cid-ulNzqhnXMp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulNzqhnXMp .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;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulNzqhnXMp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulNzqhnXMp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulNzqhnXMp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulNzqhnXMp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulNzqhnXMp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulNzqhnXMp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulNzqhnXMp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulNzqhnXMp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulNzqhnXMp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulNzqhnXMp .nav-item:focus,
.cid-ulNzqhnXMp .nav-link:focus {
  outline: none;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulNzqhnXMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulNzqhnXMp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulNzqhnXMp .navbar.opened {
  transition: all 0.25s;
}
.cid-ulNzqhnXMp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulNzqhnXMp .navbar .navbar-logo img {
  width: auto;
}
.cid-ulNzqhnXMp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulNzqhnXMp .navbar.collapsed {
  justify-content: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulNzqhnXMp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar {
    min-height: 72px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulNzqhnXMp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulNzqhnXMp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulNzqhnXMp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulNzqhnXMp .dropdown-item.active,
.cid-ulNzqhnXMp .dropdown-item:active {
  background-color: transparent;
}
.cid-ulNzqhnXMp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulNzqhnXMp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulNzqhnXMp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .navbar-buttons {
    text-align: left;
  }
}
.cid-ulNzqhnXMp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulNzqhnXMp .opacityScroll {
  background: #282828 !important;
}
.cid-ulNzqhnXMp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulNzqhnXMp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulNzqhnXMp .navbar {
    height: 70px;
  }
  .cid-ulNzqhnXMp .navbar.opened {
    height: auto;
  }
  .cid-ulNzqhnXMp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulNzqhnXMp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulNzqhnXMp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-brand {
    margin-right: auto;
  }
  .cid-ulNzqhnXMp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulNzqhIYab {
  display: flex;
  background-image: url("../../../assets/images/1000-f-523781758-msguddjd6vxhgfj4rm8drgtlxbwtdjkd-1.webp");
}
.cid-ulNzqhIYab .mbr-overlay {
  background-color: #282828;
  opacity: 0.3;
}
.cid-ulNzqhIYab .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzqhIYab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzqhIYab .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulNzqhIYab .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulNzqhIYab {
    align-items: center;
  }
  .cid-ulNzqhIYab .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulNzqhIYab .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqhIYab {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulNzqhIYab .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulNzqhIYab .content-wrap {
    width: 100%;
  }
}
.cid-ulNzqhIYab .mbr-section-title {
  text-align: center;
}
.cid-ulNzqhIYab .mbr-text,
.cid-ulNzqhIYab .mbr-section-btn {
  text-align: center;
}
.cid-ulNzqhZQxP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ulNzqhZQxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzqhZQxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzqhZQxP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ulNzqhZQxP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ulNzqhZQxP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqhZQxP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqhZQxP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzqhZQxP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ulNzqhZQxP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ulNzqhZQxP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulNzqhZQxP .card-title {
  color: #d70081;
}
.cid-umcbmNC8bS {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/wallpaperflare.com-wallpaper-3.webp");
}
.cid-umcbmNC8bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcbmNC8bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umcbmNC8bS .mbr-section-subtitle {
  text-align: center;
}
.cid-umcbmNC8bS .mbr-section-title {
  color: #ffffff;
}
.cid-ulNzqifXT2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d70081;
}
.cid-ulNzqifXT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzqifXT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzqifXT2 .mbr-section-title {
  color: #ffffff;
}
.cid-ulNzqifXT2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulNzqiurrZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ulNzqiurrZ .mbr-text {
  color: #000000;
}
.cid-ulNzqiurrZ .mbr-section-subtitle {
  color: #000000;
}
.cid-ulNzqiurrZ .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulNzqiurrZ .mbr-text,
.cid-ulNzqiurrZ .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNzqiurrZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNzqiurrZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqiurrZ .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzqiurrZ .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulNzqiurrZ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNzqiurrZ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulNzqiurrZ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNzqiurrZ .mbr-text UL {
  text-align: left;
}
.cid-ulNzqiurrZ .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulNzqiurrZ .mbr-card-title {
  color: #d70081;
}
.cid-ulNChYvrmm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulNChYvrmm .mbr-text {
  color: #000000;
}
.cid-ulNChYvrmm .mbr-section-subtitle {
  color: #000000;
}
.cid-ulNChYvrmm .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulNChYvrmm .mbr-text,
.cid-ulNChYvrmm .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNChYvrmm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNChYvrmm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNChYvrmm .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNChYvrmm .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulNChYvrmm .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNChYvrmm .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulNChYvrmm .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNChYvrmm .mbr-text UL {
  text-align: left;
}
.cid-ulNChYvrmm .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulNChYvrmm .mbr-card-title {
  color: #d70081;
}
.cid-ulNzqiI7aP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ulNzqiI7aP .mbr-text {
  color: #000000;
}
.cid-ulNzqiI7aP .mbr-section-subtitle {
  color: #000000;
}
.cid-ulNzqiI7aP .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulNzqiI7aP .mbr-text,
.cid-ulNzqiI7aP .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNzqiI7aP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNzqiI7aP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqiI7aP .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzqiI7aP .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulNzqiI7aP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNzqiI7aP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulNzqiI7aP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNzqiI7aP .mbr-text UL {
  text-align: left;
}
.cid-ulNzqiI7aP .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulNzqiI7aP .mbr-card-title {
  color: #d70081;
}
.cid-ulNDaz8HW1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulNDaz8HW1 .mbr-text {
  color: #000000;
}
.cid-ulNDaz8HW1 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulNDaz8HW1 .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulNDaz8HW1 .mbr-text,
.cid-ulNDaz8HW1 .item .mbr-section-btn {
  text-align: left;
}
.cid-ulNDaz8HW1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNDaz8HW1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNDaz8HW1 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNDaz8HW1 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulNDaz8HW1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNDaz8HW1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulNDaz8HW1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNDaz8HW1 .mbr-text UL {
  text-align: left;
}
.cid-ulNDaz8HW1 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulNDaz8HW1 .mbr-card-title {
  color: #d70081;
}
.cid-ulND2H2grf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulND2H2grf .mbr-text {
  color: #000000;
}
.cid-ulND2H2grf .mbr-section-subtitle {
  color: #000000;
}
.cid-ulND2H2grf .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulND2H2grf .mbr-text,
.cid-ulND2H2grf .item .mbr-section-btn {
  text-align: left;
}
.cid-ulND2H2grf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulND2H2grf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulND2H2grf .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulND2H2grf .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulND2H2grf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulND2H2grf .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulND2H2grf .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulND2H2grf .mbr-text UL {
  text-align: left;
}
.cid-ulND2H2grf .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ulND2H2grf .mbr-card-title {
  color: #d70081;
}
.cid-umcbkSM5Wz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/wallpaperflare.com-wallpaper-2.webp");
}
.cid-umcbkSM5Wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umcbkSM5Wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umcbkSM5Wz .mbr-section-subtitle {
  text-align: center;
}
.cid-umcbkSM5Wz .mbr-section-title {
  color: #ffffff;
}
.cid-ulNEDYOBWt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulNEDYOBWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNEDYOBWt .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulNEDYOBWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNEDYOBWt .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ulNEDYOBWt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulNEDYOBWt .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulNEDYOBWt .card-title,
.cid-ulNEDYOBWt .iconfont-wrapper {
  color: #000000;
}
.cid-ulNEDYOBWt .card-text {
  color: #565353;
}
.cid-ulNEDYOBWt .content-head {
  max-width: 800px;
}
.cid-ulNEDYOBWt .mbr-section-title {
  color: #ffffff;
}
.cid-ulNEDYOBWt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNEDYOBWt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulNEDYOBWt .card-title,
.cid-ulNEDYOBWt .img-wrapper {
  color: #d70081;
}
.cid-ulNEDYOBWt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulNGnvekEA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #d70081;
}
.cid-ulNGnvekEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNGnvekEA .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulNGnvekEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNGnvekEA .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ulNGnvekEA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulNGnvekEA .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulNGnvekEA .card-title,
.cid-ulNGnvekEA .iconfont-wrapper {
  color: #000000;
}
.cid-ulNGnvekEA .card-text {
  color: #565353;
}
.cid-ulNGnvekEA .content-head {
  max-width: 800px;
}
.cid-ulNGnvekEA .mbr-section-title {
  color: #ffffff;
}
.cid-ulNGnvekEA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulNGnvekEA .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulNGnvekEA .card-title,
.cid-ulNGnvekEA .img-wrapper {
  color: #d70081;
  text-align: left;
}
.cid-ulNGnvekEA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulNzqkDvOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulNzqkDvOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzqkDvOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzqkDvOn .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulNzqkDvOn .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqkDvOn .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqkDvOn .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulNzqkDvOn .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulNzqkDvOn .image-wrapper {
  padding: 0 1rem;
}
.cid-ulNzqkDvOn img,
.cid-ulNzqkDvOn .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulNzqkDvOn img,
  .cid-ulNzqkDvOn .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulNzqkDvOn .mbr-section-title {
  color: #d70081;
}
.cid-ulNzqkDvOn .mbr-text {
  color: #000000;
}
.cid-ulNzqkU8f9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/computer-control-controller-device-237fa7778e62e7f4e68a4a44d43d5f4a.webp");
}
.cid-ulNzqkU8f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzqkU8f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzqkU8f9 .card-wrapper {
  background: #d70081;
}
@media (max-width: 767px) {
  .cid-ulNzqkU8f9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqkU8f9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzqkU8f9 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ulNzqkU8f9 .mbr-text,
.cid-ulNzqkU8f9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ulNzqkU8f9 .card-title,
.cid-ulNzqkU8f9 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ulNzql7cJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulNzql7cJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzql7cJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzql7cJV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .footer-col {
    flex-direction: column;
  }
}
.cid-ulNzql7cJV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzql7cJV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulNzql7cJV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulNzql7cJV .soc-item {
  margin: 8px;
}
.cid-ulNzql7cJV .soc-item a:hover .mbr-iconfont,
.cid-ulNzql7cJV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulNzql7cJV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    text-align: center;
  }
  .cid-ulNzql7cJV .social-row {
    justify-content: center;
  }
}
.cid-ulNzql7cJV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 0rem;
  }
}
.cid-ulNzql7cJV .mbr-text {
  color: #bbbbbb;
}
.cid-ulNzql7cJV .mbr-section-subtitle {
  color: #565353;
}
.cid-ulNzql7cJV .list,
.cid-ulNzql7cJV .item-wrap {
  color: #232323;
}
.cid-ulNzql7cJV .copyright {
  color: #000000;
}
.cid-ulNzqhnXMp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulNzqhnXMp .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;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulNzqhnXMp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulNzqhnXMp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulNzqhnXMp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulNzqhnXMp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulNzqhnXMp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulNzqhnXMp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulNzqhnXMp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulNzqhnXMp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulNzqhnXMp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulNzqhnXMp .nav-item:focus,
.cid-ulNzqhnXMp .nav-link:focus {
  outline: none;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulNzqhnXMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulNzqhnXMp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulNzqhnXMp .navbar.opened {
  transition: all 0.25s;
}
.cid-ulNzqhnXMp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulNzqhnXMp .navbar .navbar-logo img {
  width: auto;
}
.cid-ulNzqhnXMp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulNzqhnXMp .navbar.collapsed {
  justify-content: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulNzqhnXMp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar {
    min-height: 72px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulNzqhnXMp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulNzqhnXMp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulNzqhnXMp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulNzqhnXMp .dropdown-item.active,
.cid-ulNzqhnXMp .dropdown-item:active {
  background-color: transparent;
}
.cid-ulNzqhnXMp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulNzqhnXMp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulNzqhnXMp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .navbar-buttons {
    text-align: left;
  }
}
.cid-ulNzqhnXMp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulNzqhnXMp .opacityScroll {
  background: #282828 !important;
}
.cid-ulNzqhnXMp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulNzqhnXMp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulNzqhnXMp .navbar {
    height: 70px;
  }
  .cid-ulNzqhnXMp .navbar.opened {
    height: auto;
  }
  .cid-ulNzqhnXMp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulNzqhnXMp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulNzqhnXMp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-brand {
    margin-right: auto;
  }
  .cid-ulNzqhnXMp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulNL1tE2bP {
  display: flex;
  background-image: url("../../../assets/images/1555477183660.webp");
}
.cid-ulNL1tE2bP .mbr-overlay {
  background-color: #565353;
  opacity: 0.6;
}
.cid-ulNL1tE2bP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulNL1tE2bP .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulNL1tE2bP {
    align-items: flex-end;
  }
  .cid-ulNL1tE2bP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulNL1tE2bP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulNL1tE2bP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulNL1tE2bP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulNL1tE2bP .content-wrap {
    width: 100%;
  }
}
.cid-ulNL1tE2bP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ulNL1tE2bP .mbr-text,
.cid-ulNL1tE2bP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ulNL1tE2bP .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-ulNMETX1u2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulNMETX1u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNMETX1u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulNMETX1u2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulNMETX1u2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ulNMETX1u2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNMETX1u2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ulNMETX1u2 .mbr-section-title {
  color: #d70081;
}
.cid-ulNMETX1u2 .mbr-text,
.cid-ulNMETX1u2 .mbr-section-btn {
  color: #000000;
}
.cid-ulNYxgF7PY {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/12.webp");
}
.cid-ulNYxgF7PY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNYxgF7PY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNYxgF7PY .mbr-section-subtitle {
  text-align: center;
}
.cid-ulNYxgF7PY .mbr-section-title {
  color: #ffffff;
}
.cid-ulNVJDtjho {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulNVJDtjho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNVJDtjho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNVJDtjho .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulNVJDtjho .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNVJDtjho .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulNVJDtjho .row {
  justify-content: space-between;
}
.cid-ulNVJDtjho .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ulNVJDtjho .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulNVJDtjho .mbr-cardtext,
.cid-ulNVJDtjho .mbr-section-btn {
  color: #565353;
}
.cid-ulNT4k2AhN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d70081;
}
.cid-ulNT4k2AhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNT4k2AhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNT4k2AhN .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulNT4k2AhN .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNT4k2AhN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNT4k2AhN .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulNT4k2AhN .mbr-text,
.cid-ulNT4k2AhN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ulNT4k2AhN .card-title,
.cid-ulNT4k2AhN .card-box {
  text-align: center;
  color: #000000;
}
.cid-ulNT4k2AhN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulNT4k2AhN .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ulNT4k2AhN .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulNT4k2AhN .mbr-text UL {
  text-align: left;
}
.cid-ulNT4k2AhN .mbr-section-subtitle {
  text-align: left;
  color: #565353;
}
.cid-ulNT4k2AhN .mbr-section-title {
  text-align: left;
  color: #d70081;
}
.cid-ulNT4k2AhN .mbr-text {
  color: #565353;
}
.cid-ulO6std3Y7 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pngtree-essential-tech-a-collection-of-computers-devices-and-office-equipment-including-picture-image-5591259.webp");
}
.cid-ulO6std3Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6std3Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6std3Y7 .mbr-section-subtitle {
  text-align: center;
}
.cid-ulO6std3Y7 .mbr-section-title {
  color: #ffffff;
}
.cid-ulO6teCtWB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulO6teCtWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6teCtWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6teCtWB .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulO6teCtWB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulO6teCtWB .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulO6teCtWB .row {
  justify-content: space-between;
}
.cid-ulO6teCtWB .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ulO6teCtWB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulO6teCtWB .mbr-cardtext,
.cid-ulO6teCtWB .mbr-section-btn {
  color: #565353;
}
.cid-ulO6A0snX5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulO6A0snX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6A0snX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6A0snX5 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulO6A0snX5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulO6A0snX5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulO6A0snX5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulO6A0snX5 .mbr-text,
.cid-ulO6A0snX5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ulO6A0snX5 .card-title,
.cid-ulO6A0snX5 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ulO6A0snX5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulO6A0snX5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ulO6A0snX5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulO6A0snX5 .mbr-text UL {
  text-align: left;
}
.cid-ulO6A0snX5 .mbr-section-subtitle {
  text-align: left;
  color: #565353;
}
.cid-ulO6A0snX5 .mbr-section-title {
  text-align: left;
  color: #d70081;
}
.cid-ulO6A0snX5 .mbr-text {
  color: #565353;
}
.cid-ulO6AZUVeZ {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/computer-control-controller-device-237fa7778e62e7f4e68a4a44d43d5f4a.webp");
}
.cid-ulO6AZUVeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6AZUVeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6AZUVeZ .mbr-section-subtitle {
  text-align: center;
}
.cid-ulO6AZUVeZ .mbr-section-title {
  color: #ffffff;
}
.cid-ulO6BNysG9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulO6BNysG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6BNysG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6BNysG9 .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-ulO6BNysG9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulO6BNysG9 .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulO6BNysG9 .row {
  justify-content: space-between;
}
.cid-ulO6BNysG9 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ulO6BNysG9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulO6BNysG9 .mbr-cardtext,
.cid-ulO6BNysG9 .mbr-section-btn {
  color: #565353;
}
.cid-ulO6CpaQqg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-ulO6CpaQqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO6CpaQqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO6CpaQqg .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulO6CpaQqg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulO6CpaQqg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulO6CpaQqg .card-wrapper {
    padding: 4rem;
  }
}
.cid-ulO6CpaQqg .mbr-text,
.cid-ulO6CpaQqg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ulO6CpaQqg .card-title,
.cid-ulO6CpaQqg .card-box {
  text-align: center;
  color: #000000;
}
.cid-ulO6CpaQqg .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulO6CpaQqg .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ulO6CpaQqg .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulO6CpaQqg .mbr-text UL {
  text-align: left;
}
.cid-ulO6CpaQqg .mbr-section-subtitle {
  text-align: left;
  color: #565353;
}
.cid-ulO6CpaQqg .mbr-section-title {
  text-align: left;
  color: #d70081;
}
.cid-ulO6CpaQqg .mbr-text {
  color: #565353;
}
.cid-ulO8mOi2n4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ulO8mOi2n4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO8mOi2n4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO8mOi2n4 .card-wrapper {
  overflow: hidden;
  background: #d70081;
}
.cid-ulO8mOi2n4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulO8mOi2n4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulO8mOi2n4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulO8mOi2n4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulO8mOi2n4 .image-wrapper {
  padding: 0 1rem;
}
.cid-ulO8mOi2n4 img,
.cid-ulO8mOi2n4 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulO8mOi2n4 img,
  .cid-ulO8mOi2n4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulO8mOi2n4 .mbr-section-title {
  color: #d70081;
}
.cid-ulO8mOi2n4 .mbr-text {
  color: #000000;
}
.cid-ulO8mOi2n4 .mbr-text,
.cid-ulO8mOi2n4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulO8Kde0a0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulO8Kde0a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulO8Kde0a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulO8Kde0a0 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulO8Kde0a0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulO8Kde0a0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulO8Kde0a0 .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-ulO8Kde0a0 .mbr-text,
.cid-ulO8Kde0a0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ulO8Kde0a0 .card-title,
.cid-ulO8Kde0a0 .card-box {
  text-align: center;
  color: #d70081;
}
.cid-ulNzql7cJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulNzql7cJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzql7cJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzql7cJV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .footer-col {
    flex-direction: column;
  }
}
.cid-ulNzql7cJV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzql7cJV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulNzql7cJV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulNzql7cJV .soc-item {
  margin: 8px;
}
.cid-ulNzql7cJV .soc-item a:hover .mbr-iconfont,
.cid-ulNzql7cJV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulNzql7cJV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    text-align: center;
  }
  .cid-ulNzql7cJV .social-row {
    justify-content: center;
  }
}
.cid-ulNzql7cJV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 0rem;
  }
}
.cid-ulNzql7cJV .mbr-text {
  color: #bbbbbb;
}
.cid-ulNzql7cJV .mbr-section-subtitle {
  color: #565353;
}
.cid-ulNzql7cJV .list,
.cid-ulNzql7cJV .item-wrap {
  color: #232323;
}
.cid-ulNzql7cJV .copyright {
  color: #000000;
}
.cid-ulNzqhnXMp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulNzqhnXMp .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;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulNzqhnXMp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulNzqhnXMp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulNzqhnXMp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulNzqhnXMp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulNzqhnXMp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulNzqhnXMp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulNzqhnXMp .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulNzqhnXMp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulNzqhnXMp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulNzqhnXMp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulNzqhnXMp .nav-item:focus,
.cid-ulNzqhnXMp .nav-link:focus {
  outline: none;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulNzqhnXMp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulNzqhnXMp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulNzqhnXMp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulNzqhnXMp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulNzqhnXMp .navbar.opened {
  transition: all 0.25s;
}
.cid-ulNzqhnXMp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulNzqhnXMp .navbar .navbar-logo img {
  width: auto;
}
.cid-ulNzqhnXMp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulNzqhnXMp .navbar.collapsed {
  justify-content: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulNzqhnXMp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulNzqhnXMp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulNzqhnXMp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulNzqhnXMp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar {
    min-height: 72px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulNzqhnXMp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulNzqhnXMp .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-ulNzqhnXMp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulNzqhnXMp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulNzqhnXMp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulNzqhnXMp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulNzqhnXMp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulNzqhnXMp .dropdown-item.active,
.cid-ulNzqhnXMp .dropdown-item:active {
  background-color: transparent;
}
.cid-ulNzqhnXMp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulNzqhnXMp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulNzqhnXMp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulNzqhnXMp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulNzqhnXMp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .navbar-buttons {
    text-align: left;
  }
}
.cid-ulNzqhnXMp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulNzqhnXMp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulNzqhnXMp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulNzqhnXMp .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulNzqhnXMp .opacityScroll {
  background: #282828 !important;
}
.cid-ulNzqhnXMp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulNzqhnXMp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulNzqhnXMp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulNzqhnXMp .navbar {
    height: 70px;
  }
  .cid-ulNzqhnXMp .navbar.opened {
    height: auto;
  }
  .cid-ulNzqhnXMp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulNzqhnXMp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulNzqhnXMp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-brand {
    margin-right: auto;
  }
  .cid-ulNzqhnXMp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulNzqhnXMp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulNzqhnXMp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulNzqhnXMp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulNzqhnXMp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulNzqhnXMp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulOhbHwKR1 {
  display: flex;
  background-image: url("../../../assets/images/mbr-4.webp");
}
.cid-ulOhbHwKR1 .mbr-overlay {
  background-color: #d70081;
  opacity: 0.2;
}
.cid-ulOhbHwKR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOhbHwKR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOhbHwKR1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulOhbHwKR1 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulOhbHwKR1 {
    align-items: center;
  }
  .cid-ulOhbHwKR1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulOhbHwKR1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulOhbHwKR1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulOhbHwKR1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulOhbHwKR1 .content-wrap {
    width: 100%;
  }
}
.cid-ulOhbHwKR1 .mbr-section-title {
  text-align: center;
}
.cid-ulOhbHwKR1 .mbr-text,
.cid-ulOhbHwKR1 .mbr-section-btn {
  text-align: center;
}
.cid-ulOjmv6tYj {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ulOjmv6tYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOjmv6tYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOjmv6tYj .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulOjmv6tYj .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulOjmv6tYj .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOjmv6tYj .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulOjmv6tYj .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulOjmv6tYj .row {
  flex-direction: row-reverse;
}
.cid-ulOjmv6tYj .image-wrapper {
  padding: 0 1rem;
}
.cid-ulOjmv6tYj img,
.cid-ulOjmv6tYj .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulOjmv6tYj img,
  .cid-ulOjmv6tYj .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulOjmv6tYj .mbr-section-title {
  color: #565353;
}
.cid-ulOjmv6tYj .mbr-text {
  color: #000000;
}
.cid-ulOjmv6tYj .price {
  color: #d70081;
}
.cid-ulWnN9mtit {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1688529196.webp");
}
.cid-ulWnN9mtit .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWnN9mtit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulWnN9mtit .mbr-section-subtitle {
  text-align: center;
}
.cid-ulWnN9mtit .mbr-section-title {
  color: #ffffff;
}
.cid-ulOnjR8lZV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ulOnjR8lZV .mbr-text {
  color: #000000;
}
.cid-ulOnjR8lZV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ulOnjR8lZV .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulOnjR8lZV .mbr-text,
.cid-ulOnjR8lZV .item .mbr-section-btn {
  text-align: left;
}
.cid-ulOnjR8lZV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOnjR8lZV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOnjR8lZV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulOnjR8lZV .mbr-card-title {
  color: #d70081;
}
.cid-ulOnjR8lZV .mbr-card-subtitle {
  color: #565353;
}
.cid-ulWnCZG2Ec {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/moneygram-l.webp");
}
.cid-ulWnCZG2Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWnCZG2Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulWnCZG2Ec .mbr-section-subtitle {
  text-align: center;
}
.cid-ulWnCZG2Ec .mbr-section-title {
  color: #ffffff;
}
.cid-ulOqFeFSBg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ulOqFeFSBg .mbr-text {
  color: #000000;
}
.cid-ulOqFeFSBg .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ulOqFeFSBg .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulOqFeFSBg .mbr-text,
.cid-ulOqFeFSBg .item .mbr-section-btn {
  text-align: left;
  color: #363636;
}
.cid-ulOqFeFSBg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOqFeFSBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOqFeFSBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulOqFeFSBg .mbr-card-title {
  color: #d70081;
}
.cid-ulOqFeFSBg .mbr-card-subtitle {
  color: #565353;
}
.cid-ulWnEtGoZU {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/relais.webp");
}
.cid-ulWnEtGoZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWnEtGoZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulWnEtGoZU .mbr-section-subtitle {
  text-align: center;
}
.cid-ulWnEtGoZU .mbr-section-title {
  color: #ffffff;
}
.cid-ulOtNMdDwS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ulOtNMdDwS .mbr-text {
  color: #000000;
}
.cid-ulOtNMdDwS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-ulOtNMdDwS .mbr-section-title {
  color: #d70081;
  text-align: left;
}
.cid-ulOtNMdDwS .mbr-text,
.cid-ulOtNMdDwS .item .mbr-section-btn {
  text-align: left;
  color: #363636;
}
.cid-ulOtNMdDwS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOtNMdDwS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOtNMdDwS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulOtNMdDwS .mbr-card-title {
  color: #d70081;
}
.cid-ulOtNMdDwS .mbr-card-subtitle {
  color: #565353;
}
.cid-ulWnGwT6Ry {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/happy-group-friends-using-mobile-phones-chatting-171337.webp");
}
.cid-ulWnGwT6Ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulWnGwT6Ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulWnGwT6Ry .mbr-section-subtitle {
  text-align: center;
}
.cid-ulWnGwT6Ry .mbr-section-title {
  color: #ffffff;
}
.cid-ulOwahfpDP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulOwahfpDP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulOwahfpDP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulOwahfpDP .item-head {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOwahfpDP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOwahfpDP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulOwahfpDP .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOwahfpDP .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOwahfpDP .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulOwahfpDP .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulOwahfpDP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulOwahfpDP .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulOwahfpDP .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulOwahfpDP .btn {
  width: -webkit-fill-available;
}
.cid-ulOwahfpDP .item:focus,
.cid-ulOwahfpDP span:focus {
  outline: none;
}
.cid-ulOwahfpDP .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulOwahfpDP .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOwahfpDP .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulOwahfpDP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulOwahfpDP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ulOwahfpDP .mbr-text,
.cid-ulOwahfpDP .mbr-section-btn {
  text-align: left;
}
.cid-ulOwahfpDP .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulOwahfpDP .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ulOwahfpDP .content-head {
  max-width: 800px;
}
.cid-ulOxVsyR6q {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ulOxVsyR6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOxVsyR6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOxVsyR6q .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulOxVsyR6q .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulOxVsyR6q .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOxVsyR6q .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulOxVsyR6q .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulOxVsyR6q .image-wrapper {
  padding: 0 1rem;
}
.cid-ulOxVsyR6q img,
.cid-ulOxVsyR6q .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulOxVsyR6q img,
  .cid-ulOxVsyR6q .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulOxVsyR6q .mbr-section-title {
  color: #d70081;
}
.cid-ulOxVsyR6q .mbr-text {
  color: #000000;
}
.cid-ulOxVsyR6q .mbr-text,
.cid-ulOxVsyR6q .mbr-section-btn {
  color: #282828;
}
.cid-ulNzql7cJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulNzql7cJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNzql7cJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNzql7cJV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .footer-col {
    flex-direction: column;
  }
}
.cid-ulNzql7cJV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulNzql7cJV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulNzql7cJV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulNzql7cJV .soc-item {
  margin: 8px;
}
.cid-ulNzql7cJV .soc-item a:hover .mbr-iconfont,
.cid-ulNzql7cJV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulNzql7cJV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulNzql7cJV .row {
    text-align: center;
  }
  .cid-ulNzql7cJV .social-row {
    justify-content: center;
  }
}
.cid-ulNzql7cJV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulNzql7cJV .list {
    margin-bottom: 0rem;
  }
}
.cid-ulNzql7cJV .mbr-text {
  color: #bbbbbb;
}
.cid-ulNzql7cJV .mbr-section-subtitle {
  color: #565353;
}
.cid-ulNzql7cJV .list,
.cid-ulNzql7cJV .item-wrap {
  color: #232323;
}
.cid-ulNzql7cJV .copyright {
  color: #000000;
}
.cid-ulOEjGN8A4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulOEjGN8A4 .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;
}
@media (max-width: 767px) {
  .cid-ulOEjGN8A4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulOEjGN8A4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulOEjGN8A4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulOEjGN8A4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulOEjGN8A4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulOEjGN8A4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulOEjGN8A4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulOEjGN8A4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulOEjGN8A4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulOEjGN8A4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulOEjGN8A4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulOEjGN8A4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulOEjGN8A4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulOEjGN8A4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulOEjGN8A4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulOEjGN8A4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulOEjGN8A4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulOEjGN8A4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulOEjGN8A4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulOEjGN8A4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulOEjGN8A4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulOEjGN8A4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOEjGN8A4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulOEjGN8A4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulOEjGN8A4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulOEjGN8A4 .nav-item:focus,
.cid-ulOEjGN8A4 .nav-link:focus {
  outline: none;
}
.cid-ulOEjGN8A4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulOEjGN8A4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulOEjGN8A4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulOEjGN8A4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulOEjGN8A4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulOEjGN8A4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulOEjGN8A4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulOEjGN8A4 .navbar.opened {
  transition: all 0.25s;
}
.cid-ulOEjGN8A4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulOEjGN8A4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulOEjGN8A4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulOEjGN8A4 .navbar.collapsed {
  justify-content: center;
}
.cid-ulOEjGN8A4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulOEjGN8A4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulOEjGN8A4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulOEjGN8A4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulOEjGN8A4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulOEjGN8A4 .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-ulOEjGN8A4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulOEjGN8A4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulOEjGN8A4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulOEjGN8A4 .navbar {
    min-height: 72px;
  }
  .cid-ulOEjGN8A4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulOEjGN8A4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulOEjGN8A4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulOEjGN8A4 .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-ulOEjGN8A4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulOEjGN8A4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulOEjGN8A4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulOEjGN8A4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulOEjGN8A4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulOEjGN8A4 .dropdown-item.active,
.cid-ulOEjGN8A4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulOEjGN8A4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulOEjGN8A4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulOEjGN8A4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulOEjGN8A4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulOEjGN8A4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulOEjGN8A4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulOEjGN8A4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulOEjGN8A4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulOEjGN8A4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ulOEjGN8A4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulOEjGN8A4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulOEjGN8A4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulOEjGN8A4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulOEjGN8A4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulOEjGN8A4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulOEjGN8A4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulOEjGN8A4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulOEjGN8A4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulOEjGN8A4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulOEjGN8A4 .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulOEjGN8A4 .opacityScroll {
  background: #282828 !important;
}
.cid-ulOEjGN8A4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulOEjGN8A4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulOEjGN8A4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulOEjGN8A4 .navbar {
    height: 70px;
  }
  .cid-ulOEjGN8A4 .navbar.opened {
    height: auto;
  }
  .cid-ulOEjGN8A4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulOEjGN8A4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulOEjGN8A4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulOEjGN8A4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ulOEjGN8A4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulOEjGN8A4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulOEjGN8A4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulOEjGN8A4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulOEjGN8A4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulOEjGN8A4 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulOEjGN8A4 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulOEjGN8A4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulOEjHdZhx {
  display: flex;
  background-image: url("../../../assets/images/pngtree-illustration-depicting-the-concept-of-smartphone-repair-in-a-3d-rendered-image-13554506.webp");
}
.cid-ulOEjHdZhx .mbr-overlay {
  background-color: #282828;
  opacity: 0.4;
}
.cid-ulOEjHdZhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOEjHdZhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOEjHdZhx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulOEjHdZhx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulOEjHdZhx {
    align-items: center;
  }
  .cid-ulOEjHdZhx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulOEjHdZhx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulOEjHdZhx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulOEjHdZhx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulOEjHdZhx .content-wrap {
    width: 100%;
  }
}
.cid-ulOEjHdZhx .mbr-section-title {
  text-align: center;
}
.cid-ulOEjHdZhx .mbr-text,
.cid-ulOEjHdZhx .mbr-section-btn {
  text-align: center;
}
.cid-ulOEjHt76x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d70081;
}
.cid-ulOEjHt76x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOEjHt76x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOEjHt76x .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulOEjHt76x .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulOEjHt76x .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOEjHt76x .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulOEjHt76x .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulOEjHt76x .row {
  flex-direction: row-reverse;
}
.cid-ulOEjHt76x .image-wrapper {
  padding: 0 1rem;
}
.cid-ulOEjHt76x img,
.cid-ulOEjHt76x .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulOEjHt76x img,
  .cid-ulOEjHt76x .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulOEjHt76x .mbr-section-title {
  color: #d70081;
}
.cid-ulOEjHt76x .mbr-text {
  color: #000000;
}
.cid-ulPQTbqu7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pxfuelrr-1.webp");
}
.cid-ulPQTbqu7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulPQTbqu7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulP01aqCZI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulP01aqCZI .mbr-text {
  color: #565353;
}
.cid-ulP01aqCZI .mbr-section-subtitle {
  color: #000000;
}
.cid-ulP01aqCZI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulP01aqCZI .mbr-text,
.cid-ulP01aqCZI .item .mbr-section-btn {
  text-align: left;
}
.cid-ulP01aqCZI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulP01aqCZI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulP01aqCZI .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulP01aqCZI .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulP01aqCZI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulP01aqCZI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulP01aqCZI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulP01aqCZI .mbr-text UL {
  text-align: left;
}
.cid-ulP01aqCZI .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulP01aqCZI .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulP511qyIj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulP511qyIj .mbr-text {
  color: #565353;
}
.cid-ulP511qyIj .mbr-section-subtitle {
  color: #000000;
}
.cid-ulP511qyIj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulP511qyIj .mbr-text,
.cid-ulP511qyIj .item .mbr-section-btn {
  text-align: left;
}
.cid-ulP511qyIj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulP511qyIj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulP511qyIj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulP511qyIj .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulP511qyIj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulP511qyIj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulP511qyIj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulP511qyIj .mbr-text UL {
  text-align: left;
}
.cid-ulP511qyIj .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulP511qyIj .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulPSavuAMa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/istock-1303145712-min-scaled-680x3802x.webp");
}
.cid-ulPSavuAMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulPSavuAMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulP2XkFKus {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulP2XkFKus .mbr-text {
  color: #565353;
}
.cid-ulP2XkFKus .mbr-section-subtitle {
  color: #000000;
}
.cid-ulP2XkFKus .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulP2XkFKus .mbr-text,
.cid-ulP2XkFKus .item .mbr-section-btn {
  text-align: left;
}
.cid-ulP2XkFKus .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulP2XkFKus .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulP2XkFKus .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulP2XkFKus .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulP2XkFKus .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulP2XkFKus .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulP2XkFKus .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulP2XkFKus .mbr-text UL {
  text-align: left;
}
.cid-ulP2XkFKus .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulP2XkFKus .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulPMwW7aoo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smartphone-repair.webp");
}
.cid-ulPMwW7aoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulPMwW7aoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulP6qdXNXD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulP6qdXNXD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulP6qdXNXD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulP6qdXNXD .item-head {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulP6qdXNXD .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulP6qdXNXD .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulP6qdXNXD .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulP6qdXNXD .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulP6qdXNXD .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulP6qdXNXD .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulP6qdXNXD .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulP6qdXNXD .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulP6qdXNXD .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulP6qdXNXD .btn {
  width: -webkit-fill-available;
}
.cid-ulP6qdXNXD .item:focus,
.cid-ulP6qdXNXD span:focus {
  outline: none;
}
.cid-ulP6qdXNXD .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulP6qdXNXD .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulP6qdXNXD .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulP6qdXNXD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulP6qdXNXD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ulP6qdXNXD .mbr-text,
.cid-ulP6qdXNXD .mbr-section-btn {
  text-align: left;
}
.cid-ulP6qdXNXD .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulP6qdXNXD .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ulP6qdXNXD .content-head {
  max-width: 800px;
}
.cid-ulP7O6cJfA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/305829271-509568414507143-7945834368195247136-n.webp");
}
.cid-ulP7O6cJfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulP7O6cJfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulP7O6cJfA .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulP7O6cJfA .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulP7O6cJfA .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-ulP7O6cJfA .card {
    margin-bottom: 2rem;
  }
  .cid-ulP7O6cJfA .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulP7O6cJfA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulP7O6cJfA .icon-title {
  color: #ffffff;
}
.cid-ulP7O6cJfA .icon-text {
  color: #ffffff;
}
.cid-ulP7O6cJfA .card-title,
.cid-ulP7O6cJfA .card-box {
  color: #ffffff;
}
.cid-ulP8dEE7YK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ulP8dEE7YK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulP8dEE7YK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulP8dEE7YK .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulP8dEE7YK .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulP8dEE7YK .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulP8dEE7YK .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulP8dEE7YK .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulP8dEE7YK .image-wrapper {
  padding: 0 1rem;
}
.cid-ulP8dEE7YK img,
.cid-ulP8dEE7YK .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulP8dEE7YK img,
  .cid-ulP8dEE7YK .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulP8dEE7YK .mbr-section-title {
  color: #d70081;
}
.cid-ulP8dEE7YK .mbr-text {
  color: #000000;
}
.cid-ulP8dEE7YK .mbr-text,
.cid-ulP8dEE7YK .mbr-section-btn {
  color: #282828;
}
.cid-ulOEjLrcu2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulOEjLrcu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulOEjLrcu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulOEjLrcu2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulOEjLrcu2 .footer-col {
    flex-direction: column;
  }
}
.cid-ulOEjLrcu2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulOEjLrcu2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulOEjLrcu2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulOEjLrcu2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulOEjLrcu2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulOEjLrcu2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulOEjLrcu2 .soc-item {
  margin: 8px;
}
.cid-ulOEjLrcu2 .soc-item a:hover .mbr-iconfont,
.cid-ulOEjLrcu2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulOEjLrcu2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulOEjLrcu2 .row {
    text-align: center;
  }
  .cid-ulOEjLrcu2 .social-row {
    justify-content: center;
  }
}
.cid-ulOEjLrcu2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulOEjLrcu2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulOEjLrcu2 .list {
    margin-bottom: 0rem;
  }
}
.cid-ulOEjLrcu2 .mbr-text {
  color: #bbbbbb;
}
.cid-ulOEjLrcu2 .mbr-section-subtitle {
  color: #565353;
}
.cid-ulOEjLrcu2 .list,
.cid-ulOEjLrcu2 .item-wrap {
  color: #232323;
}
.cid-ulOEjLrcu2 .copyright {
  color: #000000;
}
.cid-ulT2SMG27a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ulT2SMG27a .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;
}
@media (max-width: 767px) {
  .cid-ulT2SMG27a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ulT2SMG27a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulT2SMG27a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ulT2SMG27a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulT2SMG27a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulT2SMG27a .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ulT2SMG27a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ulT2SMG27a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ulT2SMG27a .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ulT2SMG27a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ulT2SMG27a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ulT2SMG27a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ulT2SMG27a .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ulT2SMG27a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ulT2SMG27a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ulT2SMG27a .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ulT2SMG27a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ulT2SMG27a .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulT2SMG27a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ulT2SMG27a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ulT2SMG27a .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-ulT2SMG27a .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SMG27a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ulT2SMG27a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulT2SMG27a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #282828;
  background: rgba(40, 40, 40, 0.8) !important;
}
.cid-ulT2SMG27a .nav-item:focus,
.cid-ulT2SMG27a .nav-link:focus {
  outline: none;
}
.cid-ulT2SMG27a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulT2SMG27a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulT2SMG27a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulT2SMG27a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulT2SMG27a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulT2SMG27a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulT2SMG27a .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ulT2SMG27a .navbar.opened {
  transition: all 0.25s;
}
.cid-ulT2SMG27a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulT2SMG27a .navbar .navbar-logo img {
  width: auto;
}
.cid-ulT2SMG27a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ulT2SMG27a .navbar.collapsed {
  justify-content: center;
}
.cid-ulT2SMG27a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulT2SMG27a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulT2SMG27a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ulT2SMG27a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulT2SMG27a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulT2SMG27a .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-ulT2SMG27a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulT2SMG27a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulT2SMG27a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ulT2SMG27a .navbar {
    min-height: 72px;
  }
  .cid-ulT2SMG27a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ulT2SMG27a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulT2SMG27a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulT2SMG27a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulT2SMG27a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulT2SMG27a .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-ulT2SMG27a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulT2SMG27a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ulT2SMG27a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulT2SMG27a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulT2SMG27a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ulT2SMG27a .dropdown-item.active,
.cid-ulT2SMG27a .dropdown-item:active {
  background-color: transparent;
}
.cid-ulT2SMG27a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulT2SMG27a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulT2SMG27a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulT2SMG27a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #282828;
}
.cid-ulT2SMG27a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ulT2SMG27a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ulT2SMG27a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulT2SMG27a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ulT2SMG27a .navbar-buttons {
    text-align: left;
  }
}
.cid-ulT2SMG27a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulT2SMG27a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-ulT2SMG27a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulT2SMG27a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulT2SMG27a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulT2SMG27a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulT2SMG27a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulT2SMG27a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulT2SMG27a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulT2SMG27a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulT2SMG27a .navbar-dropdown {
  padding: 0;
  background: rgba(40, 40, 40, 0.8) !important;
  position: fixed;
}
.cid-ulT2SMG27a .opacityScroll {
  background: #282828 !important;
}
.cid-ulT2SMG27a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulT2SMG27a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulT2SMG27a .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulT2SMG27a .navbar {
    height: 70px;
  }
  .cid-ulT2SMG27a .navbar.opened {
    height: auto;
  }
  .cid-ulT2SMG27a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ulT2SMG27a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ulT2SMG27a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ulT2SMG27a .navbar-brand {
    margin-right: auto;
  }
  .cid-ulT2SMG27a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #282828;
    opacity: 1;
    border-color: rgba(40, 40, 40, 0.8) !important;
    background: rgba(40, 40, 40, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ulT2SMG27a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ulT2SMG27a .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ulT2SMG27a .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ulT2SMG27a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulT2SMG27a .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SMG27a .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ulT2SMG27a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulT2SN6vzf {
  display: flex;
  background-image: url("../../../assets/images/apple-watchos-7.webp");
}
.cid-ulT2SN6vzf .mbr-overlay {
  background-color: #282828;
  opacity: 0.4;
}
.cid-ulT2SN6vzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SN6vzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SN6vzf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ulT2SN6vzf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ulT2SN6vzf {
    align-items: center;
  }
  .cid-ulT2SN6vzf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulT2SN6vzf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SN6vzf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ulT2SN6vzf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulT2SN6vzf .content-wrap {
    width: 100%;
  }
}
.cid-ulT2SN6vzf .mbr-section-title {
  text-align: center;
}
.cid-ulT2SN6vzf .mbr-text,
.cid-ulT2SN6vzf .mbr-section-btn {
  text-align: center;
}
.cid-ulT2SNqUlq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d70081;
}
.cid-ulT2SNqUlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SNqUlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SNqUlq .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-ulT2SNqUlq .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SNqUlq .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SNqUlq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulT2SNqUlq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulT2SNqUlq .row {
  flex-direction: row-reverse;
}
.cid-ulT2SNqUlq .image-wrapper {
  padding: 0 1rem;
}
.cid-ulT2SNqUlq img,
.cid-ulT2SNqUlq .image-wrapper {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulT2SNqUlq img,
  .cid-ulT2SNqUlq .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulT2SNqUlq .mbr-section-title {
  color: #d70081;
}
.cid-ulT2SNqUlq .mbr-text {
  color: #000000;
}
.cid-ulT2SNKVy5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/how-to-replace-apple-watch-screen-blog-1.webp");
}
.cid-ulT2SNKVy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SNKVy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT6bvIRis {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulT6bvIRis .mbr-text {
  color: #565353;
}
.cid-ulT6bvIRis .mbr-section-subtitle {
  color: #000000;
}
.cid-ulT6bvIRis .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulT6bvIRis .mbr-text,
.cid-ulT6bvIRis .item .mbr-section-btn {
  text-align: left;
}
.cid-ulT6bvIRis .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulT6bvIRis .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT6bvIRis .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT6bvIRis .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulT6bvIRis .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulT6bvIRis .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulT6bvIRis .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulT6bvIRis .mbr-text UL {
  text-align: left;
}
.cid-ulT6bvIRis .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulT6bvIRis .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulT6Ijcrr4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulT6Ijcrr4 .mbr-text {
  color: #565353;
}
.cid-ulT6Ijcrr4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulT6Ijcrr4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulT6Ijcrr4 .mbr-text,
.cid-ulT6Ijcrr4 .item .mbr-section-btn {
  text-align: left;
}
.cid-ulT6Ijcrr4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulT6Ijcrr4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT6Ijcrr4 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT6Ijcrr4 .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulT6Ijcrr4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulT6Ijcrr4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulT6Ijcrr4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulT6Ijcrr4 .mbr-text UL {
  text-align: left;
}
.cid-ulT6Ijcrr4 .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulT6Ijcrr4 .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulT7yMsJEe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/techfix-apple-watch-repair.webp");
}
.cid-ulT7yMsJEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT7yMsJEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SO73uY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulT2SO73uY .mbr-text {
  color: #565353;
}
.cid-ulT2SO73uY .mbr-section-subtitle {
  color: #000000;
}
.cid-ulT2SO73uY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulT2SO73uY .mbr-text,
.cid-ulT2SO73uY .item .mbr-section-btn {
  text-align: left;
}
.cid-ulT2SO73uY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulT2SO73uY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SO73uY .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT2SO73uY .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulT2SO73uY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulT2SO73uY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulT2SO73uY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulT2SO73uY .mbr-text UL {
  text-align: left;
}
.cid-ulT2SO73uY .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulT2SO73uY .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulT2SOotCJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d70081;
}
.cid-ulT2SOotCJ .mbr-text {
  color: #565353;
}
.cid-ulT2SOotCJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ulT2SOotCJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulT2SOotCJ .mbr-text,
.cid-ulT2SOotCJ .item .mbr-section-btn {
  text-align: left;
}
.cid-ulT2SOotCJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulT2SOotCJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SOotCJ .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT2SOotCJ .item-wrapper {
    padding: 4rem;
  }
}
.cid-ulT2SOotCJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ulT2SOotCJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ulT2SOotCJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d70081;
  background-color: #d70081;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ulT2SOotCJ .mbr-text UL {
  text-align: left;
}
.cid-ulT2SOotCJ .mbr-card-subtitle {
  color: #d70081;
  text-align: left;
}
.cid-ulT2SOotCJ .mbr-card-title {
  color: #d70081;
  text-align: left;
}
.cid-ulT2SOJSJ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6xlds3iz1odrga2r.webp");
}
.cid-ulT2SOJSJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SOJSJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SPA5Pr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-ulT2SPA5Pr .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulT2SPA5Pr .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulT2SPA5Pr .item-head {
  background: #edefeb;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulT2SPA5Pr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SPA5Pr .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulT2SPA5Pr .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulT2SPA5Pr .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SPA5Pr .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ulT2SPA5Pr .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ulT2SPA5Pr .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulT2SPA5Pr .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-ulT2SPA5Pr .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-ulT2SPA5Pr .btn {
  width: -webkit-fill-available;
}
.cid-ulT2SPA5Pr .item:focus,
.cid-ulT2SPA5Pr span:focus {
  outline: none;
}
.cid-ulT2SPA5Pr .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-ulT2SPA5Pr .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SPA5Pr .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ulT2SPA5Pr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ulT2SPA5Pr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ulT2SPA5Pr .mbr-text,
.cid-ulT2SPA5Pr .mbr-section-btn {
  text-align: left;
}
.cid-ulT2SPA5Pr .item-title {
  text-align: left;
  color: #d70081;
}
.cid-ulT2SPA5Pr .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ulT2SPA5Pr .content-head {
  max-width: 800px;
}
.cid-ulT2SPUnKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/305829271-509568414507143-7945834368195247136-n.webp");
}
.cid-ulT2SPUnKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SPUnKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SPUnKr .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulT2SPUnKr .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulT2SPUnKr .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-ulT2SPUnKr .card {
    margin-bottom: 2rem;
  }
  .cid-ulT2SPUnKr .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulT2SPUnKr .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulT2SPUnKr .icon-title {
  color: #ffffff;
}
.cid-ulT2SPUnKr .icon-text {
  color: #ffffff;
}
.cid-ulT2SPUnKr .card-title,
.cid-ulT2SPUnKr .card-box {
  color: #ffffff;
}
.cid-ulT2SQolcN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ulT2SQolcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SQolcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SQolcN .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-ulT2SQolcN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SQolcN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SQolcN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-ulT2SQolcN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-ulT2SQolcN .image-wrapper {
  padding: 0 1rem;
}
.cid-ulT2SQolcN img,
.cid-ulT2SQolcN .image-wrapper {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulT2SQolcN img,
  .cid-ulT2SQolcN .image-wrapper {
    max-height: 350px;
  }
}
.cid-ulT2SQolcN .mbr-section-title {
  color: #d70081;
}
.cid-ulT2SQolcN .mbr-text {
  color: #000000;
}
.cid-ulT2SQolcN .mbr-text,
.cid-ulT2SQolcN .mbr-section-btn {
  color: #282828;
}
.cid-ulT2SQNrPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #444343;
}
.cid-ulT2SQNrPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulT2SQNrPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulT2SQNrPU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-ulT2SQNrPU .footer-col {
    flex-direction: column;
  }
}
.cid-ulT2SQNrPU .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulT2SQNrPU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ulT2SQNrPU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT2SQNrPU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ulT2SQNrPU .mbr-section-btn {
    text-align: center;
  }
}
.cid-ulT2SQNrPU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulT2SQNrPU .soc-item {
  margin: 8px;
}
.cid-ulT2SQNrPU .soc-item a:hover .mbr-iconfont,
.cid-ulT2SQNrPU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ulT2SQNrPU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #d70081;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ulT2SQNrPU .row {
    text-align: center;
  }
  .cid-ulT2SQNrPU .social-row {
    justify-content: center;
  }
}
.cid-ulT2SQNrPU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-ulT2SQNrPU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulT2SQNrPU .list {
    margin-bottom: 0rem;
  }
}
.cid-ulT2SQNrPU .mbr-text {
  color: #bbbbbb;
}
.cid-ulT2SQNrPU .mbr-section-subtitle {
  color: #565353;
}
.cid-ulT2SQNrPU .list,
.cid-ulT2SQNrPU .item-wrap {
  color: #232323;
}
.cid-ulT2SQNrPU .copyright {
  color: #000000;
}
