body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.99rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.7375rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.392rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.093rem;
    font-size: calc( 1.6965000000000001rem + (2.99 - 1.6965000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.6965000000000001rem + (2.99 - 1.6965000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #12b6e0 !important;
}
.bg-success {
  background-color: #57b22a !important;
}
.bg-info {
  background-color: #6b3df0 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(18, 182, 224, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #12b6e0 !important;
  border-color: #12b6e0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e90b1 !important;
  border-color: #0e90b1 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e90b1 !important;
  border-color: #0e90b1 !important;
}
.btn-primary:before {
  background: #12b6e0;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #12b6e0 !important;
  box-shadow: 0 15px 30px 0 rgba(18, 182, 224, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(24, 124, 255, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #187cff !important;
  border-color: #187cff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0063e4 !important;
  border-color: #0063e4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0063e4 !important;
  border-color: #0063e4 !important;
}
.btn-secondary:before {
  background: #187cff;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #187cff !important;
  box-shadow: 0 15px 30px 0 rgba(24, 124, 255, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info:before {
  background: #6b3df0;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #6b3df0 !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #57b22a !important;
  border-color: #57b22a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success:before {
  background: #57b22a;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #57b22a !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #12b6e0 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(18, 182, 224, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #12b6e0;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #12b6e0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #12b6e0;
  color: #12b6e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #12b6e0 !important;
  border-color: #12b6e0 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #12b6e0 !important;
  border-color: #12b6e0 !important;
}
.btn-primary-outline:before {
  background: #12b6e0;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(18, 182, 224, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #187cff;
  color: #187cff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #187cff !important;
  border-color: #187cff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #187cff !important;
  border-color: #187cff !important;
}
.btn-secondary-outline:before {
  background: #187cff;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(24, 124, 255, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6b3df0;
  color: #6b3df0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline:before {
  background: #6b3df0;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57b22a;
  color: #57b22a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline:before {
  background: #57b22a;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #12b6e0 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #12b6e0 !important;
}
.text-secondary {
  color: #187cff !important;
}
.text-success {
  color: #57b22a !important;
}
.text-info {
  color: #6b3df0 !important;
}
.text-warning {
  color: #ff6b00 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a6982 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #004db1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f5f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3a0eb9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #12b6e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #6b3df0;
}
.alert-warning {
  background-color: #ff6b00;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #12b6e0;
  border-color: #12b6e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #12b6e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9de07c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #12b6e0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #12b6e0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #12b6e0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #12b6e0;
  border-bottom-color: #12b6e0;
}
.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: #000000 !important;
  background-color: #12b6e0 !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: #187cff !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='%2312b6e0' %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.btn-white {
  color: #12b6e0 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(18, 182, 224, 0.6);
}
.mbr-arrow-up a:hover {
  background: #12b6e0;
}
.cid-tP3lafAXWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP3lafAXWC .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tP3lafAXWC .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tP3lafAXWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP3lafAXWC .container {
    padding: 0 1rem;
  }
}
.cid-tP3lafAXWC .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tP3lafAXWC .nav-link {
  position: relative;
}
.cid-tP3lafAXWC .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tP3lafAXWC nav.navbar {
  position: fixed;
}
.cid-tP3lafAXWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP3lafAXWC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3lafAXWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3lafAXWC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3lafAXWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar.collapsed {
  justify-content: center;
}
.cid-tP3lafAXWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3lafAXWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3lafAXWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3lafAXWC .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-tP3lafAXWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3lafAXWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3lafAXWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3lafAXWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3lafAXWC .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-tP3lafAXWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3lafAXWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3lafAXWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3lafAXWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3lafAXWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3lafAXWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3lafAXWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3lafAXWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3lafAXWC .dropdown-item:hover,
.cid-tP3lafAXWC .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tP3lafAXWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3lafAXWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3lafAXWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3lafAXWC .dropdown-menu,
.cid-tP3lafAXWC .navbar.opened {
  background: #000000 !important;
}
.cid-tP3lafAXWC .nav-item:focus,
.cid-tP3lafAXWC .nav-link:focus {
  outline: none;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3lafAXWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3lafAXWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3lafAXWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3lafAXWC .dropdown-item.active,
.cid-tP3lafAXWC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3lafAXWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3lafAXWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3lafAXWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3lafAXWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3lafAXWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3lafAXWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3lafAXWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3lafAXWC .navbar {
    height: 70px;
  }
  .cid-tP3lafAXWC .navbar.opened {
    height: auto;
  }
  .cid-tP3lafAXWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5vciTcULK {
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/captura-de-tela-2020-07-06-as-15.13.39-1-e1599762634567-1500x954.png");
}
.cid-u5vciTcULK .mbr-overlay {
  background: #000b28;
}
.cid-u5vciTcULK .animation {
  pointer-events: none;
}
.cid-u5vciTcULK .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u5vciTcULK .mbr-section-title {
  margin-bottom: 27px;
}
.cid-u5vciTcULK .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-u5vciTcULK .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-u5vciTcULK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u5vciTcULK .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-u5vciTcULK .image__block {
    margin-bottom: -100px;
  }
}
.cid-u5vciTcULK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vciTcULK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPqrS0iaZ8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPqrS0iaZ8 .title_block {
  margin-bottom: 80px;
}
.cid-tPqrS0iaZ8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #12b6e0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tPqrS0iaZ8 .mbr-section-title {
  color: #000b28;
}
.cid-tPqrS0iaZ8 .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000000;
  text-align: left;
}
.cid-tPqrS0iaZ8 .item {
  padding-bottom: 2rem;
}
.cid-tPqrS0iaZ8 .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-tPqrS0iaZ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tPqrS0iaZ8 .item-wrapper {
  position: relative;
}
.cid-tPqrS0iaZ8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tPqrS0iaZ8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tPqrS0iaZ8 .item-wrapper:hover .mbr-item-subtitle a {
  color: #12b6e0 !important;
}
.cid-tPqrS0iaZ8 .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tPqrS0iaZ8 .carousel-control,
.cid-tPqrS0iaZ8 .close {
  background: #1b1b1b;
}
.cid-tPqrS0iaZ8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tPqrS0iaZ8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tPqrS0iaZ8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tPqrS0iaZ8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tPqrS0iaZ8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPqrS0iaZ8 .close::before {
  content: '\e91a';
}
.cid-tPqrS0iaZ8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPqrS0iaZ8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPqrS0iaZ8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPqrS0iaZ8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPqrS0iaZ8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPqrS0iaZ8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tPqrS0iaZ8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPqrS0iaZ8 .carousel-indicators li.active,
.cid-tPqrS0iaZ8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPqrS0iaZ8 .carousel-indicators li::after,
.cid-tPqrS0iaZ8 .carousel-indicators li::before {
  content: none;
}
.cid-tPqrS0iaZ8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPqrS0iaZ8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tPqrS0iaZ8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tPqrS0iaZ8 .carousel-indicators {
    display: none;
  }
}
.cid-tPqrS0iaZ8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPqrS0iaZ8 .carousel-inner > .active {
  display: block;
}
.cid-tPqrS0iaZ8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPqrS0iaZ8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPqrS0iaZ8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tPqrS0iaZ8 .carousel-control,
  .cid-tPqrS0iaZ8 .carousel-indicators,
  .cid-tPqrS0iaZ8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tPqrS0iaZ8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tPqrS0iaZ8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tPqrS0iaZ8 .carousel-indicators .active,
.cid-tPqrS0iaZ8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tPqrS0iaZ8 .carousel-indicators .active {
  background: #fff;
}
.cid-tPqrS0iaZ8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tPqrS0iaZ8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tPqrS0iaZ8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tPqrS0iaZ8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tPqrS0iaZ8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tPqrS0iaZ8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tPqrS0iaZ8 .carousel {
  width: 100%;
}
.cid-tPqrS0iaZ8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tPqrS0iaZ8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tPqrS0iaZ8 .modal.fade .modal-dialog,
.cid-tPqrS0iaZ8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tPqrS0iaZ8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tPqrS0iaZ8 .descr mb-0 {
  color: #1a1a1a;
}
.cid-tNV3AISubK {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/jasban-post-construction-cleaning-services-in-nairobi-600x450.jpg");
}
.cid-tNV3AISubK .mbr-overlay {
  background: #000000;
}
.cid-tNV3AISubK .animation {
  pointer-events: none;
}
.cid-tNV3AISubK .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-tNV3AISubK .mbr-section-title {
  margin-bottom: 27px;
  color: #f6fbff;
}
.cid-tNV3AISubK .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-tNV3AISubK .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tNV3AISubK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tNV3AISubK .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tNV3AISubK .image__block {
    margin-bottom: -100px;
  }
}
.cid-tNV3AISubK .mbr-text,
.cid-tNV3AISubK .mbr-section-btn {
  color: #ffffff;
}
.cid-u5yNUbPwWe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6fbff;
}
.cid-u5yNUbPwWe .title_block {
  margin-bottom: 80px;
}
.cid-u5yNUbPwWe .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u5yNUbPwWe .mbr-section-title,
.cid-u5yNUbPwWe .card-title {
  color: #187cff;
}
.cid-u5yNUbPwWe .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(18, 182, 224, 0.07);
}
.cid-u5yNUbPwWe .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #12b6e0;
}
.cid-u5yNUbPwWe .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-u5yNUbPwWe .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-u5yNUbPwWe .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(87, 178, 42, 0.07);
}
.cid-u5yNUbPwWe .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #57b22a;
}
.cid-u5yNUbPwWe .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-u5yNUbPwWe .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
}
.cid-u5yNUbPwWe .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u5yNUbPwWe .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u5yNUbPwWe .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u5yNUbPwWe .card-title {
  margin-bottom: 20px;
}
.cid-u5yNUbPwWe .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-u5yNUbPwWe .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u5yNUbPwWe .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u5yNUbPwWe .btn_link:hover {
  cursor: pointer;
}
.cid-u5yNUbPwWe .btn_link:hover a {
  color: #12b6e0 !important;
}
.cid-u5yNUbPwWe .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u5yNUbPwWe .icon_block {
  position: relative;
}
.cid-u5yNUbPwWe .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-u5yNUbPwWe .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-u5yNUbPwWe .title_block {
    margin-bottom: 40px;
  }
  .cid-u5yNUbPwWe .card {
    text-align: center;
  }
  .cid-u5yNUbPwWe .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-u5yNUbPwWe .card-title,
