.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #272b2e !important;
}
.bg-success {
  background-color: #7dabab !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #272b2e, #1b1e20 50%, #565f65) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #272b2e !important;
  border-color: #272b2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #7dabab, #6ea1a1 50%, #bbd3d3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dabab !important;
  border-color: #7dabab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #272b2e;
  color: #272b2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #272b2e !important;
  border-color: #272b2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7dabab;
  color: #7dabab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #527f7f !important;
  background-color: transparent !important;
  border-color: #527f7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dabab !important;
  border-color: #7dabab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #272b2e !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #7dabab !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c7676 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #272b2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #bc5e4d;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #272b2e;
  border-color: #272b2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #272b2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dadde0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cadddd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #272b2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #272b2e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #272b2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #272b2e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #272b2e;
  border-bottom-color: #272b2e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #272b2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f96e47 !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='%23272b2e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-uXOHMxCKE2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOHMxCKE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOHMxCKE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOHMxCKE2 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uXOHMxCKE2 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uXOHMxCKE2 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uXOHMxCKE2 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uXOHMxCKE2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOHMxCKE2 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOHMxCKE2 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOHMxCKE2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOHMxCKE2 .btn-wrapper {
  margin-top: -15%;
}
.cid-uXOHMxCKE2 .mbr-section-title {
  color: #272b2e;
}
.cid-uXOHMxCKE2 .mbr-text,
.cid-uXOHMxCKE2 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uXOHMxCKE2 .mbr-section-title,
.cid-uXOHMxCKE2 .mbr-section-btn,
.cid-uXOHMxCKE2 .clients-wrapper {
  text-align: center;
  color: #272b2e;
}
.cid-uXQ3dFIiTK .custom-header-fullscreen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  flex-direction: column;
}
.cid-uXQ3dFIiTK .custom-header-fullscreen .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-uXQ3dFIiTK .typing-line {
  opacity: 0;
  transform: translateY(20px);
  display: block;
  margin: 0.2em 0;
  animation: fadeInUp 1.5s forwards;
}
.cid-uXQ3dFIiTK .line1 {
  animation-delay: 0s;
}
.cid-uXQ3dFIiTK .line2 {
  animation-delay: 1.5s;
}
.cid-uXQ3dFIiTK .line3 {
  animation-delay: 3s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-uXQ3dFIiTK .clients-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-uXQ3dFIiTK .clients-row img {
  position: absolute;
  bottom: -100px;
  width: 80px;
  opacity: 0;
  animation-name: floatBubble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: var(--duration);
  left: var(--xStart);
}
@keyframes floatBubble {
  0% {
    transform: translateY(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(-50vh) rotate(180deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(360deg) scale(0.5);
    opacity: 0;
    left: var(--xEnd);
  }
}
.cid-uXQ3dFIiTK H1 {
  text-align: center;
}
.cid-uXQ3dFIiTK P {
  text-align: center;
}
.cid-uXOL536bT5 {
  background-image: url("../../../assets/images/bar-621033-1280-1280x850.jpg");
}
.cid-uXOL536bT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOL536bT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOL536bT5 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uXOL536bT5 .image-wrapper {
    height: 300px;
  }
}
.cid-ugTZ7Da8CL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTZ7Da8CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZ7Da8CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZ7Da8CL .content-wrap {
  justify-content: flex-end;
}
.cid-ugTZ7Da8CL .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #4756f9, #7883fb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZ7Da8CL .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0;
  }
}
.cid-ugTZ7Da8CL .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper img {
    height: 350px;
  }
}
.cid-ugTZ7Da8CL .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZ7Da8CL .mbr-text,
.cid-ugTZ7Da8CL .text-wrapper {
  color: #272b2e;
}
.cid-ugTZ7Da8CL .mbr-section-title,
.cid-ugTZ7Da8CL .mbr-section-btn,
.cid-ugTZ7Da8CL .clients-wrapper {
  color: #272b2e;
}
.cid-uXOKMLoU0j {
  background-image: url("../../../assets/images/work-5382501-1280-1280x771.jpg");
}
.cid-uXOKMLoU0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOKMLoU0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOKMLoU0j .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uXOKMLoU0j .row {
    height: 350px;
  }
}
.cid-uXOrIJijKo {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOrIJijKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrIJijKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOrIJijKo .content-wrap {
  justify-content: flex-end;
}
.cid-uXOrIJijKo .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOrIJijKo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOrIJijKo .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOrIJijKo .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOrIJijKo .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOrIJijKo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOrIJijKo .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOrIJijKo .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOrIJijKo .image-wrapper {
    padding: 0;
  }
}
.cid-uXOrIJijKo .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOrIJijKo .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOrIJijKo .mbr-section-title {
  color: #ffffff;
}
.cid-uXOrIJijKo .mbr-text,
.cid-uXOrIJijKo .text-wrapper {
  color: #272b2e;
}
.cid-uXOrIJijKo .mbr-section-title,
.cid-uXOrIJijKo .mbr-section-btn,
.cid-uXOrIJijKo .clients-wrapper {
  color: #272b2e;
}
.cid-uXOKPTxZIL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uXOKPTxZIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOKPTxZIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOKPTxZIL .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uXOKPTxZIL .row {
    height: 350px;
  }
}
.cid-uXOrftkm5m {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOrftkm5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrftkm5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOrftkm5m .content-wrap {
  justify-content: flex-end;
}
.cid-uXOrftkm5m .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOrftkm5m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOrftkm5m .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOrftkm5m .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOrftkm5m .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOrftkm5m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOrftkm5m .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOrftkm5m .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOrftkm5m .image-wrapper {
    padding: 0;
  }
}
.cid-uXOrftkm5m .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOrftkm5m .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOrftkm5m .mbr-section-title {
  color: #ffffff;
}
.cid-uXOrftkm5m .mbr-text,
.cid-uXOrftkm5m .text-wrapper {
  color: #272b2e;
}
.cid-uXOrftkm5m .mbr-section-title,
.cid-uXOrftkm5m .mbr-section-btn,
.cid-uXOrftkm5m .clients-wrapper {
  color: #272b2e;
}
.cid-uYnPeedL8k {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uYnPeedL8k::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#e4d7d5 30%, #ffffff);
}
.cid-uYnPeedL8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnPeedL8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnPeedL8k .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYnPeedL8k .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYnPeedL8k .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYnPeedL8k .container {
    padding: 0 16px;
  }
}
.cid-uYnPeedL8k .card {
  justify-content: center;
}
.cid-uYnPeedL8k .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYnPeedL8k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYnPeedL8k .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYnPeedL8k .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYnPeedL8k .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYnPeedL8k .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYnPeedL8k .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYnPeedL8k .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYnPeedL8k .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYnPeedL8k .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYnPeedL8k .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYnPeedL8k .mbr-section-title {
  color: #ffffff;
}
.cid-uYnPeedL8k .mbr-text {
  color: #000000;
}
.cid-uYnPeedL8k .mbr-section-title,
.cid-uYnPeedL8k .mbr-section-btn {
  color: #000000;
}
.cid-uXOKQweLFW {
  background-image: url("../../../assets/images/texting-1999275-1280-1280x914.jpg");
}
.cid-uXOKQweLFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOKQweLFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOKQweLFW .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uXOKQweLFW .row {
    height: 350px;
  }
}
.cid-uXOGbqarVA {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOGbqarVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOGbqarVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOGbqarVA .content-wrap {
  justify-content: flex-end;
}
.cid-uXOGbqarVA .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOGbqarVA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOGbqarVA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOGbqarVA .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOGbqarVA .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOGbqarVA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOGbqarVA .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOGbqarVA .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOGbqarVA .image-wrapper {
    padding: 0;
  }
}
.cid-uXOGbqarVA .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOGbqarVA .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOGbqarVA .mbr-section-title {
  color: #ffffff;
}
.cid-uXOGbqarVA .mbr-text,
.cid-uXOGbqarVA .text-wrapper {
  color: #272b2e;
}
.cid-uXOGbqarVA .mbr-section-title,
.cid-uXOGbqarVA .mbr-section-btn,
.cid-uXOGbqarVA .clients-wrapper {
  color: #272b2e;
}
.cid-uYunl2mr9h {
  background-color: #ffffff;
  position: relative;
}
.cid-uYunl2mr9h::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#e4d7d5 30%, #ffffff);
}
.cid-uYunl2mr9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYunl2mr9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYunl2mr9h .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYunl2mr9h .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYunl2mr9h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYunl2mr9h .container {
    padding: 0 16px;
  }
}
.cid-uYunl2mr9h .card {
  justify-content: center;
}
.cid-uYunl2mr9h .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYunl2mr9h .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYunl2mr9h .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYunl2mr9h .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYunl2mr9h .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYunl2mr9h .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYunl2mr9h .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYunl2mr9h .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYunl2mr9h .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYunl2mr9h .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYunl2mr9h .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYunl2mr9h .mbr-section-title {
  color: #ffffff;
}
.cid-uYunl2mr9h .mbr-text {
  color: #000000;
}
.cid-uYunl2mr9h .mbr-section-title,
.cid-uYunl2mr9h .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uXOLetKiPY {
  background-image: url("../../../assets/images/electronics-1868708-1280-1280x853.jpg");
}
.cid-uXOLetKiPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOLetKiPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOLetKiPY .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uXOLetKiPY .image-wrapper {
    height: 300px;
  }
}
.cid-uXOGsK3uIU {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOGsK3uIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOGsK3uIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOGsK3uIU .content-wrap {
  justify-content: flex-end;
}
.cid-uXOGsK3uIU .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOGsK3uIU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOGsK3uIU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOGsK3uIU .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOGsK3uIU .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOGsK3uIU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOGsK3uIU .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOGsK3uIU .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOGsK3uIU .image-wrapper {
    padding: 0;
  }
}
.cid-uXOGsK3uIU .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOGsK3uIU .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOGsK3uIU .mbr-section-title {
  color: #ffffff;
}
.cid-uXOGsK3uIU .mbr-text,
.cid-uXOGsK3uIU .text-wrapper {
  color: #272b2e;
}
.cid-uXOGsK3uIU .mbr-section-title,
.cid-uXOGsK3uIU .mbr-section-btn,
.cid-uXOGsK3uIU .clients-wrapper {
  color: #272b2e;
}
.cid-uYuno9tUTk {
  background-color: #ffffff;
  position: relative;
}
.cid-uYuno9tUTk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffc8c8 30%, #ffffff);
}
.cid-uYuno9tUTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuno9tUTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuno9tUTk .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYuno9tUTk .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYuno9tUTk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYuno9tUTk .container {
    padding: 0 16px;
  }
}
.cid-uYuno9tUTk .card {
  justify-content: center;
}
.cid-uYuno9tUTk .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYuno9tUTk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuno9tUTk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYuno9tUTk .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYuno9tUTk .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYuno9tUTk .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYuno9tUTk .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYuno9tUTk .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYuno9tUTk .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYuno9tUTk .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYuno9tUTk .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYuno9tUTk .mbr-section-title {
  color: #ffffff;
}
.cid-uYuno9tUTk .mbr-text {
  color: #000000;
}
.cid-uYuno9tUTk .mbr-section-title,
.cid-uYuno9tUTk .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYuYX0QH3X {
  background-color: #ffffff;
  position: relative;
}
.cid-uYuYX0QH3X::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#5d2a20 30%, #000000);
}
.cid-uYuYX0QH3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuYX0QH3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuYX0QH3X .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYuYX0QH3X .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYuYX0QH3X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYuYX0QH3X .container {
    padding: 0 16px;
  }
}
.cid-uYuYX0QH3X .card {
  justify-content: center;
}
.cid-uYuYX0QH3X .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYuYX0QH3X .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuYX0QH3X .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYuYX0QH3X .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYuYX0QH3X .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYuYX0QH3X .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYuYX0QH3X .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYuYX0QH3X .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYuYX0QH3X .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYuYX0QH3X .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYuYX0QH3X .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYuYX0QH3X .mbr-section-title {
  color: #ffffff;
}
.cid-uYuYX0QH3X .mbr-text {
  color: #ffffff;
}
.cid-uYuYX0QH3X .mbr-section-title,
.cid-uYuYX0QH3X .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-uYuZgCIN2H {
  background-color: #ffffff;
  position: relative;
}
.cid-uYuZgCIN2H::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#e4d7d5 30%, #ffffff);
}
.cid-uYuZgCIN2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuZgCIN2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuZgCIN2H .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYuZgCIN2H .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYuZgCIN2H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYuZgCIN2H .container {
    padding: 0 16px;
  }
}
.cid-uYuZgCIN2H .card {
  justify-content: center;
}
.cid-uYuZgCIN2H .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYuZgCIN2H .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYuZgCIN2H .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYuZgCIN2H .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYuZgCIN2H .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYuZgCIN2H .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYuZgCIN2H .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYuZgCIN2H .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYuZgCIN2H .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYuZgCIN2H .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYuZgCIN2H .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYuZgCIN2H .mbr-section-title {
  color: #ffffff;
}
.cid-uYuZgCIN2H .mbr-text {
  color: #000000;
}
.cid-uYuZgCIN2H .mbr-section-title,
.cid-uYuZgCIN2H .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uXOLdtDTOJ {
  background-image: url("../../../assets/images/cyber-monday-5463567-1280-1280x784.jpg");
}
.cid-uXOLdtDTOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOLdtDTOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOLdtDTOJ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uXOLdtDTOJ .image-wrapper {
    height: 300px;
  }
}
.cid-uXOGJ8ZSTT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOGJ8ZSTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOGJ8ZSTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOGJ8ZSTT .content-wrap {
  justify-content: flex-end;
}
.cid-uXOGJ8ZSTT .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOGJ8ZSTT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOGJ8ZSTT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOGJ8ZSTT .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOGJ8ZSTT .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOGJ8ZSTT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOGJ8ZSTT .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOGJ8ZSTT .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOGJ8ZSTT .image-wrapper {
    padding: 0;
  }
}
.cid-uXOGJ8ZSTT .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOGJ8ZSTT .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOGJ8ZSTT .mbr-section-title {
  color: #ffffff;
}
.cid-uXOGJ8ZSTT .mbr-text,
.cid-uXOGJ8ZSTT .text-wrapper {
  color: #272b2e;
}
.cid-uXOGJ8ZSTT .mbr-section-title,
.cid-uXOGJ8ZSTT .mbr-section-btn,
.cid-uXOGJ8ZSTT .clients-wrapper {
  color: #272b2e;
}
.cid-uYv967xr2T {
  background-color: #ffffff;
  position: relative;
}
.cid-uYv967xr2T::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ff967a 30%, #ffffff);
}
.cid-uYv967xr2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYv967xr2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYv967xr2T .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYv967xr2T .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYv967xr2T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYv967xr2T .container {
    padding: 0 16px;
  }
}
.cid-uYv967xr2T .card {
  justify-content: center;
}
.cid-uYv967xr2T .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYv967xr2T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYv967xr2T .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYv967xr2T .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYv967xr2T .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYv967xr2T .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYv967xr2T .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYv967xr2T .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYv967xr2T .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYv967xr2T .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYv967xr2T .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYv967xr2T .mbr-section-title {
  color: #ffffff;
}
.cid-uYv967xr2T .mbr-text {
  color: #000000;
}
.cid-uYv967xr2T .mbr-section-title,
.cid-uYv967xr2T .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uYv2LbyAyI {
  background-color: #ffffff;
  position: relative;
}
.cid-uYv2LbyAyI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#e4d7d5 30%, #ffffff);
}
.cid-uYv2LbyAyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYv2LbyAyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYv2LbyAyI .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYv2LbyAyI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYv2LbyAyI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYv2LbyAyI .container {
    padding: 0 16px;
  }
}
.cid-uYv2LbyAyI .card {
  justify-content: center;
}
.cid-uYv2LbyAyI .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYv2LbyAyI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYv2LbyAyI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYv2LbyAyI .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYv2LbyAyI .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYv2LbyAyI .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYv2LbyAyI .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYv2LbyAyI .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYv2LbyAyI .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYv2LbyAyI .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYv2LbyAyI .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYv2LbyAyI .mbr-section-title {
  color: #ffffff;
}
.cid-uYv2LbyAyI .mbr-text {
  color: #000000;
}
.cid-uYv2LbyAyI .mbr-section-title,
.cid-uYv2LbyAyI .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-uXOKS9Pdht {
  background-image: url("../../../assets/images/train-track-2507499-1280-1280x887.jpg");
}
.cid-uXOKS9Pdht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOKS9Pdht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOKS9Pdht .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uXOKS9Pdht .row {
    height: 350px;
  }
}
.cid-uXOH1S3xKb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOH1S3xKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOH1S3xKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOH1S3xKb .content-wrap {
  justify-content: flex-end;
}
.cid-uXOH1S3xKb .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOH1S3xKb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOH1S3xKb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOH1S3xKb .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOH1S3xKb .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOH1S3xKb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOH1S3xKb .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOH1S3xKb .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOH1S3xKb .image-wrapper {
    padding: 0;
  }
}
.cid-uXOH1S3xKb .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOH1S3xKb .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOH1S3xKb .mbr-section-title {
  color: #ffffff;
}
.cid-uXOH1S3xKb .mbr-text,
.cid-uXOH1S3xKb .text-wrapper {
  color: #272b2e;
}
.cid-uXOH1S3xKb .mbr-section-title,
.cid-uXOH1S3xKb .mbr-section-btn,
.cid-uXOH1S3xKb .clients-wrapper {
  color: #272b2e;
}
.cid-uXOKSGCDG5 {
  background-image: url("../../../assets/images/analysis-1841158-1280-1280x853.jpg");
}
.cid-uXOKSGCDG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOKSGCDG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOKSGCDG5 .row {
  flex-direction: row-reverse;
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uXOKSGCDG5 .row {
    height: 350px;
  }
}
.cid-uXOHon0Ygr {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOHon0Ygr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOHon0Ygr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOHon0Ygr .content-wrap {
  justify-content: flex-end;
}
.cid-uXOHon0Ygr .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXOHon0Ygr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXOHon0Ygr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOHon0Ygr .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOHon0Ygr .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOHon0Ygr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOHon0Ygr .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uXOHon0Ygr .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uXOHon0Ygr .image-wrapper {
    padding: 0;
  }
}
.cid-uXOHon0Ygr .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXOHon0Ygr .image-wrapper img {
    height: 350px;
  }
}
.cid-uXOHon0Ygr .mbr-section-title {
  color: #ffffff;
}
.cid-uXOHon0Ygr .mbr-text,
.cid-uXOHon0Ygr .text-wrapper {
  color: #272b2e;
}
.cid-uXOHon0Ygr .mbr-section-title,
.cid-uXOHon0Ygr .mbr-section-btn,
.cid-uXOHon0Ygr .clients-wrapper {
  color: #272b2e;
}
.cid-uXOLc7reht {
  background-image: url("../../../assets/images/cellular-4602489-1280-1280x853.jpg");
}
.cid-uXOLc7reht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOLc7reht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXOLc7reht .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uXOLc7reht .image-wrapper {
    height: 300px;
  }
}
.cid-ugTZgOB6Aj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTZgOB6Aj .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-ugTZgOB6Aj .items-wrapper {
  justify-content: center;
}
.cid-ugTZgOB6Aj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ugTZgOB6Aj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ugTZgOB6Aj .embla__slide .slide-content {
  width: 100%;
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-ugTZgOB6Aj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ugTZgOB6Aj .embla__button--next,
.cid-ugTZgOB6Aj .embla__button--prev {
  display: flex;
}
.cid-ugTZgOB6Aj .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #272b2e, #565f65) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ugTZgOB6Aj .embla__button:hover {
  opacity: .9 !important;
}
.cid-ugTZgOB6Aj .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-ugTZgOB6Aj .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-ugTZgOB6Aj .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-ugTZgOB6Aj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ugTZgOB6Aj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ugTZgOB6Aj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugTZgOB6Aj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugTZgOB6Aj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugTZgOB6Aj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ugTZgOB6Aj .item-text {
  color: #272b2e;
  text-align: center;
}
.cid-ugTZgOB6Aj .item-name {
  color: #272b2e;
  text-align: center;
}
.cid-uYunxEvIHF {
  background-image: url("../../../assets/images/action-2277292-1280-1280x873.jpg");
}
.cid-uYunxEvIHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYunxEvIHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYunxEvIHF .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uYunxEvIHF .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uYunxEvIHF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYunxEvIHF .container {
    padding: 0 16px;
  }
}
.cid-uYunxEvIHF .card {
  justify-content: center;
}
.cid-uYunxEvIHF .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYunxEvIHF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYunxEvIHF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYunxEvIHF .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYunxEvIHF .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uYunxEvIHF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uYunxEvIHF .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uYunxEvIHF .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uYunxEvIHF .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uYunxEvIHF .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uYunxEvIHF .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uYunxEvIHF .mbr-section-title {
  color: #ffffff;
}
.cid-uYunxEvIHF .mbr-text {
  color: #ffffff;
}
.cid-uYunxEvIHF .mbr-section-title,
.cid-uYunxEvIHF .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-uXOWYayGp7 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uXOWYayGp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOWYayGp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOWYayGp7 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uXOWYayGp7 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uXOWYayGp7 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uXOWYayGp7 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uXOWYayGp7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uXOWYayGp7 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #4756f9, #7883fb);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uXOWYayGp7 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uXOWYayGp7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXOWYayGp7 .btn-wrapper {
  margin-top: -15%;
}
.cid-uXOWYayGp7 .mbr-section-title {
  color: #272b2e;
}
.cid-uXOWYayGp7 .mbr-text,
.cid-uXOWYayGp7 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uXOWYayGp7 .mbr-section-title,
.cid-uXOWYayGp7 .mbr-section-btn,
.cid-uXOWYayGp7 .clients-wrapper {
  text-align: center;
}
.cid-uXQ4FUj0xg .custom-header-fullscreen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  flex-direction: column;
}
.cid-uXQ4FUj0xg .custom-header-fullscreen .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cid-uXQ4FUj0xg .typing-line {
  opacity: 0;
  transform: translateY(20px);
  display: block;
  margin: 0.2em 0;
  animation: fadeInUp 1.5s forwards;
}
.cid-uXQ4FUj0xg .line1 {
  animation-delay: 0s;
}
.cid-uXQ4FUj0xg .line2 {
  animation-delay: 1.5s;
}
.cid-uXQ4FUj0xg .line3 {
  animation-delay: 3s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-uXQ4FUj0xg .clients-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-uXQ4FUj0xg .clients-row img {
  position: absolute;
  bottom: -100px;
  width: 80px;
  opacity: 0;
  animation-name: floatBubble;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-duration: var(--duration);
  left: var(--xStart);
}
@keyframes floatBubble {
  0% {
    transform: translateY(0) rotate(0deg) scale(0.5);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(-50vh) rotate(180deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(360deg) scale(0.5);
    opacity: 0;
    left: var(--xEnd);
  }
}
.cid-uXQ4FUj0xg H1 {
  text-align: center;
}
.cid-uXQ4FUj0xg P {
  text-align: center;
}
.cid-ugTZiJPdJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZiJPdJ5 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTZiJPdJ5 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:hover,
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTZiJPdJ5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugTZiJPdJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-text {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .list {
  color: #ffffff;
}
