body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #bb337c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #589f88 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7f2354 !important;
  border-color: #7f2354 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7f2354 !important;
  border-color: #7f2354 !important;
}
.btn-primary:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #589f88 !important;
  border-color: #589f88 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3d6e5e !important;
  border-color: #3d6e5e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d6e5e !important;
  border-color: #3d6e5e !important;
}
.btn-danger:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-white,
.btn-white:active {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #bb337c;
  color: #bb337c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #bb337c;
  border-color: #bb337c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bb337c !important;
  border-color: #bb337c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #589f88;
  color: #589f88;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #589f88;
  border-color: #589f88;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #589f88 !important;
  border-color: #589f88 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #bb337c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #589f88 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #db79ae !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #97c6b7 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #589f88;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bb337c;
  border-color: #bb337c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bb337c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e08dba;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8cfc2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #bb337c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bb337c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bb337c;
  border-bottom-color: #bb337c;
}
.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: #bb337c !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: #282f39 !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='%23bb337c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tLGTCmvtPY {
  background-image: url("../../../assets/images/new-project-14-1635x1174.webp");
}
.cid-tLGTCmvtPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLGTCmvtPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLGTCmvtPY .mbr-section-title {
  color: #e9e9e9;
}
.cid-tLGTCmvtPY .mbr-text,
.cid-tLGTCmvtPY .mbr-section-btn {
  color: #ffffff;
}
.cid-tLG7Edr52X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLG7Edr52X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLG7Edr52X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLG7Edr52X .mbr-section-subtitle {
  text-align: left;
  color: #253c35;
}
.cid-tLG7Edr52X .mbr-section-title {
  color: #253c35;
}
.cid-tLG8LL9sLC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181818;
}
.cid-tLG8LL9sLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLG8LL9sLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tLG8LL9sLC .container {
    max-width: 1400px;
  }
}
.cid-tLG8LL9sLC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tLG8LL9sLC .card-wrapper {
  margin-top: 3rem;
}
.cid-tLG8LL9sLC .row {
  justify-content: center;
}
.cid-tLG8LL9sLC .mbr-section-title {
  color: #ffffff;
}
.cid-tLG8LL9sLC .card-title,
.cid-tLG8LL9sLC .iconfont-wrapper {
  color: #ffffff;
}
.cid-tLG8LL9sLC .card-text {
  color: #ffffff;
}
.cid-tLF4MYbfZQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-tLF4MYbfZQ .mbr-section-title {
  color: #ffffff;
}
.cid-tLF4MYbfZQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tLF4MYbfZQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLF4MYbfZQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tLF4MYbfZQ .mbr-section-text {
  color: #ffffff;
}
.cid-tLF4MYbfZQ .carousel-item {
  justify-content: center;
}
.cid-tLF4MYbfZQ .carousel-item.active,
.cid-tLF4MYbfZQ .carousel-item-next,
.cid-tLF4MYbfZQ .carousel-item-prev {
  display: flex;
}
.cid-tLF4MYbfZQ .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 20%;
}
.cid-tLF4MYbfZQ .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: 0.9;
}
.cid-tLF4MYbfZQ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tLF4MYbfZQ .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-tLF4MYbfZQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tLF4MYbfZQ .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #bb337c;
  margin-top: 15px;
}
.cid-tLF4MYbfZQ .user_text {
  position: relative;
  padding-bottom: 45px;
}
.cid-tLF4MYbfZQ .user_text .left-top {
  margin-bottom: 20px;
}
.cid-tLF4MYbfZQ .user_text .mbr-text {
  font-style: italic;
}
.cid-tLF4MYbfZQ .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-tLF4MYbfZQ .user_text .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tLF4MYbfZQ .user_text .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tLF4MYbfZQ .user_name {
  font-weight: 700;
  color: #253c35;
}
@media (max-width: 230px) {
  .cid-tLF4MYbfZQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tLF4MYbfZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLF4MYbfZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLF4MYbfZQ .user_text .mbr-text,
.cid-tLF4MYbfZQ .user_text {
  color: #253c35;
}
.cid-rZq2Q5RKS3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/system-3699542-2000x1059.webp");
}
.cid-rZq2Q5RKS3 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #55acee;
  background: linear-gradient(#55acee 0%, #55acee 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Q5RKS3 .card {
  padding: 5px;
  transition: transform 0.6s ease 0s;
}
.cid-rZq2Q5RKS3 .card:hover {
  transform: translateY(-20px);
}
.cid-rZq2Q5RKS3 .card .card-wrapper {
  background: #253c35;
  background-position: center;
  padding: 40px 20px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rZq2Q5RKS3 .card .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .start-from {
  line-height: 1.2;
  margin-bottom: 15px;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-usd {
  vertical-align: top;
  display: inline-block;
  color: #fff000;
  line-height: 0.6;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-price {
  color: #fff000;
  line-height: 0.6;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-text,
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .link-align {
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list li {
  line-height: 1.75;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list UL {
  text-align: left;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-price,
.cid-rZq2Q5RKS3 .price-wrap {
  color: #bb337c;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-usd,
.cid-rZq2Q5RKS3 .price-wrap {
  color: #bb337c;
}
.cid-rZq2WV6zMI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZq2WV6zMI .mbr-section-title {
  color: #06182d;
}
.cid-rZq2WV6zMI .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2WV6zMI .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2WV6zMI .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2WV6zMI .mbr-section-text {
  color: #999999;
}
.cid-rZq2WV6zMI .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rZq2WV6zMI .carousel {
  width: 85%;
  margin: auto;
}
.cid-rZq2WV6zMI .carousel-item {
  justify-content: center;
}
.cid-rZq2WV6zMI .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rZq2WV6zMI .carousel-item .wrap-img {
  text-align: center;
}
.cid-rZq2WV6zMI .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rZq2WV6zMI .carousel-controls {
  display: flex;
  justify-content: center;
}
.cid-rZq2WV6zMI .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rZq2WV6zMI .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rZq2WV6zMI .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rZq2WV6zMI .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rZq2WV6zMI .cloneditem-1,
.cid-rZq2WV6zMI .cloneditem-2,
.cid-rZq2WV6zMI .cloneditem-3,
.cid-rZq2WV6zMI .cloneditem-4,
.cid-rZq2WV6zMI .cloneditem-5 {
  display: none;
}
.cid-rZq2WV6zMI .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rZq2WV6zMI .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rZq2WV6zMI .carousel-inner {
    opacity: 0.8;
  }
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides2 .cloneditem-1,
  .cid-rZq2WV6zMI .carousel-inner.slides2 .cloneditem-2,
  .cid-rZq2WV6zMI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides3 .cloneditem-1,
  .cid-rZq2WV6zMI .carousel-inner.slides3 .cloneditem-2,
  .cid-rZq2WV6zMI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides4 .cloneditem-1,
  .cid-rZq2WV6zMI .carousel-inner.slides4 .cloneditem-2,
  .cid-rZq2WV6zMI .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides5 .cloneditem-1,
  .cid-rZq2WV6zMI .carousel-inner.slides5 .cloneditem-2,
  .cid-rZq2WV6zMI .carousel-inner.slides5 .cloneditem-3,
  .cid-rZq2WV6zMI .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZq2WV6zMI .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-rZq2WV6zMI .carousel-inner.slides6 .cloneditem-1,
  .cid-rZq2WV6zMI .carousel-inner.slides6 .cloneditem-2,
  .cid-rZq2WV6zMI .carousel-inner.slides6 .cloneditem-3,
  .cid-rZq2WV6zMI .carousel-inner.slides6 .cloneditem-4,
  .cid-rZq2WV6zMI .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rZq2WV6zMI .carousel-control-prev {
  position: absolute !important;
  left: -50px !important;
}
.cid-rZq2WV6zMI .carousel-control-next {
  position: absolute !important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rZq2WV6zMI .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rZq2WV6zMI .carousel-control-next {
    right: -10px !important;
  }
}
.cid-tLSXTjCRrj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .nav-item,
.cid-tLSXTjCRrj .nav-link,
.cid-tLSXTjCRrj .navbar-caption {
  font-weight: normal;
}
.cid-tLSXTjCRrj .nav-item:focus,
.cid-tLSXTjCRrj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLSXTjCRrj .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLSXTjCRrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLSXTjCRrj .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tLSXTjCRrj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tLSXTjCRrj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLSXTjCRrj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tLSXTjCRrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLSXTjCRrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLSXTjCRrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLSXTjCRrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tLSXTjCRrj .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLSXTjCRrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLSXTjCRrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLSXTjCRrj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLSXTjCRrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tLSXTjCRrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLSXTjCRrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLSXTjCRrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLSXTjCRrj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLSXTjCRrj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLSXTjCRrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLSXTjCRrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tLSXTjCRrj .dropdown-item.active,
.cid-tLSXTjCRrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tLSXTjCRrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLSXTjCRrj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLSXTjCRrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLSXTjCRrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLSXTjCRrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLSXTjCRrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLSXTjCRrj .navbar-buttons {
  text-align: center;
}
.cid-tLSXTjCRrj .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tLSXTjCRrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tLSXTjCRrj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tLSXTjCRrj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLSXTjCRrj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tLSXTjCRrj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSXTjCRrj .navbar {
    height: 77px;
  }
  .cid-tLSXTjCRrj .navbar.opened {
    height: auto;
  }
  .cid-tLSXTjCRrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLSXTjCRrj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .nav-item,
.cid-tLSXTjCRrj .nav-link,
.cid-tLSXTjCRrj .navbar-caption {
  font-weight: normal;
}
.cid-tLSXTjCRrj .nav-item:focus,
.cid-tLSXTjCRrj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLSXTjCRrj .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLSXTjCRrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSXTjCRrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLSXTjCRrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLSXTjCRrj .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-tLSXTjCRrj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
  background: none;
}
.cid-tLSXTjCRrj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tLSXTjCRrj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-tLSXTjCRrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLSXTjCRrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLSXTjCRrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLSXTjCRrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLSXTjCRrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-tLSXTjCRrj .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLSXTjCRrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLSXTjCRrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLSXTjCRrj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLSXTjCRrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLSXTjCRrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-tLSXTjCRrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLSXTjCRrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLSXTjCRrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLSXTjCRrj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLSXTjCRrj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLSXTjCRrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLSXTjCRrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLSXTjCRrj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tLSXTjCRrj .dropdown-item.active,
.cid-tLSXTjCRrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tLSXTjCRrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLSXTjCRrj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLSXTjCRrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLSXTjCRrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLSXTjCRrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLSXTjCRrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLSXTjCRrj .navbar-buttons {
  text-align: center;
}
.cid-tLSXTjCRrj .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-tLSXTjCRrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSXTjCRrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLSXTjCRrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSXTjCRrj .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tLSXTjCRrj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-tLSXTjCRrj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLSXTjCRrj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tLSXTjCRrj .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLSXTjCRrj .navbar {
    height: 77px;
  }
  .cid-tLSXTjCRrj .navbar.opened {
    height: auto;
  }
  .cid-tLSXTjCRrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNAUDpCf9M {
  background-image: url("../../../assets/images/new-project-14-1635x1174.webp");
}


@media (max-width: 768px) {

  .cid-tNAUDpCf9M {
    background-image: url("");
    background-color: #103729;
  }
}


.cid-tNAUDpCf9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNAUDpCf9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNAUDpCf9M .mbr-section-title {
  color: #e9e9e9;
}
.cid-tNAUDpCf9M .mbr-text,
.cid-tNAUDpCf9M .mbr-section-btn {
  color: #ffffff;
}
.cid-tMh9mnpWyT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMh9mnpWyT .item {
  display: flex;
  border-radius: 25px;
  background-color: #eff6fa;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tMh9mnpWyT .item {
    padding: 3rem 4.5rem 3rem 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tMh9mnpWyT .item {
    padding: 3rem;
    flex-direction: column;
  }
}
.cid-tMh9mnpWyT .icon-box {
  background: #bb337c;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  .cid-tMh9mnpWyT .icon-box {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
}
.cid-tMh9mnpWyT .step-number {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tMh9mnpWyT .card {
    margin-bottom: 2rem;
  }
  .cid-tMh9mnpWyT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMh9mnpWyT .card-title {
  color: #2e6b75;
}
.cid-tMh9mnpWyT .icon-text {
  color: #000000;
}
.cid-tMh9mnpWyT .icon-title {
  color: #2e6b75;
}
.cid-tMh9mnpWyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMh9mnpWyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMgVtB7VPz {
  padding-top: 1rem;
  margin-bottom: -3rem;
  background-color: #dfe3e8;
}
@media (min-width: 1400px) {
  .cid-tMgVtB7VPz .col-12 {
    padding: 0 2rem;
  }
  .cid-tMgVtB7VPz .row {
    margin: 0 -2rem;
  }
}
.cid-tMgVtB7VPz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tMgVtB7VPz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  /*padding-left: 1.5rem;*/
}
.cid-tMgVtB7VPz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #bb337c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tMgVtB7VPz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tMgVtB7VPz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bb337c;
}
.cid-tMgVtB7VPz .svg-top .st0 {
  fill: #dfe3e8;
}
@media (max-width: 992px) {
  .cid-tMgVtB7VPz .svg-top {
    width: 1000px;
  }
}
.cid-tMgVtB7VPz .mbr-text {
  color: #181818;
}
.cid-tMgVtB7VPz .mbr-section-title {
  color: #253c35;
}
.cid-tMhjqoOzdm {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tMhjqoOzdm .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tMhjqoOzdm .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #589f88;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tMhjqoOzdm .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMhjqoOzdm .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tMhjqoOzdm .mbr-timeline-title,
.cid-tMhjqoOzdm .mbr-timeline-text {
  color: #ffffff;
}
.cid-tMhjqoOzdm .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tMhjqoOzdm .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tMhjqoOzdm .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tMhjqoOzdm .iconsBackground {
  /*position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #589f88;
  top: 20px;
  margin-left: -30px;*/
  position: absolute;
  left: 50%;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  top: 20px;
  margin-left: -30px;
}
.left-item{
  left:30%!important;
}

.right-item{
  left:60%!important;
}
.cid-tMhjqoOzdm .iconsBackground span {
  color: #ffffff;
}
.cid-tMhjqoOzdm .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tMhjqoOzdm .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #589f88;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tMhjqoOzdm .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tMhjqoOzdm .iconsBackground {
    left: 1.5rem;
  }
  .mobile-img{
    max-width:65px!important;
  }
  .left-item{
    left:7%!important;
    top:35%!important;
  }
  .right-item{
    left:7%!important;
    top:35%!important;
  }
  .cid-tMhjqoOzdm .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tMhjqoOzdm .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tMhjqoOzdm .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tMhjqoOzdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMhjqoOzdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMhjqoOzdm .mbr-timeline-title {
  color: #ffffff;
}
.cid-tNtMBI7PzA {
  background-image: url("../../../assets/images/system-3699542-2000x1059.webp");
}
.cid-tNtMBI7PzA .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tNtMBI7PzA .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-tNtMBI7PzA .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-tNtMBI7PzA .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tNtMBI7PzA .mbr-text {
  color: #f3f3f3;
  text-align: center;
}
.cid-tNtMBI7PzA .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tNtMBI7PzA .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tNtMBI7PzA .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tNtMBI7PzA .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tNtMBI7PzA .buttons-wrap {
  text-align: center;
}
.cid-tNtMBI7PzA .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tNtMBI7PzA .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-tNtMBI7PzA .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-tNtMBI7PzA .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-tNtMBI7PzA .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-tNtMBI7PzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtMBI7PzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtMBI7PzA .mbr-section-title,
.cid-tNtMBI7PzA .col DIV {
  text-align: center;
}
.cid-tNtMBI7PzA .mbr-text,
.cid-tNtMBI7PzA .col {
  text-align: center;
  color: #ffffff;
}
.cid-tNtMBI7PzA .mbr-section-title,
.cid-tNtMBI7PzA .col {
  color: #ffffff;
}
.cid-tNmPp2RvcH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNmPp2RvcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmPp2RvcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNmPp2RvcH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tNmPp2RvcH .mbr-section-title {
  color: #24262b;
}
.cid-tNmPp2RvcH .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tNmPp2RvcH .cards-row {
  row-gap: 32px;
}
.cid-tNmPp2RvcH .card {
  border-radius: 0;
}
.cid-tNmPp2RvcH .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-tNmPp2RvcH .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-tNmPp2RvcH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tNmPp2RvcH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNmPp2RvcH .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-tNmPp2RvcH .card-subtitle {
  color: #24262b;
}
.cid-tNmPp2RvcH .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tNmPp2RvcH .card-name {
  color: #24262b;
}
.cid-tNmPp2RvcH .card-text {
  color: #24262b;
}
.cid-tNtNpVXnDU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-tNtNpVXnDU .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tNtNpVXnDU .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-tNtNpVXnDU .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-tNtNpVXnDU .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tNtNpVXnDU .mbr-text {
  color: #ffffff;
}
.cid-tNtNpVXnDU .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tNtNpVXnDU .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tNtNpVXnDU .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-tNtNpVXnDU .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tNtNpVXnDU .buttons-wrap {
  text-align: center;
}
.cid-tNtNpVXnDU .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tNtNpVXnDU .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-tNtNpVXnDU .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-tNtNpVXnDU .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-tNtNpVXnDU .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-tNtNpVXnDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtNpVXnDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNtNpVXnDU .mbr-text,
.cid-tNtNpVXnDU .col {
  text-align: center;
  color: #181818;
}
.cid-tNtNpVXnDU .mbr-section-title,
.cid-tNtNpVXnDU .col {
  color: #181818;
}
.cid-tNB0OcDSCX {
  background-image: url("../../../assets/images/system-3699542-2000x1059.webp");
}
.cid-tNB0OcDSCX .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #253c35;
  background: linear-gradient(#253c35 0%, #55acee 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tNB0OcDSCX .card {
  padding: 5px;
  transition: transform 0.6s ease 0s;
}
.cid-tNB0OcDSCX .card:hover {
  transform: translateY(-20px);
}
.cid-tNB0OcDSCX .card .card-wrapper {
  background: #ffffffe6;
  background-position: center;
  padding: 0px 0px 5px 0px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tNB0OcDSCX .card .card-wrapper {
    /*padding: 2rem 1rem;*/
    margin:10px;
  }
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .card-subtitle {
  color: #595959;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .start-from {
  line-height: 1.2;
  margin-bottom: 15px;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-usd {
  vertical-align: top;
  display: inline-block;
  color: #fff000;
  line-height: 0.6;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-price {
  color: #fff000;
  line-height: 0.6;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-text,
.cid-tNB0OcDSCX .card .card-wrapper .card-box .link-align {
  color: #595959;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-list .list li {
  line-height: 1.75;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-list UL {
  text-align: left;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-price,
.cid-tNB0OcDSCX .price-wrap {
  color: #416a59;
}
.cid-tNB0OcDSCX .card .card-wrapper .card-box .mbr-usd,
.cid-tNB0OcDSCX .price-wrap {
  color: #416a59;
}
.cid-tNuowxtMz0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNuowxtMz0 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 50px;
  text-align: center;
  background: linear-gradient(90deg, #e9ce5c 0%, #f8fb88 35%, rgba(245, 206, 145, 0.94443715) 100%);
}
@media (max-width: 680px) {
  .cid-tNuowxtMz0 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tNuowxtMz0 .item-img {
  display: flex;
  width: 190px;
  height: 190px;
  margin-right: 38px;
}
.cid-tNuowxtMz0 .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-tNuowxtMz0 .text-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .cid-tNuowxtMz0 .text-wrap {
    margin-top: 23px;
  }
}
.cid-tNuowxtMz0 .link-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-tNuowxtMz0 .link-text a {
  margin-right: 15px;
}
.cid-tNuowxtMz0 .mbr-text {
  color: #131313;
  margin-bottom: 0;
}
.cid-tNuowxtMz0 .mbr-text-name {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tNuowxtMz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuowxtMz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNuyr6kF5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/system-3699542-2000x1059.webp");
}
.cid-tNuyr6kF5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuyr6kF5l .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-tNuyr6kF5l .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tNuyr6kF5l .container {
    padding: 0 12px;
  }
}
.cid-tNuyr6kF5l .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tNuyr6kF5l .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tNuyr6kF5l .row.card-wrapper {
  padding: 80px;
  border: 3px solid #589f88;
  box-shadow: 4px 4px #589f88;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNuyr6kF5l .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-tNuyr6kF5l .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-tNuyr6kF5l .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tNuyr6kF5l .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tNuyr6kF5l .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tNuyr6kF5l .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #589f88;
}
.cid-tNuyr6kF5l .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNuyr6kF5l .mbr-section-subtitle {
  color: #222222;
}
.cid-tNuyr6kF5l .mbr-text {
  color: #222222;
}
.cid-tNuyr6kF5l .list {
  color: #222222;
}
.cid-tNuuplUY3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNuuplUY3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuuplUY3s .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-tNuuplUY3s .container {
    padding: 0 30px;
  }
}
.cid-tNuuplUY3s .row {
  justify-content: center;
}
.cid-tNuuplUY3s .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tNuuplUY3s .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0 20px;
}
.cid-tNuuplUY3s .panel-group .card:first-child {
  border-top: 1px solid #cccccc;
}
.cid-tNuuplUY3s .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-tNuuplUY3s .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNuuplUY3s .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tNuuplUY3s .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #cccccc;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-tNuuplUY3s .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tNuuplUY3s .mbr-section-btn {
  text-align: center;
}
.cid-tNuuplUY3s .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-tNuuplUY3s .mbr-section-btn .btn:hover,
.cid-tNuuplUY3s .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-tNuuplUY3s .mbr-section-title {
  color: #212529;
}
.cid-tNuuplUY3s .panel-title-edit {
  color: #666666;
}
.cid-tNuuplUY3s .panel-text {
  color: #666666;
}
.cid-tNuuplUY3s .mbr-section-title,
.cid-tNuuplUY3s .mbr-section-btn {
  color: #666666;
}
#custom-html-1o {
  /* Type valid CSS here */
}