.cid-u5yNUbPwWe .icon_block {
  color: #000000;
}
.cid-u5yNUbPwWe .card-text,
.cid-u5yNUbPwWe .btn_link {
  color: #000000;
}
.cid-u5yNUbPwWe .mbr-section-title {
  color: #051441;
}
.cid-u9mSpKif9s {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/deep-clean-portland-1000x684.jpg");
}
.cid-u9mSpKif9s .mbr-overlay {
  background: #000000;
}
.cid-u9mSpKif9s .animation {
  pointer-events: none;
}
.cid-u9mSpKif9s .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-u9mSpKif9s .mbr-section-title {
  margin-bottom: 27px;
  color: #f6fbff;
}
.cid-u9mSpKif9s .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-u9mSpKif9s .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-u9mSpKif9s .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u9mSpKif9s .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-u9mSpKif9s .image__block {
    margin-bottom: -100px;
  }
}
.cid-u9mSpKif9s .mbr-text,
.cid-u9mSpKif9s .mbr-section-btn {
  color: #ffffff;
}
.cid-tNV40qfxe9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6fbff;
}
.cid-tNV40qfxe9 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tNV40qfxe9 .contents .mbr-subtitle {
  color: #187cff;
  margin-bottom: 10px;
}
.cid-tNV40qfxe9 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #12b6e0;
}
.cid-tNV40qfxe9 .contents .mbr-text {
  color: #6b3df0;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper {
  background-color: #12b6e0;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #000b28;
  background-color: #ffffff;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #187cff !important;
}
.cid-tNV40qfxe9 .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-tNV40qfxe9 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tNV40qfxe9 .card-wrapper .card-box .card-title {
  color: #12b6e0;
}
.cid-tNV40qfxe9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6b3df0;
}
.cid-tNV40qfxe9 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-tNV40qfxe9 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  cursor: pointer;
  position: relative;
}
.cid-tNV40qfxe9 .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tNV40qfxe9 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-tNV40qfxe9 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-tNV40qfxe9 .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #12b6e0;
}
.cid-tNV40qfxe9 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tNV40qfxe9 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tNV40qfxe9 .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-tNV40qfxe9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tNV40qfxe9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tNV40qfxe9 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tNV40qfxe9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-tNV40qfxe9 .btn[class*="-outline"]:active,
.cid-tNV40qfxe9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tNV40qfxe9 .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tNV40qfxe9 .contents .mbr-subtitle {
  color: #242930;
}
.cid-tNV40qfxe9 .card-wrapper .card-box .card-title,
.cid-tNV40qfxe9 .card-img-wrap {
  color: #000000;
}
.cid-tNV40qfxe9 .card-wrapper .card-box .mbr-text {
  color: #1a1a1a;
}
.cid-tNV40qfxe9 .contents .mbr-section-title {
  color: #1a1a1a;
}
.cid-u9mTrCrQ6x {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9mTrCrQ6x .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #12b6e0;
  background-image: linear-gradient(30deg, #12b6e0 0%, #1fc3ed 100%);
}
.cid-u9mTrCrQ6x .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u9mTrCrQ6x .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #12b6e0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u9mTrCrQ6x .mbr-section-title {
  color: #ffffff;
}
.cid-u9mTrCrQ6x .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-u9mTrCrQ6x .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(18, 182, 224, 0.15);
  border-radius: 50%;
}
.cid-u9mTrCrQ6x .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(18, 182, 224, 0.15);
  border-radius: 50%;
}
.cid-u9mTrCrQ6x .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-u9mTrCrQ6x .user {
  display: flex;
  align-items: center;
}
.cid-u9mTrCrQ6x .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-u9mTrCrQ6x .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-u9mTrCrQ6x .user_name {
  margin-bottom: 2px;
  display: block;
  color: #000000;
}
.cid-u9mTrCrQ6x .desk {
  margin-bottom: 0;
}
.cid-u9mTrCrQ6x .iconfont-wrapper {
  min-width: 115px;
}
.cid-u9mTrCrQ6x .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-u9mTrCrQ6x .carousel-item {
  justify-content: center;
}
.cid-u9mTrCrQ6x .carousel-item > div {
  width: 100%;
}
.cid-u9mTrCrQ6x .carousel-item.active,
.cid-u9mTrCrQ6x .carousel-item-next,
.cid-u9mTrCrQ6x .carousel-item-prev {
  display: flex;
}
.cid-u9mTrCrQ6x .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-u9mTrCrQ6x .carousel-controls a {
  opacity: 1;
}
.cid-u9mTrCrQ6x .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u9mTrCrQ6x .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #12b6e0;
}
.cid-u9mTrCrQ6x .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-u9mTrCrQ6x .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-u9mTrCrQ6x .title_block {
    margin-bottom: 40px;
  }
  .cid-u9mTrCrQ6x .card_header {
    flex-direction: column;
  }
  .cid-u9mTrCrQ6x .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-u9mTrCrQ6x .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-u9mTrCrQ6x .carousel-controls {
    display: none;
  }
  .cid-u9mTrCrQ6x .title_block {
    text-align: center;
  }
  .cid-u9mTrCrQ6x .carousel-item {
    padding: 0;
  }
  .cid-u9mTrCrQ6x .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-u9mTrCrQ6x .card_header {
    margin-bottom: 15px;
  }
  .cid-u9mTrCrQ6x .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-u9mTrCrQ6x .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-tNVa2eLrx2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tNVa2eLrx2 .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-tNVa2eLrx2 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tNVa2eLrx2 .mbr-text {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .phone-word {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .text-link {
  transition: all 0.3s ease-in;
}
.cid-tNVa2eLrx2 .text-link:hover {
  color: #12b6e0 !important;
}
.cid-tNVa2eLrx2 img {
  height: 100px;
  padding-right: 8px;
}
.cid-tNVa2eLrx2 .img1 {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tNVa2eLrx2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tNVa2eLrx2 .content .link-wrap {
  color: red;
}
.cid-tNVa2eLrx2 .content .date-wrap {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .item,
.cid-tNVa2eLrx2 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tNVa2eLrx2 .item h4,
.cid-tNVa2eLrx2 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tNVa2eLrx2 .link {
  transition: all 0.3s ease-in;
}
.cid-tNVa2eLrx2 .link .card-img {
  padding-bottom: 3px;
}
.cid-tNVa2eLrx2 .link:hover .card-img span {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-tNVa2eLrx2 .item .card-img {
  width: auto;
}
.cid-tNVa2eLrx2 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tNVa2eLrx2 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tNVa2eLrx2 h5 {
    text-align: left !important;
  }
  .cid-tNVa2eLrx2 .line-wrap {
    text-align: left !important;
  }
}
.cid-tNVa2eLrx2 .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-tNVa2eLrx2 .item-title:hover {
  color: #12b6e0;
}
.cid-tNVa2eLrx2 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tNVa2eLrx2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tNVa2eLrx2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tNVa2eLrx2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-tNVa2eLrx2 .btn[class*="-outline"]:active,
.cid-tNVa2eLrx2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tNVa2eLrx2 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tNVa2eLrx2 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tNVa2eLrx2 .pre-form {
  color: #6b3df0;
}
.cid-tNVa2eLrx2 .form-group,
.cid-tNVa2eLrx2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tNVa2eLrx2 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-tNVa2eLrx2 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tNVa2eLrx2 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tNVa2eLrx2 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tNVa2eLrx2 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tNVa2eLrx2 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tNVa2eLrx2 .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tNVa2eLrx2 .dragArea {
  flex-direction: column;
}
.cid-tNVa2eLrx2 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tNVa2eLrx2 .widget-title,
.cid-tNVa2eLrx2 .line-wrap {
  color: #ffffff;
}
.cid-tNVa2eLrx2 .pre-form,
.cid-tNVa2eLrx2 .mbr-text {
  color: #ffffff;
}
.cid-tNVa2eLrx2 .link-title {
  color: #ffffff;
}
.cid-tP3lafAXWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP3lafAXWC .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tP3lafAXWC .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tP3lafAXWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP3lafAXWC .container {
    padding: 0 1rem;
  }
}
.cid-tP3lafAXWC .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tP3lafAXWC .nav-link {
  position: relative;
}
.cid-tP3lafAXWC .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tP3lafAXWC nav.navbar {
  position: fixed;
}
.cid-tP3lafAXWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP3lafAXWC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3lafAXWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3lafAXWC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3lafAXWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar.collapsed {
  justify-content: center;
}
.cid-tP3lafAXWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3lafAXWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3lafAXWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3lafAXWC .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-tP3lafAXWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3lafAXWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3lafAXWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3lafAXWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3lafAXWC .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-tP3lafAXWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3lafAXWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3lafAXWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3lafAXWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3lafAXWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3lafAXWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3lafAXWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3lafAXWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3lafAXWC .dropdown-item:hover,
.cid-tP3lafAXWC .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tP3lafAXWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3lafAXWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3lafAXWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3lafAXWC .dropdown-menu,
.cid-tP3lafAXWC .navbar.opened {
  background: #000000 !important;
}
.cid-tP3lafAXWC .nav-item:focus,
.cid-tP3lafAXWC .nav-link:focus {
  outline: none;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3lafAXWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3lafAXWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3lafAXWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3lafAXWC .dropdown-item.active,
.cid-tP3lafAXWC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3lafAXWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3lafAXWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3lafAXWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3lafAXWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3lafAXWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3lafAXWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3lafAXWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3lafAXWC .navbar {
    height: 70px;
  }
  .cid-tP3lafAXWC .navbar.opened {
    height: auto;
  }
  .cid-tP3lafAXWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPkRPFtapk {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/blog-1719835208.webp");
}
.cid-tPkRPFtapk .mbr-overlay {
  background: #000000;
}
.cid-tPkRPFtapk .animation {
  pointer-events: none;
}
.cid-tPkRPFtapk .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tPkRPFtapk .mbr-section-title {
  margin-bottom: 27px;
}
.cid-tPkRPFtapk .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-tPkRPFtapk .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tPkRPFtapk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tPkRPFtapk .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tPkRPFtapk .image__block {
    margin-bottom: -100px;
  }
}
.cid-ufie3R7LSS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufie3R7LSS .title_block {
  margin-bottom: 80px;
}
.cid-ufie3R7LSS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #12b6e0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-ufie3R7LSS .mbr-section-title {
  color: #000b28;
}
.cid-ufie3R7LSS .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000000;
  text-align: left;
}
.cid-ufie3R7LSS .item {
  padding-bottom: 2rem;
}
.cid-ufie3R7LSS .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-ufie3R7LSS .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-ufie3R7LSS .item-wrapper {
  position: relative;
}
.cid-ufie3R7LSS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-ufie3R7LSS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ufie3R7LSS .item-wrapper:hover .mbr-item-subtitle a {
  color: #12b6e0 !important;
}
.cid-ufie3R7LSS .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-ufie3R7LSS .carousel-control,
.cid-ufie3R7LSS .close {
  background: #1b1b1b;
}
.cid-ufie3R7LSS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufie3R7LSS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufie3R7LSS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufie3R7LSS .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufie3R7LSS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufie3R7LSS .close::before {
  content: '\e91a';
}
.cid-ufie3R7LSS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufie3R7LSS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufie3R7LSS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufie3R7LSS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufie3R7LSS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufie3R7LSS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufie3R7LSS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufie3R7LSS .carousel-indicators li.active,
.cid-ufie3R7LSS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufie3R7LSS .carousel-indicators li::after,
.cid-ufie3R7LSS .carousel-indicators li::before {
  content: none;
}
.cid-ufie3R7LSS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufie3R7LSS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufie3R7LSS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufie3R7LSS .carousel-indicators {
    display: none;
  }
}
.cid-ufie3R7LSS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufie3R7LSS .carousel-inner > .active {
  display: block;
}
.cid-ufie3R7LSS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufie3R7LSS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufie3R7LSS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufie3R7LSS .carousel-control,
  .cid-ufie3R7LSS .carousel-indicators,
  .cid-ufie3R7LSS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufie3R7LSS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufie3R7LSS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufie3R7LSS .carousel-indicators .active,
.cid-ufie3R7LSS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufie3R7LSS .carousel-indicators .active {
  background: #fff;
}
.cid-ufie3R7LSS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufie3R7LSS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufie3R7LSS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufie3R7LSS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufie3R7LSS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufie3R7LSS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufie3R7LSS .carousel {
  width: 100%;
}
.cid-ufie3R7LSS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufie3R7LSS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufie3R7LSS .modal.fade .modal-dialog,
.cid-ufie3R7LSS .modal.in .modal-dialog {
  transform: none;
}
.cid-ufie3R7LSS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufie3R7LSS .descr mb-0 {
  color: #1a1a1a;
}
.cid-tPxf9IOTIR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #12b6e0;
}
.cid-tPxf9IOTIR .title_block {
  margin-bottom: 80px;
}
.cid-tPxf9IOTIR .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tPxf9IOTIR .mbr-section-title,
.cid-tPxf9IOTIR .card-title {
  color: #187cff;
}
.cid-tPxf9IOTIR .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(18, 182, 224, 0.07);
}
.cid-tPxf9IOTIR .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #12b6e0;
}
.cid-tPxf9IOTIR .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-tPxf9IOTIR .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-tPxf9IOTIR .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(87, 178, 42, 0.07);
}
.cid-tPxf9IOTIR .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #57b22a;
}
.cid-tPxf9IOTIR .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-tPxf9IOTIR .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
}
.cid-tPxf9IOTIR .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tPxf9IOTIR .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tPxf9IOTIR .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tPxf9IOTIR .card-title {
  margin-bottom: 20px;
}
.cid-tPxf9IOTIR .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-tPxf9IOTIR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tPxf9IOTIR .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tPxf9IOTIR .btn_link:hover {
  cursor: pointer;
}
.cid-tPxf9IOTIR .btn_link:hover a {
  color: #12b6e0 !important;
}
.cid-tPxf9IOTIR .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tPxf9IOTIR .icon_block {
  position: relative;
}
.cid-tPxf9IOTIR .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-tPxf9IOTIR .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-tPxf9IOTIR .title_block {
    margin-bottom: 40px;
  }
  .cid-tPxf9IOTIR .card {
    text-align: center;
  }
  .cid-tPxf9IOTIR .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-tPxf9IOTIR .card-title,
.cid-tPxf9IOTIR .icon_block {
  color: #ffffff;
}
.cid-tPxf9IOTIR .card-text,
.cid-tPxf9IOTIR .btn_link {
  color: #ffffff;
}
.cid-tPxf9IOTIR .mbr-section-title {
  color: #ffffff;
}
.cid-tOTECE8H3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOTECE8H3l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOTECE8H3l .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tOTECE8H3l .mbr-text {
  margin-bottom: 50px;
}
.cid-tOTECE8H3l .card_wrap {
  margin-bottom: 20px;
}
.cid-tOTECE8H3l .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(255, 107, 0, 0.07);
}
.cid-tOTECE8H3l .item:nth-child(1) .mbr-iconfont {
  color: #ff6b00;
}
.cid-tOTECE8H3l .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(107, 61, 240, 0.07);
}
.cid-tOTECE8H3l .item:nth-child(2) .mbr-iconfont {
  color: #6b3df0;
}
.cid-tOTECE8H3l .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-tOTECE8H3l .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-tOTECE8H3l .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-tOTECE8H3l .card_title {
  margin-bottom: 18px;
  color: #000000;
}
.cid-tOTECE8H3l .card_text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tOTECE8H3l .mbr-section-btn {
  margin-top: 30px;
}
.cid-tOTECE8H3l .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tOTECE8H3l .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-tOTECE8H3l .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-tOTECE8H3l .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6b00;
}
.cid-tOTECE8H3l .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-tOTECE8H3l .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOTECE8H3l .text-wrapper {
    text-align: center;
  }
  .cid-tOTECE8H3l .card_wrap {
    margin-bottom: 20px;
  }
  .cid-tOTECE8H3l .icon_block {
    margin-bottom: 20px;
  }
  .cid-tOTECE8H3l .card_title {
    margin-bottom: 10px;
  }
  .cid-tOTECE8H3l .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-tOTECE8H3l .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-tNV3gzjqgZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1631150429944-upholstery-cleaning-min-1500x844.jpg");
}
.cid-tNV3gzjqgZ .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-ufiepdQeCc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufiepdQeCc .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-ufiepdQeCc .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ufiepdQeCc .mbr-text {
  color: #12b6e0;
}
.cid-ufiepdQeCc .phone-word {
  color: #12b6e0;
}
.cid-ufiepdQeCc .text-link {
  transition: all 0.3s ease-in;
}
.cid-ufiepdQeCc .text-link:hover {
  color: #12b6e0 !important;
}
.cid-ufiepdQeCc img {
  height: 100px;
  padding-right: 8px;
}
.cid-ufiepdQeCc .img1 {
  color: #12b6e0;
}
.cid-ufiepdQeCc .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ufiepdQeCc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufiepdQeCc .content .link-wrap {
  color: red;
}
.cid-ufiepdQeCc .content .date-wrap {
  color: #12b6e0;
}
.cid-ufiepdQeCc .item,
.cid-ufiepdQeCc .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ufiepdQeCc .item h4,
.cid-ufiepdQeCc .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ufiepdQeCc .link {
  transition: all 0.3s ease-in;
}
.cid-ufiepdQeCc .link .card-img {
  padding-bottom: 3px;
}
.cid-ufiepdQeCc .link:hover .card-img span {
  color: #12b6e0;
}
.cid-ufiepdQeCc .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-ufiepdQeCc .item .card-img {
  width: auto;
}
.cid-ufiepdQeCc .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ufiepdQeCc .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ufiepdQeCc h5 {
    text-align: left !important;
  }
  .cid-ufiepdQeCc .line-wrap {
    text-align: left !important;
  }
}
.cid-ufiepdQeCc .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-ufiepdQeCc .item-title:hover {
  color: #12b6e0;
}
.cid-ufiepdQeCc .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ufiepdQeCc .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ufiepdQeCc .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ufiepdQeCc .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-ufiepdQeCc .btn[class*="-outline"]:active,
.cid-ufiepdQeCc .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ufiepdQeCc .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ufiepdQeCc .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ufiepdQeCc .pre-form {
  color: #6b3df0;
}
.cid-ufiepdQeCc .form-group,
.cid-ufiepdQeCc .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ufiepdQeCc .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-ufiepdQeCc .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ufiepdQeCc .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ufiepdQeCc .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ufiepdQeCc .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ufiepdQeCc .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ufiepdQeCc .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ufiepdQeCc .dragArea {
  flex-direction: column;
}
.cid-ufiepdQeCc .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ufiepdQeCc .widget-title,
.cid-ufiepdQeCc .line-wrap {
  color: #ffffff;
}
.cid-ufiepdQeCc .pre-form,
.cid-ufiepdQeCc .mbr-text {
  color: #ffffff;
}
.cid-ufiepdQeCc .link-title {
  color: #ffffff;
}
.cid-tP3lafAXWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP3lafAXWC .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tP3lafAXWC .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tP3lafAXWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP3lafAXWC .container {
    padding: 0 1rem;
  }
}
.cid-tP3lafAXWC .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tP3lafAXWC .nav-link {
  position: relative;
}
.cid-tP3lafAXWC .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tP3lafAXWC nav.navbar {
  position: fixed;
}
.cid-tP3lafAXWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP3lafAXWC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3lafAXWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3lafAXWC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3lafAXWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar.collapsed {
  justify-content: center;
}
.cid-tP3lafAXWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3lafAXWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3lafAXWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3lafAXWC .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-tP3lafAXWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3lafAXWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3lafAXWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3lafAXWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3lafAXWC .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-tP3lafAXWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3lafAXWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3lafAXWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3lafAXWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3lafAXWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3lafAXWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3lafAXWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3lafAXWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3lafAXWC .dropdown-item:hover,
.cid-tP3lafAXWC .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tP3lafAXWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3lafAXWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3lafAXWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3lafAXWC .dropdown-menu,
.cid-tP3lafAXWC .navbar.opened {
  background: #000000 !important;
}
.cid-tP3lafAXWC .nav-item:focus,
.cid-tP3lafAXWC .nav-link:focus {
  outline: none;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3lafAXWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3lafAXWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3lafAXWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3lafAXWC .dropdown-item.active,
.cid-tP3lafAXWC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3lafAXWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3lafAXWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3lafAXWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3lafAXWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3lafAXWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3lafAXWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3lafAXWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3lafAXWC .navbar {
    height: 70px;
  }
  .cid-tP3lafAXWC .navbar.opened {
    height: auto;
  }
  .cid-tP3lafAXWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNWFN3nBO1 {
  overflow: visible;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/benefits-of-cleaning-windows-1-750x500.jpg");
}
.cid-tNWFN3nBO1 .mbr-overlay {
  background: #000000;
}
.cid-tNWFN3nBO1 .animation {
  pointer-events: none;
}
.cid-tNWFN3nBO1 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tNWFN3nBO1 .mbr-section-title {
  margin-bottom: 27px;
}
.cid-tNWFN3nBO1 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-tNWFN3nBO1 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tNWFN3nBO1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tNWFN3nBO1 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tNWFN3nBO1 .image__block {
    margin-bottom: -100px;
  }
}
.cid-tNX7Oxr7HY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNX7Oxr7HY .mbr-section-title {
  margin-bottom: 26px;
  color: #187cff;
}
.cid-tNX7Oxr7HY .mbr-text {
  margin-bottom: 30px;
}
.cid-tNX7Oxr7HY .card-title {
  color: #187cff;
}
.cid-tNX7Oxr7HY .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tNX7Oxr7HY .icon_block .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(18, 182, 224, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tNX7Oxr7HY .icon_block .iconfont-wrapper .mbr-iconfont {
  color: #12b6e0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tNX7Oxr7HY .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tNX7Oxr7HY .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tNX7Oxr7HY .btn_link:hover {
  cursor: pointer;
}
.cid-tNX7Oxr7HY .btn_link:hover a {
  color: #12b6e0 !important;
}
.cid-tNX7Oxr7HY .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tNX7Oxr7HY .card_wrapper {
  margin-bottom: 20px;
}
.cid-tNX7Oxr7HY .card_icon {
  display: block;
  margin-bottom: 25px;
}
.cid-tNX7Oxr7HY .card_icon .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 14px 30px rgba(18, 182, 224, 0.4);
  background: -webkit-linear-gradient(40deg, #12b6e0 0%, rgba(18, 182, 224, 0.3) 100%);
}
@media (min-width: 992px) {
  .cid-tNX7Oxr7HY .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNX7Oxr7HY .title_block,
  .cid-tNX7Oxr7HY .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-tNX7Oxr7HY .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tNX7Oxr7HY .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tNX7Oxr7HY .mbr-section-title,
.cid-tNX7Oxr7HY .icon_block {
  color: #1a1a1a;
}
.cid-tNX7Oxr7HY .card-title,
.cid-tNX7Oxr7HY .card_icon {
  color: #1a1a1a;
}
.cid-tNVKdlkRQo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/carpet-cleaning.webp");
}
.cid-tNVKdlkRQo .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-tPkr6f4OQg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tPkr6f4OQg .title_block {
  margin-bottom: 80px;
}
.cid-tPkr6f4OQg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #051441;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tPkr6f4OQg .mbr-section-title {
  color: #000000;
}
.cid-tPkr6f4OQg .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tPkr6f4OQg .card_wrapper:hover .card_title a {
  color: #12b6e0 !important;
}
.cid-tPkr6f4OQg .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-tPkr6f4OQg .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-tPkr6f4OQg .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-tPkr6f4OQg .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-tPkr6f4OQg .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-tPkr6f4OQg .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(18, 182, 224, 0.4);
  background-image: linear-gradient(40deg, #12b6e0 0%, #65d6f3 100%);
}
.cid-tPkr6f4OQg .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-tPkr6f4OQg .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-tPkr6f4OQg .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-tPkr6f4OQg .icon_block {
  margin-bottom: 40px;
}
.cid-tPkr6f4OQg .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-tPkr6f4OQg .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-tPkr6f4OQg .card_title {
  margin-bottom: 20px;
  color: #187cff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tPkr6f4OQg .card_text {
  margin-bottom: 0;
}
.cid-tPkr6f4OQg .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tPkr6f4OQg .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tPkr6f4OQg .card_link:hover {
  cursor: pointer;
}
.cid-tPkr6f4OQg .card_link:hover a {
  color: #12b6e0 !important;
}
.cid-tPkr6f4OQg .card_link:hover span {
  transform: translatex(5px);
}
.cid-tPkr6f4OQg .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-tPkr6f4OQg .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-tPkr6f4OQg .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-tPkr6f4OQg .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-tPkr6f4OQg .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-tPkr6f4OQg .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPkr6f4OQg .title_block {
    margin-bottom: 15px;
  }
  .cid-tPkr6f4OQg .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-tPkr6f4OQg .card_title {
    margin-bottom: 15px;
  }
  .cid-tPkr6f4OQg .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tPkr6f4OQg .card_title,
.cid-tPkr6f4OQg .icon_block {
  color: #000000;
}
.cid-u5yyNCqAJw {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5yyNCqAJw .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #12b6e0;
  background-image: linear-gradient(30deg, #12b6e0 0%, #1fc3ed 100%);
}
.cid-u5yyNCqAJw .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5yyNCqAJw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #12b6e0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u5yyNCqAJw .mbr-section-title {
  color: #ffffff;
}
.cid-u5yyNCqAJw .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-u5yyNCqAJw .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(18, 182, 224, 0.15);
  border-radius: 50%;
}
.cid-u5yyNCqAJw .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(18, 182, 224, 0.15);
  border-radius: 50%;
}
.cid-u5yyNCqAJw .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-u5yyNCqAJw .user {
  display: flex;
  align-items: center;
}
.cid-u5yyNCqAJw .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-u5yyNCqAJw .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-u5yyNCqAJw .user_name {
  margin-bottom: 2px;
  display: block;
  color: #000000;
}
.cid-u5yyNCqAJw .desk {
  margin-bottom: 0;
}
.cid-u5yyNCqAJw .iconfont-wrapper {
  min-width: 115px;
}
.cid-u5yyNCqAJw .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-u5yyNCqAJw .carousel-item {
  justify-content: center;
}
.cid-u5yyNCqAJw .carousel-item > div {
  width: 100%;
}
.cid-u5yyNCqAJw .carousel-item.active,
.cid-u5yyNCqAJw .carousel-item-next,
.cid-u5yyNCqAJw .carousel-item-prev {
  display: flex;
}
.cid-u5yyNCqAJw .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-u5yyNCqAJw .carousel-controls a {
  opacity: 1;
}
.cid-u5yyNCqAJw .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u5yyNCqAJw .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #12b6e0;
}
.cid-u5yyNCqAJw .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-u5yyNCqAJw .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-u5yyNCqAJw .title_block {
    margin-bottom: 40px;
  }
  .cid-u5yyNCqAJw .card_header {
    flex-direction: column;
  }
  .cid-u5yyNCqAJw .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-u5yyNCqAJw .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-u5yyNCqAJw .carousel-controls {
    display: none;
  }
  .cid-u5yyNCqAJw .title_block {
    text-align: center;
  }
  .cid-u5yyNCqAJw .carousel-item {
    padding: 0;
  }
  .cid-u5yyNCqAJw .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-u5yyNCqAJw .card_header {
    margin-bottom: 15px;
  }
  .cid-u5yyNCqAJw .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-u5yyNCqAJw .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-ufidyG7qMn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufidyG7qMn .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-ufidyG7qMn .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ufidyG7qMn .mbr-text {
  color: #12b6e0;
}
.cid-ufidyG7qMn .phone-word {
  color: #12b6e0;
}
.cid-ufidyG7qMn .text-link {
  transition: all 0.3s ease-in;
}
.cid-ufidyG7qMn .text-link:hover {
  color: #12b6e0 !important;
}
.cid-ufidyG7qMn img {
  height: 100px;
  padding-right: 8px;
}
.cid-ufidyG7qMn .img1 {
  color: #12b6e0;
}
.cid-ufidyG7qMn .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ufidyG7qMn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufidyG7qMn .content .link-wrap {
  color: red;
}
.cid-ufidyG7qMn .content .date-wrap {
  color: #12b6e0;
}
.cid-ufidyG7qMn .item,
.cid-ufidyG7qMn .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ufidyG7qMn .item h4,
.cid-ufidyG7qMn .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ufidyG7qMn .link {
  transition: all 0.3s ease-in;
}
.cid-ufidyG7qMn .link .card-img {
  padding-bottom: 3px;
}
.cid-ufidyG7qMn .link:hover .card-img span {
  color: #12b6e0;
}
.cid-ufidyG7qMn .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-ufidyG7qMn .item .card-img {
  width: auto;
}
.cid-ufidyG7qMn .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ufidyG7qMn .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ufidyG7qMn h5 {
    text-align: left !important;
  }
  .cid-ufidyG7qMn .line-wrap {
    text-align: left !important;
  }
}
.cid-ufidyG7qMn .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-ufidyG7qMn .item-title:hover {
  color: #12b6e0;
}
.cid-ufidyG7qMn .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ufidyG7qMn .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ufidyG7qMn .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ufidyG7qMn .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-ufidyG7qMn .btn[class*="-outline"]:active,
.cid-ufidyG7qMn .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ufidyG7qMn .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ufidyG7qMn .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ufidyG7qMn .pre-form {
  color: #6b3df0;
}
.cid-ufidyG7qMn .form-group,
.cid-ufidyG7qMn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ufidyG7qMn .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-ufidyG7qMn .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ufidyG7qMn .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ufidyG7qMn .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ufidyG7qMn .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ufidyG7qMn .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ufidyG7qMn .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ufidyG7qMn .dragArea {
  flex-direction: column;
}
.cid-ufidyG7qMn .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ufidyG7qMn .widget-title,
.cid-ufidyG7qMn .line-wrap {
  color: #ffffff;
}
.cid-ufidyG7qMn .pre-form,
.cid-ufidyG7qMn .mbr-text {
  color: #ffffff;
}
.cid-ufidyG7qMn .link-title {
  color: #ffffff;
}
.cid-tP3lafAXWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP3lafAXWC .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tP3lafAXWC .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tP3lafAXWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP3lafAXWC .container {
    padding: 0 1rem;
  }
}
.cid-tP3lafAXWC .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tP3lafAXWC .nav-link {
  position: relative;
}
.cid-tP3lafAXWC .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tP3lafAXWC nav.navbar {
  position: fixed;
}
.cid-tP3lafAXWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP3lafAXWC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3lafAXWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3lafAXWC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3lafAXWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar.collapsed {
  justify-content: center;
}
.cid-tP3lafAXWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3lafAXWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3lafAXWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3lafAXWC .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-tP3lafAXWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3lafAXWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3lafAXWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3lafAXWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3lafAXWC .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-tP3lafAXWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3lafAXWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3lafAXWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3lafAXWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3lafAXWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3lafAXWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3lafAXWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3lafAXWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3lafAXWC .dropdown-item:hover,
.cid-tP3lafAXWC .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tP3lafAXWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3lafAXWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3lafAXWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3lafAXWC .dropdown-menu,
.cid-tP3lafAXWC .navbar.opened {
  background: #000000 !important;
}
.cid-tP3lafAXWC .nav-item:focus,
.cid-tP3lafAXWC .nav-link:focus {
  outline: none;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3lafAXWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3lafAXWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3lafAXWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3lafAXWC .dropdown-item.active,
.cid-tP3lafAXWC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3lafAXWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3lafAXWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3lafAXWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3lafAXWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3lafAXWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3lafAXWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3lafAXWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3lafAXWC .navbar {
    height: 70px;
  }
  .cid-tP3lafAXWC .navbar.opened {
    height: auto;
  }
  .cid-tP3lafAXWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO0NnTrRM6 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/clean-9-1920x1080.jpg");
}
.cid-tO0NnTrRM6 .mbr-text {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cid-ufje6lPCPv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufje6lPCPv .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-ufje6lPCPv .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ufje6lPCPv .mbr-text {
  color: #12b6e0;
}
.cid-ufje6lPCPv .phone-word {
  color: #12b6e0;
}
.cid-ufje6lPCPv .text-link {
  transition: all 0.3s ease-in;
}
.cid-ufje6lPCPv .text-link:hover {
  color: #12b6e0 !important;
}
.cid-ufje6lPCPv img {
  height: 100px;
  padding-right: 8px;
}
.cid-ufje6lPCPv .img1 {
  color: #12b6e0;
}
.cid-ufje6lPCPv .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ufje6lPCPv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufje6lPCPv .content .link-wrap {
  color: red;
}
.cid-ufje6lPCPv .content .date-wrap {
  color: #12b6e0;
}
.cid-ufje6lPCPv .item,
.cid-ufje6lPCPv .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ufje6lPCPv .item h4,
.cid-ufje6lPCPv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ufje6lPCPv .link {
  transition: all 0.3s ease-in;
}
.cid-ufje6lPCPv .link .card-img {
  padding-bottom: 3px;
}
.cid-ufje6lPCPv .link:hover .card-img span {
  color: #12b6e0;
}
.cid-ufje6lPCPv .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-ufje6lPCPv .item .card-img {
  width: auto;
}
.cid-ufje6lPCPv .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ufje6lPCPv .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ufje6lPCPv h5 {
    text-align: left !important;
  }
  .cid-ufje6lPCPv .line-wrap {
    text-align: left !important;
  }
}
.cid-ufje6lPCPv .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-ufje6lPCPv .item-title:hover {
  color: #12b6e0;
}
.cid-ufje6lPCPv .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ufje6lPCPv .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ufje6lPCPv .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ufje6lPCPv .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-ufje6lPCPv .btn[class*="-outline"]:active,
.cid-ufje6lPCPv .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ufje6lPCPv .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ufje6lPCPv .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ufje6lPCPv .pre-form {
  color: #6b3df0;
}
.cid-ufje6lPCPv .form-group,
.cid-ufje6lPCPv .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ufje6lPCPv .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-ufje6lPCPv .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ufje6lPCPv .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ufje6lPCPv .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ufje6lPCPv .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ufje6lPCPv .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ufje6lPCPv .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ufje6lPCPv .dragArea {
  flex-direction: column;
}
.cid-ufje6lPCPv .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ufje6lPCPv .widget-title,
.cid-ufje6lPCPv .line-wrap {
  color: #ffffff;
}
.cid-ufje6lPCPv .pre-form,
.cid-ufje6lPCPv .mbr-text {
  color: #ffffff;
}
.cid-ufje6lPCPv .link-title {
  color: #ffffff;
}
.cid-tP3lafAXWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP3lafAXWC .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tP3lafAXWC .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tP3lafAXWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tP3lafAXWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tP3lafAXWC .container {
    padding: 0 1rem;
  }
}
.cid-tP3lafAXWC .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tP3lafAXWC .nav-link {
  position: relative;
}
.cid-tP3lafAXWC .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tP3lafAXWC nav.navbar {
  position: fixed;
}
.cid-tP3lafAXWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP3lafAXWC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3lafAXWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3lafAXWC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3lafAXWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar.collapsed {
  justify-content: center;
}
.cid-tP3lafAXWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3lafAXWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3lafAXWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3lafAXWC .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-tP3lafAXWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3lafAXWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3lafAXWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3lafAXWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3lafAXWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3lafAXWC .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-tP3lafAXWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3lafAXWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3lafAXWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3lafAXWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3lafAXWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3lafAXWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP3lafAXWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3lafAXWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3lafAXWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3lafAXWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3lafAXWC .dropdown-item:hover,
.cid-tP3lafAXWC .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tP3lafAXWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3lafAXWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3lafAXWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3lafAXWC .dropdown-menu,
.cid-tP3lafAXWC .navbar.opened {
  background: #000000 !important;
}
.cid-tP3lafAXWC .nav-item:focus,
.cid-tP3lafAXWC .nav-link:focus {
  outline: none;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3lafAXWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3lafAXWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3lafAXWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3lafAXWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3lafAXWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3lafAXWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3lafAXWC .dropdown-item.active,
.cid-tP3lafAXWC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3lafAXWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3lafAXWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3lafAXWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3lafAXWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3lafAXWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3lafAXWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3lafAXWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3lafAXWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3lafAXWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3lafAXWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3lafAXWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3lafAXWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3lafAXWC .navbar {
    height: 70px;
  }
  .cid-tP3lafAXWC .navbar.opened {
    height: auto;
  }
  .cid-tP3lafAXWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9mMEs3bBa {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #dddfe0;
}
.cid-u9mMEs3bBa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-u9mMEs3bBa .content {
  border: 3px solid #dedede;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-u9mMEs3bBa .content {
    padding: 125px 234px 92px;
  }
}
.cid-u9mMEs3bBa label {
  font-weight: 700;
}
.cid-u9mMEs3bBa .title {
  position: absolute;
  border-radius: 20px;
  background-color: #dedede;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-u9mMEs3bBa .title {
    min-width: 200px;
  }
}
.cid-u9mMEs3bBa form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-u9mMEs3bBa form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-u9mMEs3bBa form .form-control::placeholder {
  color: #adadad;
}
.cid-u9mMEs3bBa form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-u9mMEs3bBa form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u9mMEs3bBa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u9mMEs3bBa form textarea {
  height: 80px;
}
.cid-u9mMEs3bBa form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-u9mMEs3bBa form .checkbox {
  margin-left: 20px;
}
.cid-u9mMEs3bBa .btn-secondary {
  color: #000000 !important;
}
.cid-u9mMEs3bBa .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-u9mMEs3bBa label span {
  color: #a94442;
}
.cid-u9mMEs3bBa .checkbox,
.cid-u9mMEs3bBa .form-group {
  margin-bottom: 1rem;
}
.cid-u9mMEs3bBa LABEL {
  color: #051441;
}
.cid-u9mMEs3bBa .mbr-section-title {
  color: #000000;
}
.cid-ufigkEU9d9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufigkEU9d9 .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-ufigkEU9d9 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ufigkEU9d9 .mbr-text {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .phone-word {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .text-link {
  transition: all 0.3s ease-in;
}
.cid-ufigkEU9d9 .text-link:hover {
  color: #12b6e0 !important;
}
.cid-ufigkEU9d9 img {
  height: 100px;
  padding-right: 8px;
}
.cid-ufigkEU9d9 .img1 {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ufigkEU9d9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufigkEU9d9 .content .link-wrap {
  color: red;
}
.cid-ufigkEU9d9 .content .date-wrap {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .item,
.cid-ufigkEU9d9 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ufigkEU9d9 .item h4,
.cid-ufigkEU9d9 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ufigkEU9d9 .link {
  transition: all 0.3s ease-in;
}
.cid-ufigkEU9d9 .link .card-img {
  padding-bottom: 3px;
}
.cid-ufigkEU9d9 .link:hover .card-img span {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-ufigkEU9d9 .item .card-img {
  width: auto;
}
.cid-ufigkEU9d9 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ufigkEU9d9 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ufigkEU9d9 h5 {
    text-align: left !important;
  }
  .cid-ufigkEU9d9 .line-wrap {
    text-align: left !important;
  }
}
.cid-ufigkEU9d9 .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-ufigkEU9d9 .item-title:hover {
  color: #12b6e0;
}
.cid-ufigkEU9d9 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ufigkEU9d9 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ufigkEU9d9 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ufigkEU9d9 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-ufigkEU9d9 .btn[class*="-outline"]:active,
.cid-ufigkEU9d9 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ufigkEU9d9 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ufigkEU9d9 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ufigkEU9d9 .pre-form {
  color: #6b3df0;
}
.cid-ufigkEU9d9 .form-group,
.cid-ufigkEU9d9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ufigkEU9d9 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-ufigkEU9d9 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ufigkEU9d9 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ufigkEU9d9 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ufigkEU9d9 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ufigkEU9d9 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ufigkEU9d9 .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ufigkEU9d9 .dragArea {
  flex-direction: column;
}
.cid-ufigkEU9d9 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ufigkEU9d9 .widget-title,
.cid-ufigkEU9d9 .line-wrap {
  color: #ffffff;
}
.cid-ufigkEU9d9 .pre-form,
.cid-ufigkEU9d9 .mbr-text {
  color: #ffffff;
}
.cid-ufigkEU9d9 .link-title {
  color: #ffffff;
}
.cid-tPmjaqk7Z7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPmjaqk7Z7 .menu-text {
  padding: 0 2rem;
  color: #12b6e0;
}
@media (max-width: 992px) {
  .cid-tPmjaqk7Z7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-tPmjaqk7Z7 .iconfont-wrapper {
  color: #12b6e0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tPmjaqk7Z7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-tPmjaqk7Z7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tPmjaqk7Z7 .container {
    padding: 0 1rem;
  }
}
.cid-tPmjaqk7Z7 .menu-tite {
  background: #12b6e0;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-tPmjaqk7Z7 .nav-link {
  position: relative;
}
.cid-tPmjaqk7Z7 .nav-link:hover {
  color: #6b3df0 !important;
}
.cid-tPmjaqk7Z7 nav.navbar {
  position: fixed;
}
.cid-tPmjaqk7Z7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPmjaqk7Z7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPmjaqk7Z7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPmjaqk7Z7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPmjaqk7Z7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPmjaqk7Z7 .navbar.collapsed {
  justify-content: center;
}
.cid-tPmjaqk7Z7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPmjaqk7Z7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPmjaqk7Z7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPmjaqk7Z7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPmjaqk7Z7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPmjaqk7Z7 .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-tPmjaqk7Z7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPmjaqk7Z7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPmjaqk7Z7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPmjaqk7Z7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPmjaqk7Z7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPmjaqk7Z7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPmjaqk7Z7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPmjaqk7Z7 .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-tPmjaqk7Z7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPmjaqk7Z7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPmjaqk7Z7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPmjaqk7Z7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPmjaqk7Z7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPmjaqk7Z7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPmjaqk7Z7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPmjaqk7Z7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPmjaqk7Z7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPmjaqk7Z7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPmjaqk7Z7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPmjaqk7Z7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPmjaqk7Z7 .dropdown-item:hover,
.cid-tPmjaqk7Z7 .dropdown-item:focus {
  background: #12b6e0 !important;
  color: white !important;
}
.cid-tPmjaqk7Z7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPmjaqk7Z7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPmjaqk7Z7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tPmjaqk7Z7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPmjaqk7Z7 .dropdown-menu,
.cid-tPmjaqk7Z7 .navbar.opened {
  background: #000000 !important;
}
.cid-tPmjaqk7Z7 .nav-item:focus,
.cid-tPmjaqk7Z7 .nav-link:focus {
  outline: none;
}
.cid-tPmjaqk7Z7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPmjaqk7Z7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPmjaqk7Z7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPmjaqk7Z7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPmjaqk7Z7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPmjaqk7Z7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPmjaqk7Z7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPmjaqk7Z7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPmjaqk7Z7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPmjaqk7Z7 .dropdown-item.active,
.cid-tPmjaqk7Z7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPmjaqk7Z7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPmjaqk7Z7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPmjaqk7Z7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPmjaqk7Z7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPmjaqk7Z7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPmjaqk7Z7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPmjaqk7Z7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPmjaqk7Z7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPmjaqk7Z7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPmjaqk7Z7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPmjaqk7Z7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPmjaqk7Z7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPmjaqk7Z7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPmjaqk7Z7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPmjaqk7Z7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPmjaqk7Z7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPmjaqk7Z7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPmjaqk7Z7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPmjaqk7Z7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPmjaqk7Z7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPmjaqk7Z7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPmjaqk7Z7 .navbar {
    height: 70px;
  }
  .cid-tPmjaqk7Z7 .navbar.opened {
    height: auto;
  }
  .cid-tPmjaqk7Z7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9mL4CYbFm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #12b6e0;
}
.cid-u9mL4CYbFm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9mL4CYbFm textarea {
  min-height: 200px;
}
.cid-u9mL4CYbFm .btn {
  padding: 1rem 3rem;
}
.cid-u9mL4CYbFm .form-control,
.cid-u9mL4CYbFm .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #1a1a1a;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-u9mL4CYbFm .form-control::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input::-webkit-input-placeholder,
.cid-u9mL4CYbFm .form-control::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u9mL4CYbFm .form-control:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:-moz-placeholder,
.cid-u9mL4CYbFm .form-control:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u9mL4CYbFm .form-control:hover,
.cid-u9mL4CYbFm .field-input:hover,
.cid-u9mL4CYbFm .form-control:focus,
.cid-u9mL4CYbFm .field-input:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9mL4CYbFm .form-control:hover::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input:hover::-webkit-input-placeholder,
.cid-u9mL4CYbFm .form-control:focus::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input:focus::-webkit-input-placeholder,
.cid-u9mL4CYbFm .form-control:hover::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input:hover::-webkit-input-placeholder,
.cid-u9mL4CYbFm .form-control:focus::-webkit-input-placeholder,
.cid-u9mL4CYbFm .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u9mL4CYbFm .form-control:hover:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:hover:-moz-placeholder,
.cid-u9mL4CYbFm .form-control:focus:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:focus:-moz-placeholder,
.cid-u9mL4CYbFm .form-control:hover:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:hover:-moz-placeholder,
.cid-u9mL4CYbFm .form-control:focus:-moz-placeholder,
.cid-u9mL4CYbFm .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u9mL4CYbFm .jq-number__spin:hover,
.cid-u9mL4CYbFm .jq-number__spin:focus {
  background-color: #333333;
  border-color: #333333 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9mL4CYbFm .jq-number__spin {
  background-color: #1a1a1a;
  border-color: #333333;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9mL4CYbFm .jq-selectbox li,
.cid-u9mL4CYbFm .jq-selectbox li {
  background-color: #1a1a1a;
  color: #ffffff;
}
.cid-u9mL4CYbFm .jq-selectbox li:hover,
.cid-u9mL4CYbFm .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-u9mL4CYbFm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9mL4CYbFm .jq-number__spin.minus:hover:after,
.cid-u9mL4CYbFm .jq-number__spin.plus:hover:after {
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.cid-u9mL4CYbFm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9mL4CYbFm .jq-number__spin.minus:after,
.cid-u9mL4CYbFm .jq-number__spin.plus:after {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.cid-u9mL4CYbFm input::-webkit-clear-button {
  display: none;
}
.cid-u9mL4CYbFm input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9mL4CYbFm input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9mL4CYbFm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9mL4CYbFm .mbr-section-title {
  color: #ffffff;
}
.cid-ufihbLyPta {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufihbLyPta .widget-title {
  color: #12b6e0;
  margin-bottom: 30px;
}
.cid-ufihbLyPta .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ufihbLyPta .mbr-text {
  color: #12b6e0;
}
.cid-ufihbLyPta .phone-word {
  color: #12b6e0;
}
.cid-ufihbLyPta .text-link {
  transition: all 0.3s ease-in;
}
.cid-ufihbLyPta .text-link:hover {
  color: #12b6e0 !important;
}
.cid-ufihbLyPta img {
  height: 100px;
  padding-right: 8px;
}
.cid-ufihbLyPta .img1 {
  color: #12b6e0;
}
.cid-ufihbLyPta .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-ufihbLyPta .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ufihbLyPta .content .link-wrap {
  color: red;
}
.cid-ufihbLyPta .content .date-wrap {
  color: #12b6e0;
}
.cid-ufihbLyPta .item,
.cid-ufihbLyPta .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ufihbLyPta .item h4,
.cid-ufihbLyPta .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ufihbLyPta .link {
  transition: all 0.3s ease-in;
}
.cid-ufihbLyPta .link .card-img {
  padding-bottom: 3px;
}
.cid-ufihbLyPta .link:hover .card-img span {
  color: #12b6e0;
}
.cid-ufihbLyPta .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #12b6e0 !important;
}
.cid-ufihbLyPta .item .card-img {
  width: auto;
}
.cid-ufihbLyPta .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-ufihbLyPta .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-ufihbLyPta h5 {
    text-align: left !important;
  }
  .cid-ufihbLyPta .line-wrap {
    text-align: left !important;
  }
}
.cid-ufihbLyPta .item-title {
  color: #f9f9f9;
  transition: all 0.3s ease-in;
}
.cid-ufihbLyPta .item-title:hover {
  color: #12b6e0;
}
.cid-ufihbLyPta .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ufihbLyPta .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-ufihbLyPta .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-ufihbLyPta .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #12b6e0 !important;
  box-shadow: none !important;
}
.cid-ufihbLyPta .btn[class*="-outline"]:active,
.cid-ufihbLyPta .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-ufihbLyPta .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-ufihbLyPta .list .list-item:last-child {
  margin-top: 10px;
}
.cid-ufihbLyPta .pre-form {
  color: #6b3df0;
}
.cid-ufihbLyPta .form-group,
.cid-ufihbLyPta .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ufihbLyPta .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-ufihbLyPta .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-ufihbLyPta .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-ufihbLyPta .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-ufihbLyPta .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-ufihbLyPta .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-ufihbLyPta .form-group .mbr-iconfont {
  color: #187cff;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-ufihbLyPta .dragArea {
  flex-direction: column;
}
.cid-ufihbLyPta .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-ufihbLyPta .widget-title,
.cid-ufihbLyPta .line-wrap {
  color: #ffffff;
}
.cid-ufihbLyPta .pre-form,
.cid-ufihbLyPta .mbr-text {
  color: #ffffff;
}
.cid-ufihbLyPta .link-title {
  color: #ffffff;
}
