.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.075rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #1e824c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e824c !important;
  border-color: #1e824c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e824c;
  border-color: #1e824c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !important;
}
.btn-primary:hover {
  background-color: #145934 !important;
  border-color: #145934 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info:hover {
  background-color: #665f57 !important;
  border-color: #665f57 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success:hover {
  background-color: #f5e819 !important;
  border-color: #f5e819 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning:hover {
  background-color: #6c8187 !important;
  border-color: #6c8187 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger:hover {
  background-color: #9b8b57 !important;
  border-color: #9b8b57 !important;
}
.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: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e824c;
  color: #1e824c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e824c !important;
  border-color: #1e824c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #181818;
  color: #181818;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #181818 !important;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #82786e !important;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03 !important;
  background: #f7ed4a !important;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #879a9f !important;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #879a9f !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #b1a374 !important;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #1e824c !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b2f1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #f7ed4a;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e824c;
  border-color: #1e824c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #1e824c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ad58a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1e824c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e824c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e824c;
  border-bottom-color: #1e824c;
}
.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: #1e824c !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: #181818 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEml9nFtDQ {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/computer-ac-2.webp");
}
.cid-sEml9nFtDQ .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEml9nFtDQ .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEml9nFtDQ .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEml9nFtDQ .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEml9nFtDQ .container {
  max-width: 1600px;
}
.cid-sEml9nFtDQ .mbr-bold,
.cid-sEml9nFtDQ b {
  font-weight: 900;
}
.cid-sEml9nFtDQ .btn {
  color: white !important;
}
.cid-sEml9nFtDQ svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEml9nFtDQ svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEml9nFtDQ svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEml9nFtDQ svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEml9nFtDQ svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEml9nFtDQ .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEml9nFtDQ H1 {
  color: #ffffff;
}
.cid-sEml9nFtDQ .mbr-text,
.cid-sEml9nFtDQ .mbr-section-btn {
  color: #d35400;
}
.cid-sFcpDCqwAR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcpDCqwAR img,
.cid-sFcpDCqwAR .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcpDCqwAR .item:focus,
.cid-sFcpDCqwAR span:focus {
  outline: none;
}
.cid-sFcpDCqwAR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcpDCqwAR .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcpDCqwAR .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcpDCqwAR .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcpDCqwAR .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcpDCqwAR .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcpDCqwAR .mbr-section-title {
  color: #36187d;
}
.cid-sFcpDCqwAR .item-title {
  color: #1e824c;
}
.cid-sFcpDCqwAR .item-subtitle {
  color: #bec2cf;
}
.cid-sFcpDCqwAR .mbr-text,
.cid-sFcpDCqwAR .mbr-section-btn {
  color: #000000;
}
.cid-sFcpDCqwAR .mbr-link {
  color: #1e824c;
  display: block;
}
.cid-sFcUMunNxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcUMunNxB img,
.cid-sFcUMunNxB .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcUMunNxB .item:focus,
.cid-sFcUMunNxB span:focus {
  outline: none;
}
.cid-sFcUMunNxB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcUMunNxB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #7fa8d7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcUMunNxB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcUMunNxB .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcUMunNxB .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcUMunNxB .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcUMunNxB .mbr-section-title {
  color: #36187d;
}
.cid-sFcUMunNxB .item-title {
  color: #1e824c;
}
.cid-sFcUMunNxB .item-subtitle {
  color: #bec2cf;
}
.cid-sFcUMunNxB .mbr-text,
.cid-sFcUMunNxB .mbr-section-btn {
  color: #000000;
}
.cid-sFcUMunNxB .mbr-link {
  color: #1e824c;
  display: block;
}
.cid-sFcWDLmQ2O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcWDLmQ2O img,
.cid-sFcWDLmQ2O .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcWDLmQ2O .item:focus,
.cid-sFcWDLmQ2O span:focus {
  outline: none;
}
.cid-sFcWDLmQ2O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcWDLmQ2O .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcWDLmQ2O .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcWDLmQ2O .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcWDLmQ2O .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcWDLmQ2O .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcWDLmQ2O .mbr-section-title {
  color: #36187d;
}
.cid-sFcWDLmQ2O .item-title {
  color: #1e824c;
}
.cid-sFcWDLmQ2O .item-subtitle {
  color: #bec2cf;
}
.cid-sFcWDLmQ2O .mbr-text,
.cid-sFcWDLmQ2O .mbr-section-btn {
  color: #000000;
}
.cid-sFcWDLmQ2O .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFcYl7KJ0i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcYl7KJ0i img,
.cid-sFcYl7KJ0i .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcYl7KJ0i .item:focus,
.cid-sFcYl7KJ0i span:focus {
  outline: none;
}
.cid-sFcYl7KJ0i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcYl7KJ0i .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #cccccc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcYl7KJ0i .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcYl7KJ0i .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcYl7KJ0i .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcYl7KJ0i .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcYl7KJ0i .mbr-section-title {
  color: #36187d;
}
.cid-sFcYl7KJ0i .item-title {
  color: #1e824c;
}
.cid-sFcYl7KJ0i .item-subtitle {
  color: #bec2cf;
}
.cid-sFcYl7KJ0i .mbr-text,
.cid-sFcYl7KJ0i .mbr-section-btn {
  color: #000000;
}
.cid-sFcYl7KJ0i .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFcZ2m13Rp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcZ2m13Rp img,
.cid-sFcZ2m13Rp .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcZ2m13Rp .item:focus,
.cid-sFcZ2m13Rp span:focus {
  outline: none;
}
.cid-sFcZ2m13Rp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcZ2m13Rp .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #cccccc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcZ2m13Rp .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcZ2m13Rp .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcZ2m13Rp .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcZ2m13Rp .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcZ2m13Rp .mbr-section-title {
  color: #36187d;
}
.cid-sFcZ2m13Rp .item-title {
  color: #1e824c;
}
.cid-sFcZ2m13Rp .item-subtitle {
  color: #bec2cf;
}
.cid-sFcZ2m13Rp .mbr-text,
.cid-sFcZ2m13Rp .mbr-section-btn {
  color: #000000;
}
.cid-sFcZ2m13Rp .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFcZO3TLPF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcZO3TLPF img,
.cid-sFcZO3TLPF .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcZO3TLPF .item:focus,
.cid-sFcZO3TLPF span:focus {
  outline: none;
}
.cid-sFcZO3TLPF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcZO3TLPF .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #fac167;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcZO3TLPF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcZO3TLPF .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcZO3TLPF .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcZO3TLPF .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcZO3TLPF .mbr-section-title {
  color: #36187d;
}
.cid-sFcZO3TLPF .item-title {
  color: #1e824c;
}
.cid-sFcZO3TLPF .item-subtitle {
  color: #bec2cf;
}
.cid-sFcZO3TLPF .mbr-text,
.cid-sFcZO3TLPF .mbr-section-btn {
  color: #000000;
}
.cid-sFcZO3TLPF .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFcZPCTvaf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcZPCTvaf img,
.cid-sFcZPCTvaf .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcZPCTvaf .item:focus,
.cid-sFcZPCTvaf span:focus {
  outline: none;
}
.cid-sFcZPCTvaf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcZPCTvaf .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #87d37c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcZPCTvaf .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcZPCTvaf .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcZPCTvaf .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcZPCTvaf .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcZPCTvaf .mbr-section-title {
  color: #36187d;
}
.cid-sFcZPCTvaf .item-title {
  color: #1e824c;
}
.cid-sFcZPCTvaf .item-subtitle {
  color: #bec2cf;
}
.cid-sFcZPCTvaf .mbr-text,
.cid-sFcZPCTvaf .mbr-section-btn {
  color: #000000;
}
.cid-sFcZPCTvaf .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFcZQn0hBC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFcZQn0hBC img,
.cid-sFcZQn0hBC .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFcZQn0hBC .item:focus,
.cid-sFcZQn0hBC span:focus {
  outline: none;
}
.cid-sFcZQn0hBC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFcZQn0hBC .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sFcZQn0hBC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sFcZQn0hBC .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sFcZQn0hBC .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sFcZQn0hBC .item-content {
    padding: 1rem 0;
  }
}
.cid-sFcZQn0hBC .mbr-section-title {
  color: #36187d;
}
.cid-sFcZQn0hBC .item-title {
  color: #1e824c;
}
.cid-sFcZQn0hBC .item-subtitle {
  color: #bec2cf;
}
.cid-sFcZQn0hBC .mbr-text,
.cid-sFcZQn0hBC .mbr-section-btn {
  color: #000000;
}
.cid-sFcZQn0hBC .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sFonuTTofA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFonuTTofA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFonuTTofA img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFonuTTofA h3 {
  margin: 0;
}
.cid-sFonuTTofA .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFonuTTofA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFonuTTofA .text-wrap {
  width: 100%;
}
.cid-sFonuTTofA .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFonuTTofA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFonuTTofA .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #1e824c;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #1e824c;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFonuTTofA .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #1e824c !important;
  border: 2px solid #1e824c;
}
.cid-sFonuTTofA .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFonuTTofA .jq-selectbox__dropdown,
.cid-sFonuTTofA ul {
  border-radius: 20px!important;
}
.cid-sFonuTTofA .jq-selectbox {
  border-radius: 30px;
}
.cid-sFonuTTofA .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFonuTTofA .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFonuTTofA input,
.cid-sFonuTTofA textarea,
.cid-sFonuTTofA .select {
  border-radius: 30px;
}
.cid-sFonuTTofA input,
.cid-sFonuTTofA textarea {
  padding: 1rem 2rem;
}
.cid-sFonuTTofA textarea {
  min-height: 10rem;
}
.cid-sFonuTTofA .form-control,
.cid-sFonuTTofA .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFonuTTofA .form-control::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input::-webkit-input-placeholder,
.cid-sFonuTTofA .form-control::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFonuTTofA .form-control:-moz-placeholder,
.cid-sFonuTTofA .field-input:-moz-placeholder,
.cid-sFonuTTofA .form-control:-moz-placeholder,
.cid-sFonuTTofA .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFonuTTofA .form-control:hover,
.cid-sFonuTTofA .field-input:hover,
.cid-sFonuTTofA .form-control:focus,
.cid-sFonuTTofA .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFonuTTofA .form-control:hover::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input:hover::-webkit-input-placeholder,
.cid-sFonuTTofA .form-control:focus::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input:focus::-webkit-input-placeholder,
.cid-sFonuTTofA .form-control:hover::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input:hover::-webkit-input-placeholder,
.cid-sFonuTTofA .form-control:focus::-webkit-input-placeholder,
.cid-sFonuTTofA .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFonuTTofA .form-control:hover:-moz-placeholder,
.cid-sFonuTTofA .field-input:hover:-moz-placeholder,
.cid-sFonuTTofA .form-control:focus:-moz-placeholder,
.cid-sFonuTTofA .field-input:focus:-moz-placeholder,
.cid-sFonuTTofA .form-control:hover:-moz-placeholder,
.cid-sFonuTTofA .field-input:hover:-moz-placeholder,
.cid-sFonuTTofA .form-control:focus:-moz-placeholder,
.cid-sFonuTTofA .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFonuTTofA .jq-number__spin:hover,
.cid-sFonuTTofA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFonuTTofA .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFonuTTofA .jq-selectbox li,
.cid-sFonuTTofA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFonuTTofA .jq-selectbox li:hover,
.cid-sFonuTTofA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFonuTTofA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFonuTTofA .jq-number__spin.minus:hover:after,
.cid-sFonuTTofA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFonuTTofA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFonuTTofA .jq-number__spin.minus:after,
.cid-sFonuTTofA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFonuTTofA input::-webkit-clear-button {
  display: none;
}
.cid-sFonuTTofA input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFonuTTofA input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFonuTTofA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFonuTTofA .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFonuTTofA .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFonuTTofA .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFonuTTofA .title1 {
  margin: 0;
}
.cid-sFonuTTofA .align-wrap {
  display: block;
}
.cid-sFonuTTofA .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFonuTTofA form {
    padding: 0;
  }
  .cid-sFonuTTofA .socicon-wrap {
    margin: auto;
  }
}
.cid-sFonuTTofA .title {
  color: #1e824c;
}
.cid-sFonuTTofA .icon-title,
.cid-sFonuTTofA .align-wrap {
  color: #1e824c;
}
.cid-sFonuTTofA .title1,
.cid-sFonuTTofA .title-col {
  color: #1e824c;
}
.cid-sEml9wT4f4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEmlbkNVy8 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-sEmlbkNVy8 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEmlbkNVy8 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEmlbkNVy8 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEmlbkNVy8 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEmlbkNVy8 .container {
  max-width: 1600px;
}
.cid-sEmlbkNVy8 .mbr-bold,
.cid-sEmlbkNVy8 b {
  font-weight: 900;
}
.cid-sEmlbkNVy8 .btn {
  color: white !important;
}
.cid-sEmlbkNVy8 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEmlbkNVy8 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEmlbkNVy8 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEmlbkNVy8 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEmlbkNVy8 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEmlbkNVy8 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEmlbkNVy8 H1 {
  color: #ffffff;
}
.cid-sEmlbkNVy8 .mbr-text,
.cid-sEmlbkNVy8 .mbr-section-btn {
  color: #d35400;
}
.cid-sFnY4aVV6R {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sFnY4aVV6R .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sFnY4aVV6R .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sFnY4aVV6R .acc {
    padding: 0 2rem;
  }
}
.cid-sFnY4aVV6R .img-col {
  padding: 0;
}
.cid-sFnY4aVV6R .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sFnY4aVV6R .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sFnY4aVV6R .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sFnY4aVV6R .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFnY4aVV6R .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-sFnY4aVV6R .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sFnY4aVV6R .card .panel-body {
  color: #767676;
}
.cid-sFnY4aVV6R .card:hover {
  background: #87d37c;
}
.cid-sFnY4aVV6R .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #eee30e;
}
.cid-sFnY4aVV6R .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sFnY4aVV6R .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sFnY4aVV6R .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sFnY4aVV6R .panel-collapse {
  margin-top: -1px;
}
.cid-sFnY4aVV6R H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sFnY4aVV6R .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFnY4aVV6R .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sFnY4aVV6R .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sFnY4aVV6R .sign {
    margin-right: 0.5rem;
  }
}
.cid-sFnY4aVV6R H2 {
  color: #1e824c;
}
.cid-sFnj8d4AFo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFnj8d4AFo .mbr-section-title {
  font-weight: bold;
  color: #1e824c;
  margin-bottom: 2.5rem;
}
.cid-sFnj8d4AFo .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sFnj8d4AFo .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sFnj8d4AFo .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sFnj8d4AFo .card-img span {
  font-size: 80px;
}
.cid-sFnj8d4AFo .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sFnj8d4AFo .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFnj8d4AFo .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sFnj8d4AFo .nav-item {
  margin-top: 1rem;
}
.cid-sFnj8d4AFo .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sFnj8d4AFo .tab-content {
  width: 100%;
}
.cid-sFnj8d4AFo .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #767676;
}
.cid-sFnj8d4AFo .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-sFnj8d4AFo .nav-tabs .nav-link.active {
  border: 1px solid #767676;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sFnj8d4AFo .tab-header {
  color: #1e824c;
}
.cid-sEmlbmjFLG {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEmlbmjFLG .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sEmlbmjFLG h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sEmlbmjFLG .svg11 path {
  fill: #7aba59;
}
.cid-sEmlbmjFLG .svg21 path {
  fill: #f9b945;
}
.cid-sEmlbmjFLG .svg31 path {
  fill: #ed6436;
}
.cid-sEmlbmjFLG .svg4 path {
  fill: #1e824c !important;
}
.cid-sEmlbmjFLG .svg12 path,
.cid-sEmlbmjFLG .svg22 path,
.cid-sEmlbmjFLG .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sEmlbmjFLG .card {
  position: relative;
  height: 300px;
}
.cid-sEmlbmjFLG .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sEmlbmjFLG .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sEmlbmjFLG .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEmlbmjFLG .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sEmlbmjFLG .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEmlbmjFLG .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sEmlbmjFLG .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEmlbmjFLG .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sEmlbmjFLG .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sEmlbmjFLG .card .svg22,
.cid-sEmlbmjFLG .card .svg32,
.cid-sEmlbmjFLG .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sEmlbmjFLG .card .svg21,
.cid-sEmlbmjFLG .card .svg31,
.cid-sEmlbmjFLG .card .svg11 {
  z-index: 2;
}
.cid-sEmlbmjFLG .card div {
  z-index: 3;
}
.cid-sEmlbmjFLG .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sEmlbmjFLG .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sEmlbmjFLG .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sEmlbmjFLG .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sEmlbmjFLG .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sEmlbmjFLG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sEmlbmjFLG .card {
    margin-bottom: 2rem;
  }
  .cid-sEmlbmjFLG .card svg {
    left: 30px;
  }
  .cid-sEmlbmjFLG .card:hover h4 {
    animation: none;
  }
  .cid-sEmlbmjFLG .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sEmlbmjFLG h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sEmlbmjFLG .card {
    max-width: 330px;
  }
  .cid-sEmlbmjFLG .card svg {
    left: 0px;
  }
}
.cid-sEmlbmjFLG .card-title,
.cid-sEmlbmjFLG .card-img {
  color: #000000;
}
.cid-sEmlbmjFLG H2 {
  color: #1e824c;
}
.cid-sFnZw4zMNg {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFnZw4zMNg .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sFnZw4zMNg h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sFnZw4zMNg .svg11 path {
  fill: #fb7522;
}
.cid-sFnZw4zMNg .svg21 path {
  fill: #a61919;
}
.cid-sFnZw4zMNg .svg31 path {
  fill: #e93a7d;
}
.cid-sFnZw4zMNg .svg4 path {
  fill: #606060 !important;
}
.cid-sFnZw4zMNg .svg12 path,
.cid-sFnZw4zMNg .svg22 path,
.cid-sFnZw4zMNg .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sFnZw4zMNg .card {
  position: relative;
  height: 300px;
}
.cid-sFnZw4zMNg .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sFnZw4zMNg .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sFnZw4zMNg .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFnZw4zMNg .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sFnZw4zMNg .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFnZw4zMNg .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sFnZw4zMNg .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFnZw4zMNg .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sFnZw4zMNg .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sFnZw4zMNg .card .svg22,
.cid-sFnZw4zMNg .card .svg32,
.cid-sFnZw4zMNg .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sFnZw4zMNg .card .svg21,
.cid-sFnZw4zMNg .card .svg31,
.cid-sFnZw4zMNg .card .svg11 {
  z-index: 2;
}
.cid-sFnZw4zMNg .card div {
  z-index: 3;
}
.cid-sFnZw4zMNg .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sFnZw4zMNg .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sFnZw4zMNg .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sFnZw4zMNg .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sFnZw4zMNg .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sFnZw4zMNg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sFnZw4zMNg .card {
    margin-bottom: 2rem;
  }
  .cid-sFnZw4zMNg .card svg {
    left: 30px;
  }
  .cid-sFnZw4zMNg .card:hover h4 {
    animation: none;
  }
  .cid-sFnZw4zMNg .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sFnZw4zMNg h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sFnZw4zMNg .card {
    max-width: 330px;
  }
  .cid-sFnZw4zMNg .card svg {
    left: 0px;
  }
}
.cid-sFnZw4zMNg .card-title,
.cid-sFnZw4zMNg .card-img {
  color: #000000;
}
.cid-sFnZw4zMNg H2 {
  color: #fb7522;
}
.cid-sFohQqbjSE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFohQqbjSE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sFohQqbjSE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sFohQqbjSE .svg11 path {
  fill: #482be7;
}
.cid-sFohQqbjSE .svg21 path {
  fill: #2f1893;
}
.cid-sFohQqbjSE .svg31 path {
  fill: #ed6436;
}
.cid-sFohQqbjSE .svg4 path {
  fill: #ed6436 !important;
}
.cid-sFohQqbjSE .svg12 path,
.cid-sFohQqbjSE .svg22 path,
.cid-sFohQqbjSE .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sFohQqbjSE .card {
  position: relative;
  height: 300px;
}
.cid-sFohQqbjSE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sFohQqbjSE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sFohQqbjSE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFohQqbjSE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sFohQqbjSE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFohQqbjSE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sFohQqbjSE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sFohQqbjSE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sFohQqbjSE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sFohQqbjSE .card .svg22,
.cid-sFohQqbjSE .card .svg32,
.cid-sFohQqbjSE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sFohQqbjSE .card .svg21,
.cid-sFohQqbjSE .card .svg31,
.cid-sFohQqbjSE .card .svg11 {
  z-index: 2;
}
.cid-sFohQqbjSE .card div {
  z-index: 3;
}
.cid-sFohQqbjSE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sFohQqbjSE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sFohQqbjSE .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sFohQqbjSE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sFohQqbjSE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sFohQqbjSE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sFohQqbjSE .card {
    margin-bottom: 2rem;
  }
  .cid-sFohQqbjSE .card svg {
    left: 30px;
  }
  .cid-sFohQqbjSE .card:hover h4 {
    animation: none;
  }
  .cid-sFohQqbjSE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sFohQqbjSE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sFohQqbjSE .card {
    max-width: 330px;
  }
  .cid-sFohQqbjSE .card svg {
    left: 0px;
  }
}
.cid-sFohQqbjSE .card-title,
.cid-sFohQqbjSE .card-img {
  color: #000000;
}
.cid-sFohQqbjSE H2 {
  color: #fb7522;
}
.cid-sFoniv2mJX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFoniv2mJX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFoniv2mJX img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFoniv2mJX h3 {
  margin: 0;
}
.cid-sFoniv2mJX .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFoniv2mJX .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFoniv2mJX .text-wrap {
  width: 100%;
}
.cid-sFoniv2mJX .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFoniv2mJX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFoniv2mJX .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #eee30e;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #eee30e;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFoniv2mJX .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #eee30e !important;
  border: 2px solid #eee30e;
}
.cid-sFoniv2mJX .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFoniv2mJX .jq-selectbox__dropdown,
.cid-sFoniv2mJX ul {
  border-radius: 20px!important;
}
.cid-sFoniv2mJX .jq-selectbox {
  border-radius: 30px;
}
.cid-sFoniv2mJX .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFoniv2mJX .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFoniv2mJX input,
.cid-sFoniv2mJX textarea,
.cid-sFoniv2mJX .select {
  border-radius: 30px;
}
.cid-sFoniv2mJX input,
.cid-sFoniv2mJX textarea {
  padding: 1rem 2rem;
}
.cid-sFoniv2mJX textarea {
  min-height: 10rem;
}
.cid-sFoniv2mJX .form-control,
.cid-sFoniv2mJX .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFoniv2mJX .form-control::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input::-webkit-input-placeholder,
.cid-sFoniv2mJX .form-control::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFoniv2mJX .form-control:-moz-placeholder,
.cid-sFoniv2mJX .field-input:-moz-placeholder,
.cid-sFoniv2mJX .form-control:-moz-placeholder,
.cid-sFoniv2mJX .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFoniv2mJX .form-control:hover,
.cid-sFoniv2mJX .field-input:hover,
.cid-sFoniv2mJX .form-control:focus,
.cid-sFoniv2mJX .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFoniv2mJX .form-control:hover::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input:hover::-webkit-input-placeholder,
.cid-sFoniv2mJX .form-control:focus::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input:focus::-webkit-input-placeholder,
.cid-sFoniv2mJX .form-control:hover::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input:hover::-webkit-input-placeholder,
.cid-sFoniv2mJX .form-control:focus::-webkit-input-placeholder,
.cid-sFoniv2mJX .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFoniv2mJX .form-control:hover:-moz-placeholder,
.cid-sFoniv2mJX .field-input:hover:-moz-placeholder,
.cid-sFoniv2mJX .form-control:focus:-moz-placeholder,
.cid-sFoniv2mJX .field-input:focus:-moz-placeholder,
.cid-sFoniv2mJX .form-control:hover:-moz-placeholder,
.cid-sFoniv2mJX .field-input:hover:-moz-placeholder,
.cid-sFoniv2mJX .form-control:focus:-moz-placeholder,
.cid-sFoniv2mJX .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFoniv2mJX .jq-number__spin:hover,
.cid-sFoniv2mJX .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFoniv2mJX .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFoniv2mJX .jq-selectbox li,
.cid-sFoniv2mJX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFoniv2mJX .jq-selectbox li:hover,
.cid-sFoniv2mJX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFoniv2mJX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFoniv2mJX .jq-number__spin.minus:hover:after,
.cid-sFoniv2mJX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFoniv2mJX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFoniv2mJX .jq-number__spin.minus:after,
.cid-sFoniv2mJX .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFoniv2mJX input::-webkit-clear-button {
  display: none;
}
.cid-sFoniv2mJX input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFoniv2mJX input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFoniv2mJX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFoniv2mJX .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFoniv2mJX .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFoniv2mJX .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFoniv2mJX .title1 {
  margin: 0;
}
.cid-sFoniv2mJX .align-wrap {
  display: block;
}
.cid-sFoniv2mJX .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFoniv2mJX form {
    padding: 0;
  }
  .cid-sFoniv2mJX .socicon-wrap {
    margin: auto;
  }
}
.cid-sFoniv2mJX .title {
  color: #1e824c;
}
.cid-sFoniv2mJX .icon-title,
.cid-sFoniv2mJX .align-wrap {
  color: #1e824c;
}
.cid-sFoniv2mJX .title1,
.cid-sFoniv2mJX .title-col {
  color: #1e824c;
}
.cid-sEmlbrs82n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEmld1vB3q {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/it-services-6-1200x673.jpg");
}
.cid-sEmld1vB3q .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEmld1vB3q .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEmld1vB3q .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEmld1vB3q .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEmld1vB3q .container {
  max-width: 1600px;
}
.cid-sEmld1vB3q .mbr-bold,
.cid-sEmld1vB3q b {
  font-weight: 900;
}
.cid-sEmld1vB3q .btn {
  color: white !important;
}
.cid-sEmld1vB3q svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEmld1vB3q svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEmld1vB3q svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEmld1vB3q svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEmld1vB3q svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEmld1vB3q .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEmld1vB3q H1 {
  color: #ffffff;
}
.cid-sEmld1vB3q .mbr-text,
.cid-sEmld1vB3q .mbr-section-btn {
  color: #d35400;
}
.cid-sFz7P9S64g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFz7P9S64g .mbr-section-title {
  color: #06182d;
}
.cid-sFz7P9S64g .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #1e824c;
  background: linear-gradient(#1e824c 0%, #1e824c 69%, #1e824c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sFz7P9S64g .mbr-section-subtitle {
  color: #06182d;
}
.cid-sFz7P9S64g .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sFz7P9S64g .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sFz7P9S64g .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-sFz7P9S64g .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-sFz7P9S64g .card .card-wrapper {
  height: 100%;
}
.cid-sFz7P9S64g .card .card-wrapper .card-img {
  position: relative;
}
.cid-sFz7P9S64g .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sFz7P9S64g .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sFz7P9S64g .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sFz7P9S64g .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sFz7P9S64g .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sFz7P9S64g .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sFz7P9S64g .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-sFz7P9S64g .card .card-wrapper .card-box .card-title {
  color: #1e824c;
}
.cid-sFooIUhC1V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFooIUhC1V .mbr-section-title {
  color: #06182d;
}
.cid-sFooIUhC1V .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sFooIUhC1V .mbr-section-subtitle {
  color: #06182d;
}
.cid-sFooIUhC1V .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sFooIUhC1V .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sFooIUhC1V .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-sFooIUhC1V .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-sFooIUhC1V .card .card-wrapper {
  height: 100%;
}
.cid-sFooIUhC1V .card .card-wrapper .card-img {
  position: relative;
}
.cid-sFooIUhC1V .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sFooIUhC1V .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sFooIUhC1V .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sFooIUhC1V .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sFooIUhC1V .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sFooIUhC1V .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sFooIUhC1V .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-sFooIUhC1V .card .card-wrapper .card-box .card-title {
  color: #1e824c;
}
.cid-sFzpPyaaR0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFzpPyaaR0 .mbr-section-title {
  color: #06182d;
}
.cid-sFzpPyaaR0 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sFzpPyaaR0 .mbr-section-subtitle {
  color: #06182d;
}
.cid-sFzpPyaaR0 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sFzpPyaaR0 .card:nth-child(even) {
  margin-top: 70px;
}
.cid-sFzpPyaaR0 .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-sFzpPyaaR0 .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-sFzpPyaaR0 .card .card-wrapper {
  height: 100%;
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-img {
  position: relative;
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-sFzpPyaaR0 .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-sFzpPyaaR0 .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-sFzpPyaaR0 .card .card-wrapper .card-box .card-title {
  color: #1e824c;
}
.cid-sFox9HKVh0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFox9HKVh0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFox9HKVh0 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFox9HKVh0 h3 {
  margin: 0;
}
.cid-sFox9HKVh0 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFox9HKVh0 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFox9HKVh0 .text-wrap {
  width: 100%;
}
.cid-sFox9HKVh0 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFox9HKVh0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFox9HKVh0 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFox9HKVh0 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sFox9HKVh0 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFox9HKVh0 .jq-selectbox__dropdown,
.cid-sFox9HKVh0 ul {
  border-radius: 20px!important;
}
.cid-sFox9HKVh0 .jq-selectbox {
  border-radius: 30px;
}
.cid-sFox9HKVh0 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFox9HKVh0 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFox9HKVh0 input,
.cid-sFox9HKVh0 textarea,
.cid-sFox9HKVh0 .select {
  border-radius: 30px;
}
.cid-sFox9HKVh0 input,
.cid-sFox9HKVh0 textarea {
  padding: 1rem 2rem;
}
.cid-sFox9HKVh0 textarea {
  min-height: 10rem;
}
.cid-sFox9HKVh0 .form-control,
.cid-sFox9HKVh0 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFox9HKVh0 .form-control::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input::-webkit-input-placeholder,
.cid-sFox9HKVh0 .form-control::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFox9HKVh0 .form-control:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:-moz-placeholder,
.cid-sFox9HKVh0 .form-control:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFox9HKVh0 .form-control:hover,
.cid-sFox9HKVh0 .field-input:hover,
.cid-sFox9HKVh0 .form-control:focus,
.cid-sFox9HKVh0 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFox9HKVh0 .form-control:hover::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input:hover::-webkit-input-placeholder,
.cid-sFox9HKVh0 .form-control:focus::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input:focus::-webkit-input-placeholder,
.cid-sFox9HKVh0 .form-control:hover::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input:hover::-webkit-input-placeholder,
.cid-sFox9HKVh0 .form-control:focus::-webkit-input-placeholder,
.cid-sFox9HKVh0 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFox9HKVh0 .form-control:hover:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:hover:-moz-placeholder,
.cid-sFox9HKVh0 .form-control:focus:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:focus:-moz-placeholder,
.cid-sFox9HKVh0 .form-control:hover:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:hover:-moz-placeholder,
.cid-sFox9HKVh0 .form-control:focus:-moz-placeholder,
.cid-sFox9HKVh0 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFox9HKVh0 .jq-number__spin:hover,
.cid-sFox9HKVh0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFox9HKVh0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFox9HKVh0 .jq-selectbox li,
.cid-sFox9HKVh0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFox9HKVh0 .jq-selectbox li:hover,
.cid-sFox9HKVh0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFox9HKVh0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFox9HKVh0 .jq-number__spin.minus:hover:after,
.cid-sFox9HKVh0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFox9HKVh0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFox9HKVh0 .jq-number__spin.minus:after,
.cid-sFox9HKVh0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFox9HKVh0 input::-webkit-clear-button {
  display: none;
}
.cid-sFox9HKVh0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFox9HKVh0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFox9HKVh0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFox9HKVh0 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFox9HKVh0 .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFox9HKVh0 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFox9HKVh0 .title1 {
  margin: 0;
}
.cid-sFox9HKVh0 .align-wrap {
  display: block;
}
.cid-sFox9HKVh0 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFox9HKVh0 form {
    padding: 0;
  }
  .cid-sFox9HKVh0 .socicon-wrap {
    margin: auto;
  }
}
.cid-sFox9HKVh0 .title {
  color: #1e824c;
}
.cid-sFox9HKVh0 .icon-title,
.cid-sFox9HKVh0 .align-wrap {
  color: #1e824c;
}
.cid-sFox9HKVh0 .title1,
.cid-sFox9HKVh0 .title-col {
  color: #1e824c;
}
.cid-sEmld7N2Ci {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEmleMCoYx {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/it-services-5-348x145.jpg");
}
.cid-sEmleMCoYx .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEmleMCoYx .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEmleMCoYx .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEmleMCoYx .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEmleMCoYx .container {
  max-width: 1600px;
}
.cid-sEmleMCoYx .mbr-bold,
.cid-sEmleMCoYx b {
  font-weight: 900;
}
.cid-sEmleMCoYx .btn {
  color: white !important;
}
.cid-sEmleMCoYx svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEmleMCoYx svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEmleMCoYx svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEmleMCoYx svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEmleMCoYx svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEmleMCoYx .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEmleMCoYx H1 {
  color: #ffffff;
}
.cid-sEmleMCoYx .mbr-text,
.cid-sEmleMCoYx .mbr-section-btn {
  color: #d35400;
}
.cid-u1B9dHPHXu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1B9dHPHXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1B9dHPHXu .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-u1B9dHPHXu .container {
    padding: 0 15px;
  }
}
.cid-u1B9dHPHXu .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1B9dHPHXu .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1B9dHPHXu .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u1B9dHPHXu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u1B9dHPHXu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1B9dHPHXu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1B9dHPHXu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1B9dHPHXu .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1B9dHPHXu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u1B9dHPHXu .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u1B9dHPHXu .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u1B9dHPHXu .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u1B9dHPHXu .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u1B9dHPHXu .mbr-section-title {
  color: #ffffff;
}
.cid-u1B9dHPHXu .mbr-section-subtitle {
  color: #1e824c;
}
.cid-u1B9dHPHXu .mbr-text {
  color: #000000;
}
.cid-u1B9dHPHXu .mbr-section-title,
.cid-u1B9dHPHXu .mbr-section-btn {
  color: #1e824c;
}
.cid-sFzQ6x2cZ6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFzQ6x2cZ6 .mbr-text,
.cid-sFzQ6x2cZ6 .mbr-section-btn {
  color: #000000;
}
.cid-sFzQ6x2cZ6 .mbr-section-title {
  color: #1e824c;
}
.cid-sFzQZHxEjT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFzQZHxEjT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFzQZHxEjT img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFzQZHxEjT h3 {
  margin: 0;
}
.cid-sFzQZHxEjT .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFzQZHxEjT .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFzQZHxEjT .text-wrap {
  width: 100%;
}
.cid-sFzQZHxEjT .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFzQZHxEjT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFzQZHxEjT .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #1e824c;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #1e824c;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFzQZHxEjT .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #1e824c !important;
  border: 2px solid #1e824c;
}
.cid-sFzQZHxEjT .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFzQZHxEjT .jq-selectbox__dropdown,
.cid-sFzQZHxEjT ul {
  border-radius: 20px!important;
}
.cid-sFzQZHxEjT .jq-selectbox {
  border-radius: 30px;
}
.cid-sFzQZHxEjT .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFzQZHxEjT .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFzQZHxEjT input,
.cid-sFzQZHxEjT textarea,
.cid-sFzQZHxEjT .select {
  border-radius: 30px;
}
.cid-sFzQZHxEjT input,
.cid-sFzQZHxEjT textarea {
  padding: 1rem 2rem;
}
.cid-sFzQZHxEjT textarea {
  min-height: 10rem;
}
.cid-sFzQZHxEjT .form-control,
.cid-sFzQZHxEjT .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFzQZHxEjT .form-control::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input::-webkit-input-placeholder,
.cid-sFzQZHxEjT .form-control::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFzQZHxEjT .form-control:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:-moz-placeholder,
.cid-sFzQZHxEjT .form-control:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFzQZHxEjT .form-control:hover,
.cid-sFzQZHxEjT .field-input:hover,
.cid-sFzQZHxEjT .form-control:focus,
.cid-sFzQZHxEjT .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFzQZHxEjT .form-control:hover::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input:hover::-webkit-input-placeholder,
.cid-sFzQZHxEjT .form-control:focus::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input:focus::-webkit-input-placeholder,
.cid-sFzQZHxEjT .form-control:hover::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input:hover::-webkit-input-placeholder,
.cid-sFzQZHxEjT .form-control:focus::-webkit-input-placeholder,
.cid-sFzQZHxEjT .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFzQZHxEjT .form-control:hover:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:hover:-moz-placeholder,
.cid-sFzQZHxEjT .form-control:focus:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:focus:-moz-placeholder,
.cid-sFzQZHxEjT .form-control:hover:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:hover:-moz-placeholder,
.cid-sFzQZHxEjT .form-control:focus:-moz-placeholder,
.cid-sFzQZHxEjT .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFzQZHxEjT .jq-number__spin:hover,
.cid-sFzQZHxEjT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFzQZHxEjT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFzQZHxEjT .jq-selectbox li,
.cid-sFzQZHxEjT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFzQZHxEjT .jq-selectbox li:hover,
.cid-sFzQZHxEjT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFzQZHxEjT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFzQZHxEjT .jq-number__spin.minus:hover:after,
.cid-sFzQZHxEjT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFzQZHxEjT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFzQZHxEjT .jq-number__spin.minus:after,
.cid-sFzQZHxEjT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFzQZHxEjT input::-webkit-clear-button {
  display: none;
}
.cid-sFzQZHxEjT input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFzQZHxEjT input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFzQZHxEjT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFzQZHxEjT .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFzQZHxEjT .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFzQZHxEjT .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFzQZHxEjT .title1 {
  margin: 0;
}
.cid-sFzQZHxEjT .align-wrap {
  display: block;
}
.cid-sFzQZHxEjT .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFzQZHxEjT form {
    padding: 0;
  }
  .cid-sFzQZHxEjT .socicon-wrap {
    margin: auto;
  }
}
.cid-sFzQZHxEjT .title {
  color: #1e824c;
}
.cid-sFzQZHxEjT .icon-title,
.cid-sFzQZHxEjT .align-wrap {
  color: #1e824c;
}
.cid-sFzQZHxEjT .title1,
.cid-sFzQZHxEjT .title-col {
  color: #1e824c;
}
.cid-sEmleSQ3r4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFiTf7Ae6F {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/social-media-pictures-n023p9cxfzvcdrz1-1920x1281.jpg");
}
.cid-sFiTf7Ae6F .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sFiTf7Ae6F .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sFiTf7Ae6F .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sFiTf7Ae6F .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sFiTf7Ae6F .container {
  max-width: 1600px;
}
.cid-sFiTf7Ae6F .mbr-bold,
.cid-sFiTf7Ae6F b {
  font-weight: 900;
}
.cid-sFiTf7Ae6F .btn {
  color: white !important;
}
.cid-sFiTf7Ae6F svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sFiTf7Ae6F svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sFiTf7Ae6F svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sFiTf7Ae6F svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sFiTf7Ae6F svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sFiTf7Ae6F .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sFiTf7Ae6F H1 {
  color: #ffffff;
}
.cid-sFiTf7Ae6F .mbr-text,
.cid-sFiTf7Ae6F .mbr-section-btn {
  color: #d35400;
}
.cid-sNcV88Vfou {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sNcV88Vfou .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sNcV88Vfou input,
.cid-sNcV88Vfou textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sNcV88Vfou img {
  width: 90%;
  border-radius: 8px;
}
.cid-sNcV88Vfou .title {
  margin-bottom: 1rem;
}
.cid-sNcV88Vfou p {
  line-height: 1.6;
}
.cid-sNcV88Vfou .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-sNcV88Vfou textarea {
  min-height: 160px;
}
.cid-sNcV88Vfou .form-control,
.cid-sNcV88Vfou .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sNcV88Vfou .form-control:hover,
.cid-sNcV88Vfou .field-input:hover,
.cid-sNcV88Vfou .form-control:focus,
.cid-sNcV88Vfou .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sNcV88Vfou input::-webkit-input-placeholder,
.cid-sNcV88Vfou textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sNcV88Vfou input:-moz-placeholder,
.cid-sNcV88Vfou textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sNcV88Vfou .jq-selectbox li,
.cid-sNcV88Vfou .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sNcV88Vfou .jq-selectbox li:hover,
.cid-sNcV88Vfou .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sNcV88Vfou .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sNcV88Vfou .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sNcV88Vfou H5 {
  color: #1e824c;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sNcV88Vfou img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sNcV88Vfou .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sNcV88Vfou H2 {
  color: #1e824c;
}
.cid-sNcV88Vfou H3 {
  color: #1e824c;
}
.cid-sNcV88Vfou .mbr-text {
  color: #000000;
}
.cid-sNcV88Vfou .mbr-section-subtitle {
  color: #000000;
}
.cid-sFAjjngofQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sFAjjngofQ .main {
  height: 480px;
}
.cid-sFAjjngofQ .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sFAjjngofQ .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sFAjjngofQ .map {
    height: auto;
  }
}
.cid-sFAjjngofQ .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sFAjjngofQ .block__content1,
.cid-sFAjjngofQ .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sFAjjngofQ .block__content1 {
  background-color: #ffffff;
}
.cid-sFAjjngofQ .block__content2 {
  background-color: #ffffff;
}
.cid-sFAjjngofQ .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAjjngofQ .content__title,
.cid-sFAjjngofQ .title__address {
  margin-bottom: 20px;
}
.cid-sFAjjngofQ .content__span,
.cid-sFAjjngofQ .content__span2 {
  color: #6a696c;
}
.cid-sFAjjngofQ .content__phone {
  margin-bottom: 25px;
  color: #17161a;
}
.cid-sFAjjngofQ .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sFAjjngofQ .main {
    height: auto;
  }
  .cid-sFAjjngofQ .block__content1,
  .cid-sFAjjngofQ .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sFAjjngofQ .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sFAjjngofQ .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sFAjjngofQ .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sFAjjngofQ .wrap__content {
    flex-direction: column;
  }
}
.cid-sFAjjngofQ .content__span {
  color: #17161a;
}
.cid-sFAjjngofQ .content__title {
  color: #1e824c;
}
.cid-sFAjjngofQ .text__address {
  color: #17161a;
}
.cid-sFAjjngofQ .title__address {
  color: #1e824c;
}
.cid-sFAjjngofQ .content__span2 {
  color: #1e824c;
}
.cid-sFF7nYUHkg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFF7nYUHkg .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sFF7nYUHkg .col-lg-4,
.cid-sFF7nYUHkg .col-12 {
  padding: 0 2rem;
}
.cid-sFF7nYUHkg .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sFF7nYUHkg .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sFF7nYUHkg .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFF7nYUHkg .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sFF7nYUHkg .card-title,
.cid-sFF7nYUHkg .iconfont-wrapper {
  color: #1e824c;
  text-align: center;
}
.cid-sFF7nYUHkg .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sFF7nYUHkg .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sFF7nYUHkg .mbr-section-title {
  color: #1e824c;
}
.cid-sFFgC1XD64 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFFgC1XD64 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sFFgC1XD64 .col-lg-4,
.cid-sFFgC1XD64 .col-12 {
  padding: 0 2rem;
}
.cid-sFFgC1XD64 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sFFgC1XD64 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sFFgC1XD64 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFFgC1XD64 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sFFgC1XD64 .card-title,
.cid-sFFgC1XD64 .iconfont-wrapper {
  color: #1e824c;
  text-align: center;
}
.cid-sFFgC1XD64 .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sFFgC1XD64 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sFFgC1XD64 .mbr-section-title {
  color: #36187d;
}
.cid-sFFhua048t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFFhua048t .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sFFhua048t .col-lg-4,
.cid-sFFhua048t .col-12 {
  padding: 0 2rem;
}
.cid-sFFhua048t .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sFFhua048t .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sFFhua048t .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFFhua048t .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sFFhua048t .card-title,
.cid-sFFhua048t .iconfont-wrapper {
  color: #1e824c;
  text-align: center;
}
.cid-sFFhua048t .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sFFhua048t .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sFFhua048t .mbr-section-title {
  color: #36187d;
}
.cid-sFAirmSyIl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFAirmSyIl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFAirmSyIl img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFAirmSyIl h3 {
  margin: 0;
}
.cid-sFAirmSyIl .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFAirmSyIl .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFAirmSyIl .text-wrap {
  width: 100%;
}
.cid-sFAirmSyIl .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFAirmSyIl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFAirmSyIl .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #1e824c;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #1e824c;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFAirmSyIl .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #1e824c !important;
  border: 2px solid #1e824c;
}
.cid-sFAirmSyIl .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFAirmSyIl .jq-selectbox__dropdown,
.cid-sFAirmSyIl ul {
  border-radius: 20px!important;
}
.cid-sFAirmSyIl .jq-selectbox {
  border-radius: 30px;
}
.cid-sFAirmSyIl .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFAirmSyIl .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFAirmSyIl input,
.cid-sFAirmSyIl textarea,
.cid-sFAirmSyIl .select {
  border-radius: 30px;
}
.cid-sFAirmSyIl input,
.cid-sFAirmSyIl textarea {
  padding: 1rem 2rem;
}
.cid-sFAirmSyIl textarea {
  min-height: 10rem;
}
.cid-sFAirmSyIl .form-control,
.cid-sFAirmSyIl .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFAirmSyIl .form-control::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input::-webkit-input-placeholder,
.cid-sFAirmSyIl .form-control::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFAirmSyIl .form-control:-moz-placeholder,
.cid-sFAirmSyIl .field-input:-moz-placeholder,
.cid-sFAirmSyIl .form-control:-moz-placeholder,
.cid-sFAirmSyIl .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFAirmSyIl .form-control:hover,
.cid-sFAirmSyIl .field-input:hover,
.cid-sFAirmSyIl .form-control:focus,
.cid-sFAirmSyIl .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFAirmSyIl .form-control:hover::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input:hover::-webkit-input-placeholder,
.cid-sFAirmSyIl .form-control:focus::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input:focus::-webkit-input-placeholder,
.cid-sFAirmSyIl .form-control:hover::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input:hover::-webkit-input-placeholder,
.cid-sFAirmSyIl .form-control:focus::-webkit-input-placeholder,
.cid-sFAirmSyIl .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFAirmSyIl .form-control:hover:-moz-placeholder,
.cid-sFAirmSyIl .field-input:hover:-moz-placeholder,
.cid-sFAirmSyIl .form-control:focus:-moz-placeholder,
.cid-sFAirmSyIl .field-input:focus:-moz-placeholder,
.cid-sFAirmSyIl .form-control:hover:-moz-placeholder,
.cid-sFAirmSyIl .field-input:hover:-moz-placeholder,
.cid-sFAirmSyIl .form-control:focus:-moz-placeholder,
.cid-sFAirmSyIl .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFAirmSyIl .jq-number__spin:hover,
.cid-sFAirmSyIl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFAirmSyIl .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFAirmSyIl .jq-selectbox li,
.cid-sFAirmSyIl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFAirmSyIl .jq-selectbox li:hover,
.cid-sFAirmSyIl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFAirmSyIl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFAirmSyIl .jq-number__spin.minus:hover:after,
.cid-sFAirmSyIl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFAirmSyIl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFAirmSyIl .jq-number__spin.minus:after,
.cid-sFAirmSyIl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFAirmSyIl input::-webkit-clear-button {
  display: none;
}
.cid-sFAirmSyIl input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFAirmSyIl input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFAirmSyIl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFAirmSyIl .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFAirmSyIl .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFAirmSyIl .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFAirmSyIl .title1 {
  margin: 0;
}
.cid-sFAirmSyIl .align-wrap {
  display: block;
}
.cid-sFAirmSyIl .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFAirmSyIl form {
    padding: 0;
  }
  .cid-sFAirmSyIl .socicon-wrap {
    margin: auto;
  }
}
.cid-sFAirmSyIl .title {
  color: #1e824c;
}
.cid-sFAirmSyIl .icon-title,
.cid-sFAirmSyIl .align-wrap {
  color: #1e824c;
}
.cid-sFAirmSyIl .title1,
.cid-sFAirmSyIl .title-col {
  color: #1e824c;
}
.cid-sFiTfiwHGz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFFvpq9Usc {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1211.jpg");
}
.cid-sFFvpq9Usc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sFFvpq9Usc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sFFvpq9Usc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sFFvpq9Usc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sFFvpq9Usc .container {
  max-width: 1600px;
}
.cid-sFFvpq9Usc .mbr-bold,
.cid-sFFvpq9Usc b {
  font-weight: 900;
}
.cid-sFFvpq9Usc .btn {
  color: white !important;
}
.cid-sFFvpq9Usc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sFFvpq9Usc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sFFvpq9Usc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sFFvpq9Usc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sFFvpq9Usc svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sFFvpq9Usc .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sFFvpq9Usc H1 {
  color: #ffffff;
}
.cid-sFFvpq9Usc .mbr-text,
.cid-sFFvpq9Usc .mbr-section-btn {
  color: #fb7522;
  text-align: right;
}
.cid-sFRgAMiKgQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFRgAMiKgQ H1 {
  color: #1e824c;
}
.cid-sFRgAMiKgQ h1 {
  background: linear-gradient(to left, #181818, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sFRgAMiKgQ img {
  width: 100%;
}
.cid-sFRgAMiKgQ .mbr-text,
.cid-sFRgAMiKgQ .mbr-section-btn {
  color: #000000;
}
.cid-sFRlauT5sq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFRlauT5sq .mbr-text,
.cid-sFRlauT5sq .mbr-section-btn {
  color: #333333;
}
.cid-sFRlauT5sq H1 {
  color: #1e824c;
}
.cid-sFR17M11Lf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFR17M11Lf .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sFR17M11Lf .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #879a9f;
}
.cid-sFR17M11Lf .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-sFR17M11Lf .row:last-child {
  margin-bottom: 0;
}
.cid-sFR17M11Lf .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-sFR17M11Lf .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-sFR17M11Lf img {
  width: 100%;
  border-radius: 50%;
}
.cid-sFR17M11Lf .mbr-section-title {
  color: #45b3df;
}
.cid-sFR17M11Lf .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sFR17M11Lf .imageContainer {
  display: flex;
  align-items: center;
}
.cid-sFR17M11Lf .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-sFR17M11Lf .img-wrapper,
.cid-sFR17M11Lf .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #879a9f;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-sFR17M11Lf .content-row:hover .img-wrapper,
.cid-sFR17M11Lf .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-sFR17M11Lf .tlv__pointer,
.cid-sFR17M11Lf .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #879a9f;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-sFR17M11Lf .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-sFR17M11Lf .tlv__pointer::before,
.cid-sFR17M11Lf .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #879a9f;
}
.cid-sFR17M11Lf .tlv__pointer-2::before {
  left: -50px;
}
.cid-sFR17M11Lf .tlv__pointer::after,
.cid-sFR17M11Lf .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #879a9f;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-sFR17M11Lf .tlv__item-first,
.cid-sFR17M11Lf .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #879a9f;
  transform: rotate(45deg);
}
.cid-sFR17M11Lf .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-sFR17M11Lf {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sFR17M11Lf .img-wrapper,
  .cid-sFR17M11Lf .img-wrapper-2 {
    display: none;
  }
  .cid-sFR17M11Lf .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFR17M11Lf .row {
    margin-bottom: 2rem;
  }
  .cid-sFR17M11Lf .row:last-child {
    margin-bottom: 0;
  }
  .cid-sFR17M11Lf .imageContainer,
  .cid-sFR17M11Lf .imageContainer-2 {
    justify-content: center;
  }
  .cid-sFR17M11Lf .right-wrapper,
  .cid-sFR17M11Lf .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-sFR17M11Lf .tlv__pointer::before,
  .cid-sFR17M11Lf .tlv__pointer-2::before {
    content: none;
  }
  .cid-sFR17M11Lf .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-sFR17M11Lf .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-sFR17M11Lf .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-sFR17M11Lf .tlv__item-first,
  .cid-sFR17M11Lf .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-sFR17M11Lf .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-sFR17M11Lf .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-sFR17M11Lf .img-wrapper {
    margin-left: 43px;
  }
  .cid-sFR17M11Lf .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-sFR17M11Lf .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-sFR17M11Lf .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-sFR17M11Lf .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sFR17M11Lf .content-row .mbr-section-title {
  color: #1e824c;
}
.cid-sFR17M11Lf .content-row-2 .mbr-section-title {
  color: #1e824c;
}
.cid-sVqMQ9aWw9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sVqMQ9aWw9 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sVqMQ9aWw9 .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #879a9f;
}
.cid-sVqMQ9aWw9 .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-sVqMQ9aWw9 .row:last-child {
  margin-bottom: 0;
}
.cid-sVqMQ9aWw9 .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-sVqMQ9aWw9 .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-sVqMQ9aWw9 img {
  width: 100%;
  border-radius: 50%;
}
.cid-sVqMQ9aWw9 .mbr-section-title {
  color: #45b3df;
}
.cid-sVqMQ9aWw9 .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sVqMQ9aWw9 .imageContainer {
  display: flex;
  align-items: center;
}
.cid-sVqMQ9aWw9 .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-sVqMQ9aWw9 .img-wrapper,
.cid-sVqMQ9aWw9 .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #879a9f;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-sVqMQ9aWw9 .content-row:hover .img-wrapper,
.cid-sVqMQ9aWw9 .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-sVqMQ9aWw9 .tlv__pointer,
.cid-sVqMQ9aWw9 .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #879a9f;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-sVqMQ9aWw9 .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-sVqMQ9aWw9 .tlv__pointer::before,
.cid-sVqMQ9aWw9 .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #879a9f;
}
.cid-sVqMQ9aWw9 .tlv__pointer-2::before {
  left: -50px;
}
.cid-sVqMQ9aWw9 .tlv__pointer::after,
.cid-sVqMQ9aWw9 .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #879a9f;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-sVqMQ9aWw9 .tlv__item-first,
.cid-sVqMQ9aWw9 .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #879a9f;
  transform: rotate(45deg);
}
.cid-sVqMQ9aWw9 .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-sVqMQ9aWw9 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sVqMQ9aWw9 .img-wrapper,
  .cid-sVqMQ9aWw9 .img-wrapper-2 {
    display: none;
  }
  .cid-sVqMQ9aWw9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sVqMQ9aWw9 .row {
    margin-bottom: 2rem;
  }
  .cid-sVqMQ9aWw9 .row:last-child {
    margin-bottom: 0;
  }
  .cid-sVqMQ9aWw9 .imageContainer,
  .cid-sVqMQ9aWw9 .imageContainer-2 {
    justify-content: center;
  }
  .cid-sVqMQ9aWw9 .right-wrapper,
  .cid-sVqMQ9aWw9 .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-sVqMQ9aWw9 .tlv__pointer::before,
  .cid-sVqMQ9aWw9 .tlv__pointer-2::before {
    content: none;
  }
  .cid-sVqMQ9aWw9 .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-sVqMQ9aWw9 .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-sVqMQ9aWw9 .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-sVqMQ9aWw9 .tlv__item-first,
  .cid-sVqMQ9aWw9 .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-sVqMQ9aWw9 .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-sVqMQ9aWw9 .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-sVqMQ9aWw9 .img-wrapper {
    margin-left: 43px;
  }
  .cid-sVqMQ9aWw9 .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-sVqMQ9aWw9 .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-sVqMQ9aWw9 .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-sVqMQ9aWw9 .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sVqMQ9aWw9 .content-row .mbr-section-title {
  color: #1e824c;
}
.cid-sJxcYWJlcp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJxcYWJlcp .mbr-text,
.cid-sJxcYWJlcp .mbr-section-btn {
  color: #333333;
}
.cid-sJxcYWJlcp H1 {
  color: #fb7522;
}
.cid-sGfbXEGkGe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGfbXEGkGe .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sGfbXEGkGe .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #879a9f;
}
.cid-sGfbXEGkGe .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-sGfbXEGkGe .row:last-child {
  margin-bottom: 0;
}
.cid-sGfbXEGkGe .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-sGfbXEGkGe .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-sGfbXEGkGe img {
  width: 100%;
  border-radius: 50%;
}
.cid-sGfbXEGkGe .mbr-section-title {
  color: #45b3df;
}
.cid-sGfbXEGkGe .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sGfbXEGkGe .imageContainer {
  display: flex;
  align-items: center;
}
.cid-sGfbXEGkGe .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-sGfbXEGkGe .img-wrapper,
.cid-sGfbXEGkGe .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #879a9f;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-sGfbXEGkGe .content-row:hover .img-wrapper,
.cid-sGfbXEGkGe .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-sGfbXEGkGe .tlv__pointer,
.cid-sGfbXEGkGe .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #879a9f;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-sGfbXEGkGe .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-sGfbXEGkGe .tlv__pointer::before,
.cid-sGfbXEGkGe .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #879a9f;
}
.cid-sGfbXEGkGe .tlv__pointer-2::before {
  left: -50px;
}
.cid-sGfbXEGkGe .tlv__pointer::after,
.cid-sGfbXEGkGe .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #879a9f;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-sGfbXEGkGe .tlv__item-first,
.cid-sGfbXEGkGe .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #879a9f;
  transform: rotate(45deg);
}
.cid-sGfbXEGkGe .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-sGfbXEGkGe {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sGfbXEGkGe .img-wrapper,
  .cid-sGfbXEGkGe .img-wrapper-2 {
    display: none;
  }
  .cid-sGfbXEGkGe .container-fluid {
    padding: 0 1rem;
  }
  .cid-sGfbXEGkGe .row {
    margin-bottom: 2rem;
  }
  .cid-sGfbXEGkGe .row:last-child {
    margin-bottom: 0;
  }
  .cid-sGfbXEGkGe .imageContainer,
  .cid-sGfbXEGkGe .imageContainer-2 {
    justify-content: center;
  }
  .cid-sGfbXEGkGe .right-wrapper,
  .cid-sGfbXEGkGe .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-sGfbXEGkGe .tlv__pointer::before,
  .cid-sGfbXEGkGe .tlv__pointer-2::before {
    content: none;
  }
  .cid-sGfbXEGkGe .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-sGfbXEGkGe .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-sGfbXEGkGe .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-sGfbXEGkGe .tlv__item-first,
  .cid-sGfbXEGkGe .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-sGfbXEGkGe .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-sGfbXEGkGe .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-sGfbXEGkGe .img-wrapper {
    margin-left: 43px;
  }
  .cid-sGfbXEGkGe .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-sGfbXEGkGe .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-sGfbXEGkGe .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-sGfbXEGkGe .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sGfbXEGkGe .content-row .mbr-section-title {
  color: #1e824c;
}
.cid-sGfbXEGkGe .content-row-2 .mbr-section-title {
  color: #1e824c;
}
.cid-sFWnCqmU64 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFWnCqmU64 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFWnCqmU64 .select {
  z-index: 999;
}
.cid-sFWnCqmU64 img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sFWnCqmU64 .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sFWnCqmU64 .mbr-form {
    max-width: 500px;
  }
}
.cid-sFWnCqmU64 .col-auto {
  width: 100%;
  margin: auto;
}
.cid-sFWnCqmU64 .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-sFWnCqmU64 .img-col {
  padding: 0;
}
.cid-sFWnCqmU64 form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sFWnCqmU64 .jq-selectbox__dropdown,
.cid-sFWnCqmU64 ul {
  border-radius: 20px !important;
}
.cid-sFWnCqmU64 .jq-selectbox {
  border-radius: 30px;
}
.cid-sFWnCqmU64 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFWnCqmU64 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFWnCqmU64 input,
.cid-sFWnCqmU64 textarea,
.cid-sFWnCqmU64 .select {
  border-radius: 30px;
}
.cid-sFWnCqmU64 input,
.cid-sFWnCqmU64 textarea {
  padding: 2rem 3rem;
}
.cid-sFWnCqmU64 textarea {
  min-height: 10rem;
}
.cid-sFWnCqmU64 .form-control,
.cid-sFWnCqmU64 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFWnCqmU64 .form-control::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input::-webkit-input-placeholder,
.cid-sFWnCqmU64 .form-control::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFWnCqmU64 .form-control:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:-moz-placeholder,
.cid-sFWnCqmU64 .form-control:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFWnCqmU64 .form-control:hover,
.cid-sFWnCqmU64 .field-input:hover,
.cid-sFWnCqmU64 .form-control:focus,
.cid-sFWnCqmU64 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFWnCqmU64 .form-control:hover::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input:hover::-webkit-input-placeholder,
.cid-sFWnCqmU64 .form-control:focus::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input:focus::-webkit-input-placeholder,
.cid-sFWnCqmU64 .form-control:hover::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input:hover::-webkit-input-placeholder,
.cid-sFWnCqmU64 .form-control:focus::-webkit-input-placeholder,
.cid-sFWnCqmU64 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFWnCqmU64 .form-control:hover:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:hover:-moz-placeholder,
.cid-sFWnCqmU64 .form-control:focus:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:focus:-moz-placeholder,
.cid-sFWnCqmU64 .form-control:hover:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:hover:-moz-placeholder,
.cid-sFWnCqmU64 .form-control:focus:-moz-placeholder,
.cid-sFWnCqmU64 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFWnCqmU64 .jq-number__spin:hover,
.cid-sFWnCqmU64 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sFWnCqmU64 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFWnCqmU64 .jq-selectbox li,
.cid-sFWnCqmU64 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFWnCqmU64 .jq-selectbox li:hover,
.cid-sFWnCqmU64 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFWnCqmU64 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFWnCqmU64 .jq-number__spin.minus:hover:after,
.cid-sFWnCqmU64 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFWnCqmU64 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFWnCqmU64 .jq-number__spin.minus:after,
.cid-sFWnCqmU64 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFWnCqmU64 input::-webkit-clear-button {
  display: none;
}
.cid-sFWnCqmU64 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFWnCqmU64 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFWnCqmU64 input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sFWnCqmU64 .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-sFWnCqmU64 img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFWnCqmU64 form {
    padding: 2rem 1rem;
  }
  .cid-sFWnCqmU64 .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sFWnCqmU64 .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sFWnCqmU64 img {
    height: 260px;
    width: 260px;
  }
}
.cid-sFWnCqmU64 H4 {
  color: #1e824c;
}
.cid-sFFvpuqp25 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFFvpuqp25 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sFFvpuqp25 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sFFvpuqp25 h3 {
  margin: 0;
}
.cid-sFFvpuqp25 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sFFvpuqp25 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sFFvpuqp25 .text-wrap {
  width: 100%;
}
.cid-sFFvpuqp25 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sFFvpuqp25 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sFFvpuqp25 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #1e824c;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #1e824c;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sFFvpuqp25 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #1e824c !important;
  border: 2px solid #1e824c;
}
.cid-sFFvpuqp25 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sFFvpuqp25 .jq-selectbox__dropdown,
.cid-sFFvpuqp25 ul {
  border-radius: 20px!important;
}
.cid-sFFvpuqp25 .jq-selectbox {
  border-radius: 30px;
}
.cid-sFFvpuqp25 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sFFvpuqp25 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sFFvpuqp25 input,
.cid-sFFvpuqp25 textarea,
.cid-sFFvpuqp25 .select {
  border-radius: 30px;
}
.cid-sFFvpuqp25 input,
.cid-sFFvpuqp25 textarea {
  padding: 1rem 2rem;
}
.cid-sFFvpuqp25 textarea {
  min-height: 10rem;
}
.cid-sFFvpuqp25 .form-control,
.cid-sFFvpuqp25 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFFvpuqp25 .form-control::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input::-webkit-input-placeholder,
.cid-sFFvpuqp25 .form-control::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFFvpuqp25 .form-control:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:-moz-placeholder,
.cid-sFFvpuqp25 .form-control:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sFFvpuqp25 .form-control:hover,
.cid-sFFvpuqp25 .field-input:hover,
.cid-sFFvpuqp25 .form-control:focus,
.cid-sFFvpuqp25 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sFFvpuqp25 .form-control:hover::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input:hover::-webkit-input-placeholder,
.cid-sFFvpuqp25 .form-control:focus::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input:focus::-webkit-input-placeholder,
.cid-sFFvpuqp25 .form-control:hover::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input:hover::-webkit-input-placeholder,
.cid-sFFvpuqp25 .form-control:focus::-webkit-input-placeholder,
.cid-sFFvpuqp25 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sFFvpuqp25 .form-control:hover:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:hover:-moz-placeholder,
.cid-sFFvpuqp25 .form-control:focus:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:focus:-moz-placeholder,
.cid-sFFvpuqp25 .form-control:hover:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:hover:-moz-placeholder,
.cid-sFFvpuqp25 .form-control:focus:-moz-placeholder,
.cid-sFFvpuqp25 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sFFvpuqp25 .jq-number__spin:hover,
.cid-sFFvpuqp25 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sFFvpuqp25 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFFvpuqp25 .jq-selectbox li,
.cid-sFFvpuqp25 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFFvpuqp25 .jq-selectbox li:hover,
.cid-sFFvpuqp25 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFFvpuqp25 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sFFvpuqp25 .jq-number__spin.minus:hover:after,
.cid-sFFvpuqp25 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFFvpuqp25 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sFFvpuqp25 .jq-number__spin.minus:after,
.cid-sFFvpuqp25 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sFFvpuqp25 input::-webkit-clear-button {
  display: none;
}
.cid-sFFvpuqp25 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sFFvpuqp25 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sFFvpuqp25 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sFFvpuqp25 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sFFvpuqp25 .form-group {
  margin-bottom: 0.4rem;
}
.cid-sFFvpuqp25 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sFFvpuqp25 .title1 {
  margin: 0;
}
.cid-sFFvpuqp25 .align-wrap {
  display: block;
}
.cid-sFFvpuqp25 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sFFvpuqp25 form {
    padding: 0;
  }
  .cid-sFFvpuqp25 .socicon-wrap {
    margin: auto;
  }
}
.cid-sFFvpuqp25 .title {
  color: #1e824c;
}
.cid-sFFvpuqp25 .icon-title,
.cid-sFFvpuqp25 .align-wrap {
  color: #1e824c;
}
.cid-sFFvpuqp25 .title1,
.cid-sFFvpuqp25 .title-col {
  color: #1e824c;
}
.cid-sFFvpv5aQQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-u17ZiCMLPc .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u17ZiCMLPc .nav-item:focus,
.cid-u17ZiCMLPc .nav-link:focus {
  outline: none;
}
.cid-u17ZiCMLPc .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item:hover,
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item:active,
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u17ZiCMLPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u17ZiCMLPc .navbar-caption:hover {
  color: inherit !important;
}
.cid-u17ZiCMLPc .container {
  max-width: 1380px;
}
.cid-u17ZiCMLPc .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-u17ZiCMLPc .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-u17ZiCMLPc .nav-link:hover,
.cid-u17ZiCMLPc .nav-link:active,
.cid-u17ZiCMLPc .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-u17ZiCMLPc .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-u17ZiCMLPc .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u17ZiCMLPc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u17ZiCMLPc .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u17ZiCMLPc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u17ZiCMLPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u17ZiCMLPc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u17ZiCMLPc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u17ZiCMLPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u17ZiCMLPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u17ZiCMLPc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u17ZiCMLPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u17ZiCMLPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u17ZiCMLPc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u17ZiCMLPc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u17ZiCMLPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u17ZiCMLPc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u17ZiCMLPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u17ZiCMLPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u17ZiCMLPc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u17ZiCMLPc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u17ZiCMLPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u17ZiCMLPc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u17ZiCMLPc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u17ZiCMLPc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u17ZiCMLPc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u17ZiCMLPc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u17ZiCMLPc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u17ZiCMLPc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u17ZiCMLPc .icons-menu span {
  color: #fb7522 !important;
}
.cid-u17ZiCMLPc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u17ZiCMLPc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-u17ZiCMLPc .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u17ZiCMLPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u17ZiCMLPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u17ZiCMLPc .dropdown-item.active,
.cid-u17ZiCMLPc .dropdown-item:active {
  background-color: transparent;
}
.cid-u17ZiCMLPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u17ZiCMLPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u17ZiCMLPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u17ZiCMLPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u17ZiCMLPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u17ZiCMLPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u17ZiCMLPc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u17ZiCMLPc .navbar-buttons {
  text-align: center;
}
.cid-u17ZiCMLPc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u17ZiCMLPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-u17ZiCMLPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-u17ZiCMLPc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-u17ZiCMLPc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-u17ZiCMLPc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-u17ZiCMLPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-u17ZiCMLPc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-u17ZiCMLPc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-u17ZiCMLPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-u17ZiCMLPc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u17ZiCMLPc a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-u17ZiCMLPc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u17ZiCMLPc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-u17ZiCMLPc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u17ZiCMLPc .navbar {
    height: 77px;
  }
  .cid-u17ZiCMLPc .navbar.opened {
    height: auto;
  }
  .cid-u17ZiCMLPc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u17ZiDnoqi {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-u17ZiDnoqi .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-u17ZiDnoqi .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-u17ZiDnoqi .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-u17ZiDnoqi .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-u17ZiDnoqi .container {
  max-width: 1600px;
}
.cid-u17ZiDnoqi .mbr-bold,
.cid-u17ZiDnoqi b {
  font-weight: 900;
}
.cid-u17ZiDnoqi .btn {
  color: white !important;
}
.cid-u17ZiDnoqi svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-u17ZiDnoqi svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-u17ZiDnoqi svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-u17ZiDnoqi svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-u17ZiDnoqi svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-u17ZiDnoqi .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-u17ZiDnoqi H1 {
  color: #ffffff;
}
.cid-u17ZiDnoqi .mbr-text,
.cid-u17ZiDnoqi .mbr-section-btn {
  color: #fb7522;
  text-align: right;
}
.cid-u181S5QiTh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u181S5QiTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u181S5QiTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u181S5QiTh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .container {
    padding: 0 16px;
  }
}
.cid-u181S5QiTh .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .row {
    margin: 0 10px;
  }
}
.cid-u181S5QiTh .row .card {
  position: relative;
  padding: 0;
}
.cid-u181S5QiTh .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #1e824c;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u181S5QiTh .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u181S5QiTh .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e824c;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #1e824c;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u181S5QiTh .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .row .card .icon-decor {
    display: none;
  }
}
.cid-u181S5QiTh .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u181S5QiTh .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u181S5QiTh .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u181S5QiTh .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f5f9ff;
  overflow: hidden;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e824c;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u181S5QiTh .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u181S5QiTh .mbr-section-title {
  color: #fdfcfc;
}
.cid-u181S5QiTh .item-title {
  color: #192227;
}
.cid-u181S5QiTh .mbr-text {
  color: #000000;
}
.cid-u181S5QiTh .item-title,
.cid-u181S5QiTh .icon-wrapper {
  color: #1e824c;
}
.cid-u1oZRlcIJj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1oZRlcIJj .mbr-section-title {
  margin-top: 45px;
  margin-bottom: 0;
}
.cid-u1oZRlcIJj .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #1e824c;
}
.cid-u1oZRlcIJj .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1oZRlcIJj .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-u1oZRlcIJj .mbr-iconfont:nth-child(1) {
  color: #e93a7d;
}
.cid-u1oZRlcIJj .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-u1oZRlcIJj .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-u1oZRlcIJj .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-u1oZRlcIJj .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-u1oZRlcIJj .mbr-text {
    margin-top: 15px;
  }
  .cid-u1oZRlcIJj .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-u1oZRlcIJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1oZRlcIJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1p1mF1Fhz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1p1mF1Fhz h5,
.cid-u1p1mF1Fhz h4,
.cid-u1p1mF1Fhz p {
  margin-bottom: 0;
}
.cid-u1p1mF1Fhz p {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-u1p1mF1Fhz .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-u1p1mF1Fhz .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-u1p1mF1Fhz .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-u1p1mF1Fhz .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-u1p1mF1Fhz .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-u1p1mF1Fhz .card-wrapper {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-u1p1mF1Fhz .card-title,
.cid-u1p1mF1Fhz .main-title,
.cid-u1p1mF1Fhz .card-title-link {
  color: #57468b;
}
.cid-u1p1mF1Fhz .card-img {
  width: auto;
}
.cid-u1p1mF1Fhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1p1mF1Fhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1p5scvx6K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u1p5scvx6K .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1p5scvx6K .modal-body .close {
  background: #1b1b1b;
}
.cid-u1p5scvx6K .modal-body .close span {
  font-style: normal;
}
.cid-u1p5scvx6K .carousel-inner > .active,
.cid-u1p5scvx6K .carousel-inner > .next,
.cid-u1p5scvx6K .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-u1p5scvx6K .carousel-control .icon-next,
.cid-u1p5scvx6K .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u1p5scvx6K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1p5scvx6K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u1p5scvx6K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u1p5scvx6K .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u1p5scvx6K .boxed-slider > div {
  position: relative;
}
.cid-u1p5scvx6K .container img {
  width: 100%;
}
.cid-u1p5scvx6K .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u1p5scvx6K .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1p5scvx6K .mbr-table-cell {
  padding: 0;
}
.cid-u1p5scvx6K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u1p5scvx6K .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u1p5scvx6K .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-u1p5scvx6K .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1p5scvx6K .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u1p5scvx6K .carousel-item.active.right,
.cid-u1p5scvx6K .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u1p5scvx6K .carousel-item.active.left,
.cid-u1p5scvx6K .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u1p5scvx6K .carousel-item.active,
.cid-u1p5scvx6K .carousel-item.next.left,
.cid-u1p5scvx6K .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u1p5scvx6K .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-u1p5scvx6K .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1p5scvx6K .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1p5scvx6K .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u1p5scvx6K .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1p5scvx6K .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u1p5scvx6K .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-u1p5scvx6K .mbr-slider .carousel-indicators li.active,
.cid-u1p5scvx6K .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u1p5scvx6K .mbr-slider .carousel-indicators li::after,
.cid-u1p5scvx6K .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u1p5scvx6K .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u1p5scvx6K .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u1p5scvx6K .mbr-slider > .container img {
  width: 100%;
}
.cid-u1p5scvx6K .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u1p5scvx6K .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u1p5scvx6K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1p5scvx6K .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1p5scvx6K .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u1p5scvx6K .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u1p5scvx6K .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u1p5scvx6K .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u1p5scvx6K .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u1p5scvx6K .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1p5scvx6K .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u1p5scvx6K .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u1p5scvx6K .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u1p5scvx6K .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u1p5scvx6K .carousel-inner {
  height: 100%;
}
.cid-u1p5scvx6K .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u1p5scvx6K .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u1p5scvx6K .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-u1p5scvx6K .carousel-item .container-slide {
  text-align: center;
}
.cid-u1p5scvx6K .content-slider-wrap {
  width: 50%;
}
.cid-u17ZiHvPzJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u17ZiHvPzJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-u17ZiHvPzJ img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-u17ZiHvPzJ h3 {
  margin: 0;
}
.cid-u17ZiHvPzJ .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-u17ZiHvPzJ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-u17ZiHvPzJ .text-wrap {
  width: 100%;
}
.cid-u17ZiHvPzJ .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-u17ZiHvPzJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u17ZiHvPzJ .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #1e824c;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #1e824c;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-u17ZiHvPzJ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #1e824c !important;
  border: 2px solid #1e824c;
}
.cid-u17ZiHvPzJ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u17ZiHvPzJ .jq-selectbox__dropdown,
.cid-u17ZiHvPzJ ul {
  border-radius: 20px!important;
}
.cid-u17ZiHvPzJ .jq-selectbox {
  border-radius: 30px;
}
.cid-u17ZiHvPzJ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u17ZiHvPzJ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u17ZiHvPzJ input,
.cid-u17ZiHvPzJ textarea,
.cid-u17ZiHvPzJ .select {
  border-radius: 30px;
}
.cid-u17ZiHvPzJ input,
.cid-u17ZiHvPzJ textarea {
  padding: 1rem 2rem;
}
.cid-u17ZiHvPzJ textarea {
  min-height: 10rem;
}
.cid-u17ZiHvPzJ .form-control,
.cid-u17ZiHvPzJ .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u17ZiHvPzJ .form-control::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .form-control::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-u17ZiHvPzJ .form-control:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:-moz-placeholder,
.cid-u17ZiHvPzJ .form-control:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:-moz-placeholder {
  color: #383838;
}
.cid-u17ZiHvPzJ .form-control:hover,
.cid-u17ZiHvPzJ .field-input:hover,
.cid-u17ZiHvPzJ .form-control:focus,
.cid-u17ZiHvPzJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-u17ZiHvPzJ .form-control:hover::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input:hover::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .form-control:focus::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input:focus::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .form-control:hover::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input:hover::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .form-control:focus::-webkit-input-placeholder,
.cid-u17ZiHvPzJ .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-u17ZiHvPzJ .form-control:hover:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:hover:-moz-placeholder,
.cid-u17ZiHvPzJ .form-control:focus:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:focus:-moz-placeholder,
.cid-u17ZiHvPzJ .form-control:hover:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:hover:-moz-placeholder,
.cid-u17ZiHvPzJ .form-control:focus:-moz-placeholder,
.cid-u17ZiHvPzJ .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-u17ZiHvPzJ .jq-number__spin:hover,
.cid-u17ZiHvPzJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u17ZiHvPzJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u17ZiHvPzJ .jq-selectbox li,
.cid-u17ZiHvPzJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u17ZiHvPzJ .jq-selectbox li:hover,
.cid-u17ZiHvPzJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u17ZiHvPzJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u17ZiHvPzJ .jq-number__spin.minus:hover:after,
.cid-u17ZiHvPzJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u17ZiHvPzJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u17ZiHvPzJ .jq-number__spin.minus:after,
.cid-u17ZiHvPzJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u17ZiHvPzJ input::-webkit-clear-button {
  display: none;
}
.cid-u17ZiHvPzJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-u17ZiHvPzJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-u17ZiHvPzJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u17ZiHvPzJ .col-md-6 {
  margin-bottom: 2rem;
}
.cid-u17ZiHvPzJ .form-group {
  margin-bottom: 0.4rem;
}
.cid-u17ZiHvPzJ .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-u17ZiHvPzJ .title1 {
  margin: 0;
}
.cid-u17ZiHvPzJ .align-wrap {
  display: block;
}
.cid-u17ZiHvPzJ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u17ZiHvPzJ form {
    padding: 0;
  }
  .cid-u17ZiHvPzJ .socicon-wrap {
    margin: auto;
  }
}
.cid-u17ZiHvPzJ .title {
  color: #1e824c;
}
.cid-u17ZiHvPzJ .icon-title,
.cid-u17ZiHvPzJ .align-wrap {
  color: #1e824c;
}
.cid-u17ZiHvPzJ .title1,
.cid-u17ZiHvPzJ .title-col {
  color: #1e824c;
}
.cid-u17ZiHvPzJ H2 {
  color: #1e824c;
}
.cid-u17ZiIbrlB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-sGDWNV5pUM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .nav-item:focus,
.cid-sGDWNV5pUM .nav-link:focus {
  outline: none;
}
.cid-sGDWNV5pUM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGDWNV5pUM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGDWNV5pUM .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGDWNV5pUM .container {
  max-width: 1380px;
}
.cid-sGDWNV5pUM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGDWNV5pUM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGDWNV5pUM .nav-link:hover,
.cid-sGDWNV5pUM .nav-link:active,
.cid-sGDWNV5pUM .nav-link:focus {
  border-bottom: 3px solid #1e824c;
  color: #1e824c !important;
}
.cid-sGDWNV5pUM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sGDWNV5pUM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sGDWNV5pUM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGDWNV5pUM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGDWNV5pUM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGDWNV5pUM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGDWNV5pUM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sGDWNV5pUM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGDWNV5pUM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGDWNV5pUM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGDWNV5pUM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGDWNV5pUM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGDWNV5pUM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGDWNV5pUM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGDWNV5pUM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGDWNV5pUM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGDWNV5pUM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGDWNV5pUM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGDWNV5pUM .icons-menu span {
  color: #fb7522 !important;
}
.cid-sGDWNV5pUM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGDWNV5pUM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGDWNV5pUM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGDWNV5pUM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGDWNV5pUM .dropdown-item.active,
.cid-sGDWNV5pUM .dropdown-item:active {
  background-color: transparent;
}
.cid-sGDWNV5pUM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGDWNV5pUM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGDWNV5pUM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGDWNV5pUM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGDWNV5pUM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGDWNV5pUM .navbar-buttons {
  text-align: center;
}
.cid-sGDWNV5pUM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sGDWNV5pUM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sGDWNV5pUM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sGDWNV5pUM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGDWNV5pUM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGDWNV5pUM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGDWNV5pUM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGDWNV5pUM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGDWNV5pUM .navbar {
    height: 77px;
  }
  .cid-sGDWNV5pUM .navbar.opened {
    height: auto;
  }
  .cid-sGDWNV5pUM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu7wzZOqCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dalle-2024-11-09-13.55.20-a-landscape-picture-of-a-modern-computer-shop-with-a-sleek-organized-display-of-all-computer-accessories.-the-shop-features-clean-minimalist-design-.webp");
}
.cid-uu7wzZOqCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu7wzZOqCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu7wzZOqCv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uu7wzZOqCv .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uu7wzZOqCv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uu7wzZOqCv .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uu7wzZOqCv .container {
    padding: 0 24px;
  }
}
.cid-uu7wzZOqCv .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uu7wzZOqCv .content-wrapper {
    padding: 0;
  }
}
.cid-uu7wzZOqCv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uu7wzZOqCv .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uu7wzZOqCv .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uu7wzZOqCv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uu7wzZOqCv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uu7wzZOqCv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uu7wzZOqCv .mbr-section-title {
  color: #ffffff;
}
.cid-uu7wzZOqCv .mbr-desc,
.cid-uu7wzZOqCv .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uu7wzZOqCv .mbr-text,
.cid-uu7wzZOqCv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uu7wzZOqCv .mbr-section-title,
.cid-uu7wzZOqCv .mbr-section-btn {
  text-align: center;
}
.cid-v2dw5yISM9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-v2dw5yISM9 .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-v2dw5yISM9 .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-v2dw5yISM9 .block__product {
  margin: 30px 0;
}
.cid-v2dw5yISM9 .image {
  transition: all .25s;
}
.cid-v2dw5yISM9 .image:hover {
  opacity: .8;
}
.cid-v2dw5yISM9 .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-v2dw5yISM9 .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-v2dw5yISM9 .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-v2dw5yISM9 .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v2dw5yISM9 .title__block:hover {
  color: #1e824c;
}
.cid-v2dw5yISM9 .price__block {
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 2px;
}
.cid-v2dw5yISM9 .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-v2dw5yISM9 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v2dw5yISM9 .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-v2dw5yISM9 .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #1e824c !important;
  color: #1e824c !important;
}
.cid-v2dw5yISM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2dw5yISM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2dw5yISM9 .mbr-text,
.cid-v2dw5yISM9 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2dzowHMxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-v2dzowHMxY .mbr-section-title {
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-v2dzowHMxY .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-v2dzowHMxY .block__product {
  margin: 30px 0;
}
.cid-v2dzowHMxY .image {
  transition: all .25s;
}
.cid-v2dzowHMxY .image:hover {
  opacity: .8;
}
.cid-v2dzowHMxY .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-v2dzowHMxY .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-v2dzowHMxY .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-v2dzowHMxY .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v2dzowHMxY .title__block:hover {
  color: #1e824c;
}
.cid-v2dzowHMxY .price__block {
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 2px;
}
.cid-v2dzowHMxY .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-v2dzowHMxY .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v2dzowHMxY .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-v2dzowHMxY .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #1e824c !important;
  color: #1e824c !important;
}
.cid-v2dzowHMxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2dzowHMxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2dzowHMxY .mbr-text,
.cid-v2dzowHMxY .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-uVxwQ2vZ0I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1298.jpg");
}
@media (max-width: 991px) {
  .cid-uVxwQ2vZ0I .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVxwQ2vZ0I .image-wrapper {
    width: 49%;
  }
}
.cid-uVxwQ2vZ0I .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVxwQ2vZ0I .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uVxwQ2vZ0I .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uVxwQ2vZ0I .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVxwQ2vZ0I .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uVxwQ2vZ0I .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uVxwQ2vZ0I .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uVxwQ2vZ0I .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uVxwQ2vZ0I .item-btn:hover {
  opacity: 0.8;
}
.cid-uVxwQ2vZ0I .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uVxwQ2vZ0I .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uVxwQ2vZ0I .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uVxwQ2vZ0I .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uVxwQ2vZ0I .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uVxwQ2vZ0I .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uVxwQ2vZ0I .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uVxwQ2vZ0I .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uVxwQ2vZ0I .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uVxwQ2vZ0I .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uVxwQ2vZ0I P {
  color: #9b9ba5;
}
.cid-uVxwQ2vZ0I .mbr-section-subtitle {
  color: #9b9ba5;
}
.cid-uVxwQ2vZ0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxwQ2vZ0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxwQ2vZ0I .mbr-section-title {
  color: #ffffff;
}
.cid-uVBWnlVkDJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVBWnlVkDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBWnlVkDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBWnlVkDJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVBWnlVkDJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVBWnlVkDJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVBWnlVkDJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVBWnlVkDJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVBWnlVkDJ .item {
    margin-bottom: 28px;
  }
}
.cid-uVBWnlVkDJ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVBWnlVkDJ .item .item-wrapper:hover,
.cid-uVBWnlVkDJ .item .item-wrapper:focus {
  border: 2px solid #000000;
  background-color: #000000;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVBWnlVkDJ .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uVBWnlVkDJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVBWnlVkDJ .item-title {
  color: #9aa0a6;
}
.cid-uVBWnlVkDJ .item-text {
  color: #000000;
}
.cid-uVBWnlVkDJ .item-date {
  color: #9aa0a6;
}
.cid-uVBWnlVkDJ .mbr-section-title,
.cid-uVBWnlVkDJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVBWnlVkDJ .item-title,
.cid-uVBWnlVkDJ .icon-wrapper {
  color: #000000;
}
.cid-uVxyhcKa0a {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-uVxyhcKa0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxyhcKa0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxyhcKa0a .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVxyhcKa0a .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVxyhcKa0a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVxyhcKa0a .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVxyhcKa0a .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVxyhcKa0a .item {
    margin-bottom: 28px;
  }
}
.cid-uVxyhcKa0a .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVxyhcKa0a .item .item-wrapper:hover,
.cid-uVxyhcKa0a .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVxyhcKa0a .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVxyhcKa0a .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uVxyhcKa0a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVxyhcKa0a .item-title {
  color: #9aa0a6;
}
.cid-uVxyhcKa0a .item-text {
  color: #ffffff;
}
.cid-uVxyhcKa0a .item-date {
  color: #9aa0a6;
}
.cid-uVxyhcKa0a .mbr-section-title,
.cid-uVxyhcKa0a .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uVxyhcKa0a .item-title,
.cid-uVxyhcKa0a .icon-wrapper {
  color: #00b16a;
}
.cid-uVC3ZFRvcj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVC3ZFRvcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVC3ZFRvcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVC3ZFRvcj .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVC3ZFRvcj .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVC3ZFRvcj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVC3ZFRvcj .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVC3ZFRvcj .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVC3ZFRvcj .item {
    margin-bottom: 28px;
  }
}
.cid-uVC3ZFRvcj .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVC3ZFRvcj .item .item-wrapper:hover,
.cid-uVC3ZFRvcj .item .item-wrapper:focus {
  border: 2px solid #000000;
  background-color: #000000;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVC3ZFRvcj .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uVC3ZFRvcj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVC3ZFRvcj .item-title {
  color: #9aa0a6;
}
.cid-uVC3ZFRvcj .item-text {
  color: #000000;
}
.cid-uVC3ZFRvcj .item-date {
  color: #9aa0a6;
}
.cid-uVC3ZFRvcj .mbr-section-title,
.cid-uVC3ZFRvcj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVC3ZFRvcj .item-title,
.cid-uVC3ZFRvcj .icon-wrapper {
  color: #000000;
}
.cid-uVCpdL5X1q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uVCpdL5X1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCpdL5X1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCpdL5X1q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVCpdL5X1q .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVCpdL5X1q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVCpdL5X1q .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVCpdL5X1q .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVCpdL5X1q .item {
    margin-bottom: 28px;
  }
}
.cid-uVCpdL5X1q .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVCpdL5X1q .item .item-wrapper:hover,
.cid-uVCpdL5X1q .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVCpdL5X1q .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVCpdL5X1q .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uVCpdL5X1q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVCpdL5X1q .item-title {
  color: #9aa0a6;
}
.cid-uVCpdL5X1q .item-text {
  color: #ffffff;
}
.cid-uVCpdL5X1q .item-date {
  color: #9aa0a6;
}
.cid-uVCpdL5X1q .mbr-section-title,
.cid-uVCpdL5X1q .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uVCpdL5X1q .item-title,
.cid-uVCpdL5X1q .icon-wrapper {
  color: #00b16a;
}
.cid-uVCB2hfe82 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVCB2hfe82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCB2hfe82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCB2hfe82 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVCB2hfe82 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVCB2hfe82 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVCB2hfe82 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVCB2hfe82 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVCB2hfe82 .item {
    margin-bottom: 28px;
  }
}
.cid-uVCB2hfe82 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVCB2hfe82 .item .item-wrapper:hover,
.cid-uVCB2hfe82 .item .item-wrapper:focus {
  border: 2px solid #000000;
  background-color: #000000;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVCB2hfe82 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uVCB2hfe82 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uVCB2hfe82 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVCB2hfe82 .item-title {
  color: #9aa0a6;
}
.cid-uVCB2hfe82 .item-text {
  color: #000000;
}
.cid-uVCB2hfe82 .item-date {
  color: #9aa0a6;
}
.cid-uVCB2hfe82 .mbr-section-title,
.cid-uVCB2hfe82 .mbr-section-btn {
  text-align: center;
  color: #060606;
}
.cid-uVCB2hfe82 .item-title,
.cid-uVCB2hfe82 .icon-wrapper {
  color: #000000;
}
.cid-uVlG3oCMJr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/external-drive-1-636x423.jpg");
}
.cid-uVlG3oCMJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlG3oCMJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVlG3oCMJr .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uVlG3oCMJr .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-uVlG3oCMJr .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVlG3oCMJr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #323046;
  box-shadow: 0px -1px 1px #eee30e;
  overflow: hidden;
  background-color: #000000;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-content .item-price {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uVlG3oCMJr .content-wrapper .items-wrap .item .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVlG3oCMJr .btn-wrapper {
  margin-top: -6%;
}
.cid-uVlG3oCMJr .mbr-section-title {
  color: #ffffff;
}
.cid-uVlG3oCMJr .item-title {
  color: #ffffff;
}
.cid-uVlG3oCMJr .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVlG3oCMJr .item-price {
  color: #00b16a;
  text-align: center;
}
.cid-uVlG3oCMJr .item-title,
.cid-uVlG3oCMJr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVlG3oCMJr .mbr-section-title,
.cid-uVlG3oCMJr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVlG8s2HVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVlG8s2HVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlG8s2HVz .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-uVlG8s2HVz .container {
    padding: 0 16px;
  }
}
.cid-uVlG8s2HVz .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uVlG8s2HVz .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uVlG8s2HVz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVlG8s2HVz .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uVlG8s2HVz .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uVlG8s2HVz .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uVlG8s2HVz .item:first-child {
  margin-bottom: 0;
}
.cid-uVlG8s2HVz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVlG8s2HVz .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVlG8s2HVz .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVlG8s2HVz .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uVlG8s2HVz .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-uVlG8s2HVz .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uVlG8s2HVz .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uVlG8s2HVz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVlG8s2HVz .item-price {
  color: #000000;
}
.cid-uVlG8s2HVz .item-title {
  color: #000000;
}
.cid-uVlG8s2HVz .item-text {
  color: #000000;
}
.cid-uVlG8s2HVz .item-text,
.cid-uVlG8s2HVz .mbr-section-btn {
  color: #000000;
}
.cid-uVlGuMiStA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVlGuMiStA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlGuMiStA .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-uVlGuMiStA .container {
    padding: 0 16px;
  }
}
.cid-uVlGuMiStA .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .row {
    margin: 0 10px;
  }
}
.cid-uVlGuMiStA .row .card {
  position: relative;
  padding: 0;
}
.cid-uVlGuMiStA .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #00b16a;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uVlGuMiStA .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uVlGuMiStA .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #00b16a;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uVlGuMiStA .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .row .card .icon-decor {
    display: none;
  }
}
.cid-uVlGuMiStA .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVlGuMiStA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVlGuMiStA .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uVlGuMiStA .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content {
  padding: 100px 40px 40px;
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content {
    padding: 30px 20px 20px;
  }
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
  padding: 0 10px;
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 40px 15px;
  min-width: auto;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: row;
  }
  .cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 0 0 10px;
  }
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-img {
  padding-right: 60px;
}
.cid-uVlGuMiStA .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-bottom-right-radius: 16px !important;
}
.cid-uVlGuMiStA .mbr-section-title {
  color: #000000;
}
.cid-uVlGuMiStA .item-title {
  color: #00b16a;
}
.cid-uVlGuMiStA .item-price {
  color: #ffffff;
}
.cid-uVlGuMiStA .item-desc {
  color: #ffffff;
}
.cid-uVnrWfPRKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVnrWfPRKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVnrWfPRKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVnrWfPRKa .plan-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.cid-uVnrWfPRKa .btn {
  width: 100%;
  margin: 0;
  border-radius: 10px;
}
.cid-uVnrWfPRKa .mbr-section-btn {
  margin: 0;
  padding-top: 2rem;
}
.cid-uVnrWfPRKa img {
  height: 150px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uVnrWfPRKa .plan-title {
  background: black;
  border-radius: 16px;
  padding: 6px 16px;
  width: fit-content;
  color: #2ecc71;
}
@media (max-width: 767px) {
  .cid-uVnrWfPRKa .plan-title {
    margin: auto;
  }
}
.cid-uVnrWfPRKa .price a {
  background: #181818;
  border-radius: 16px;
  padding: 3px 10px;
}
.cid-uVnrWfPRKa .li-item {
  align-items: center;
  display: flex;
}
.cid-uVnrWfPRKa .item {
  color: #e43f3f;
}
.cid-uVnrWfPRKa svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-uVnrWfPRKa path {
  fill: currentColor;
}
.cid-uVnrWfPRKa .item,
.cid-uVnrWfPRKa path {
  color: #000000;
}
.cid-uVnrWfPRKa .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uVnrWfPRKa .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVnrWfPRKa .price {
  color: #000000;
}
.cid-uVnrWfPRKa .plan {
  word-break: break-word;
  background-color: #cccccc;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cid-uVnrWfPRKa .plan {
    padding: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uVnrWfPRKa .plan {
    margin-bottom: 2rem;
  }
}
.cid-uVnrWfPRKa .main-title {
  color: #000000;
}
.cid-uVnrWfPRKa .price-term {
  color: #000000;
}
.cid-uVlGIm6eb5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/07-300x300.jpg");
}
.cid-uVlGIm6eb5 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-uVlGIm6eb5 .container {
  max-width: 1312px;
}
.cid-uVlGIm6eb5 img,
.cid-uVlGIm6eb5 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uVlGIm6eb5 img {
  height: 415px;
  transition: transform 3s, filter 0.5s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVlGIm6eb5 img {
    height: 350px;
  }
}
.cid-uVlGIm6eb5 .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uVlGIm6eb5 .item:focus,
.cid-uVlGIm6eb5 span:focus {
  outline: none;
}
.cid-uVlGIm6eb5 .item-wrap {
  flex-grow: 1;
}
.cid-uVlGIm6eb5 .item-wrapper {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uVlGIm6eb5 .item-wrapper:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uVlGIm6eb5 .item-wrapper:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uVlGIm6eb5 .item-wrapper .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uVlGIm6eb5 .item-wrapper .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uVlGIm6eb5 .item-wrapper .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uVlGIm6eb5 .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uVlGIm6eb5 .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uVlGIm6eb5 .mbr-section-title {
  color: #ffffff;
}
.cid-uVlGIm6eb5 .mbr-section-subtitle {
  color: #002549;
}
.cid-uVlGIm6eb5 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uVlGIm6eb5 .item-price-container .item-price {
  width: 100%;
  max-width: 100%;
  background-color: #2c2625;
  padding: 4px 1rem 8px;
  border-radius: 2em;
  display: inline-block;
}
.cid-uVlGIm6eb5 .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uVlGIm6eb5 .item {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uVlGIm6eb5 .item {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uVlGIm6eb5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVlGIm6eb5 .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uVlGIm6eb5 .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVlGIm6eb5 .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uVlGIm6eb5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVlGIm6eb5 .item-subtitle,
.cid-uVlGIm6eb5 .item-footer {
  color: #ffffff;
}
.cid-uVlGIm6eb5 .item-price,
.cid-uVlGIm6eb5 .item-price-container {
  color: #ffffff;
}
.cid-uVlGCad7fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVlGCad7fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVlGCad7fa .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-uVlGCad7fa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uVlGCad7fa .container {
    padding: 0 12px;
  }
}
.cid-uVlGCad7fa .row {
  justify-content: center;
}
.cid-uVlGCad7fa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVlGCad7fa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVlGCad7fa .item {
  margin-bottom: 32px;
}
.cid-uVlGCad7fa .item .card_1 {
  background-color: #053014;
  border: 3px solid #053014;
  box-shadow: 4px 4px #053014;
}
.cid-uVlGCad7fa .item .card_2 {
  background-color: #053014;
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-uVlGCad7fa .item .card_3 {
  background-color: #053014;
  border: 3px solid #88c3f0;
  box-shadow: 4px 4px #88c3f0;
}
.cid-uVlGCad7fa .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVlGCad7fa .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uVlGCad7fa .item .item-wrapper .title-wrap .item-img {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.cid-uVlGCad7fa .item .item-wrapper .title-wrap .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .cid-uVlGCad7fa .item .item-wrapper .title-wrap .item-img img {
    height: 230px;
    width: 230px;
    min-width: 230px;
  }
}
.cid-uVlGCad7fa .item .item-wrapper .title-wrap .mbr-card-title {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uVlGCad7fa .item .item-wrapper .title-wrap .mbr-card-title {
    min-width: 130px;
  }
}
.cid-uVlGCad7fa .item .item-wrapper .title-wrap .mbr-price {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-uVlGCad7fa .item .item-wrapper .title-wrap .mbr-desc {
  margin: 16px 0 24px;
}
.cid-uVlGCad7fa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVlGCad7fa .mbr-card-title {
  color: #222222;
}
.cid-uVlGCad7fa .mbr-price {
  color: #00b16a;
  text-align: center;
}
.cid-uVlGCad7fa .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uVlGCad7fa .mbr-card-title,
.cid-uVlGCad7fa .mbr-section-btn {
  text-align: center;
  color: #00b16a;
}
.cid-uVqyCEoUIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tp20link20archer20ax53-400x400.jpg");
}
.cid-uVqyCEoUIF .item-wrapper {
  position: relative;
}
.cid-uVqyCEoUIF .features-image {
  padding-top: 45px;
}
.cid-uVqyCEoUIF .features-image:first-child {
  padding-top: 0px;
}
.cid-uVqyCEoUIF .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uVqyCEoUIF .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uVqyCEoUIF .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uVqyCEoUIF .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-uVqyCEoUIF .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uVqyCEoUIF .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uVqyCEoUIF .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uVqyCEoUIF .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uVqyCEoUIF .name {
  margin-top: 27px;
  color: #ffffff;
}
.cid-uVqyCEoUIF .price {
  margin-top: 1px;
  color: #ffffff;
}
.cid-uVqyCEoUIF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.cid-uVqyCEoUIF .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uVqyCEoUIF .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uVqyCEoUIF .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uVqyCEoUIF .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uVqyCEoUIF .tag1 {
  background-color: #1e824c;
}
.cid-uVqyCEoUIF .tag2 {
  background-color: #1e824c;
}
.cid-uVqyCEoUIF .tag3 {
  background-color: #1e824c;
}
.cid-uVqyCEoUIF .tag4 {
  background-color: #1e824c;
}
.cid-uVqyCEoUIF .desc1,
.cid-uVqyCEoUIF .iconfont-wrapper {
  color: #ffffff;
}
.cid-uVqAOpWKWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVqAOpWKWh .item-wrapper {
  position: relative;
}
.cid-uVqAOpWKWh .features-image {
  padding-top: 45px;
}
.cid-uVqAOpWKWh .features-image:first-child {
  padding-top: 0px;
}
.cid-uVqAOpWKWh .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uVqAOpWKWh .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uVqAOpWKWh .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uVqAOpWKWh .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-uVqAOpWKWh .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uVqAOpWKWh .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uVqAOpWKWh .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uVqAOpWKWh .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uVqAOpWKWh .name {
  margin-top: 27px;
  color: #000000;
}
.cid-uVqAOpWKWh .price {
  margin-top: 1px;
  color: #000000;
}
.cid-uVqAOpWKWh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
.cid-uVqAOpWKWh .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uVqAOpWKWh .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uVqAOpWKWh .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uVqAOpWKWh .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uVqAOpWKWh .tag1 {
  background-color: #237d71;
}
.cid-uVqAOpWKWh .tag2 {
  background-color: #237d71;
}
.cid-uVqAOpWKWh .tag3 {
  background-color: #237d71;
}
.cid-uVqAOpWKWh .tag4 {
  background-color: #237d71;
}
.cid-uVqAOpWKWh .desc1,
.cid-uVqAOpWKWh .iconfont-wrapper {
  color: #ffffff;
}
.cid-uVCMN7vlBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ssd-hard-disk-500x500.webp");
}
.cid-uVCMN7vlBm .item-wrapper {
  position: relative;
}
.cid-uVCMN7vlBm .features-image {
  padding-top: 45px;
}
.cid-uVCMN7vlBm .features-image:first-child {
  padding-top: 0px;
}
.cid-uVCMN7vlBm .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uVCMN7vlBm .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uVCMN7vlBm .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uVCMN7vlBm .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-uVCMN7vlBm .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uVCMN7vlBm .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uVCMN7vlBm .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uVCMN7vlBm .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uVCMN7vlBm .name {
  margin-top: 27px;
  color: #ffffff;
}
.cid-uVCMN7vlBm .price {
  margin-top: 1px;
  color: #ffffff;
}
.cid-uVCMN7vlBm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.cid-uVCMN7vlBm .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uVCMN7vlBm .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uVCMN7vlBm .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uVCMN7vlBm .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uVCMN7vlBm .tag1 {
  background-color: #237d71;
}
.cid-uVCMN7vlBm .tag2 {
  background-color: #237d71;
}
.cid-uVCMN7vlBm .tag3 {
  background-color: #237d71;
}
.cid-uVCMN7vlBm .tag4 {
  background-color: #237d71;
}
.cid-uVCMN7vlBm .desc1,
.cid-uVCMN7vlBm .iconfont-wrapper {
  color: #ffffff;
}
.cid-uVCXGb6y8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVCXGb6y8b .item-wrapper {
  position: relative;
}
.cid-uVCXGb6y8b .features-image {
  padding-top: 45px;
}
.cid-uVCXGb6y8b .features-image:first-child {
  padding-top: 0px;
}
.cid-uVCXGb6y8b .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uVCXGb6y8b .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uVCXGb6y8b .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uVCXGb6y8b .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-uVCXGb6y8b .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uVCXGb6y8b .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uVCXGb6y8b .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uVCXGb6y8b .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uVCXGb6y8b .name {
  margin-top: 27px;
  color: #000000;
}
.cid-uVCXGb6y8b .price {
  margin-top: 1px;
  color: #000000;
}
.cid-uVCXGb6y8b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
.cid-uVCXGb6y8b .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uVCXGb6y8b .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uVCXGb6y8b .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uVCXGb6y8b .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uVCXGb6y8b .tag1 {
  background-color: #237d71;
}
.cid-uVCXGb6y8b .tag2 {
  background-color: #237d71;
}
.cid-uVCXGb6y8b .tag3 {
  background-color: #237d71;
}
.cid-uVCXGb6y8b .tag4 {
  background-color: #237d71;
}
.cid-uVCXGb6y8b .desc1,
.cid-uVCXGb6y8b .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2eCVxMMYy {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-v2eCVxMMYy .mbr-text {
  color: #121212;
}
.cid-v2eCVxMMYy img {
  border-radius: 50%;
}
.cid-v2eCVxMMYy .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #5263b8;
}
.cid-v2eCVxMMYy .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-v2eCVxMMYy .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-v2eCVxMMYy .card-box .awesome:hover:after,
.cid-v2eCVxMMYy .card-box .awesome:focus:after {
  width: 0%;
}
.cid-v2eCVxMMYy .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-v2eCVxMMYy .upline .line {
  background-color: #5263b8;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-v2eCVxMMYy .card-box {
    text-align: center;
  }
  .cid-v2eCVxMMYy .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-v2eCVxMMYy .upline {
    padding-left: 0;
  }
  .cid-v2eCVxMMYy .upline .line {
    display: none;
  }
  .cid-v2eCVxMMYy .awesome {
    text-align: center !important;
  }
}
.cid-v2eCVxMMYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eCVxMMYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v2eCVxMMYy .card-title {
  color: #ffffff;
}
.cid-v2eCVxMMYy .text {
  color: #ffffff;
}
.cid-v2eCVxMMYy .title {
  color: #ffffff;
}
.cid-v2eEdIZjkF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2eEdIZjkF .mbr-text {
  color: #121212;
}
.cid-v2eEdIZjkF img {
  border-radius: 50%;
}
.cid-v2eEdIZjkF .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #5263b8;
}
.cid-v2eEdIZjkF .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-v2eEdIZjkF .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-v2eEdIZjkF .card-box .awesome:hover:after,
.cid-v2eEdIZjkF .card-box .awesome:focus:after {
  width: 0%;
}
.cid-v2eEdIZjkF .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-v2eEdIZjkF .upline .line {
  background-color: #5263b8;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-v2eEdIZjkF .card-box {
    text-align: center;
  }
  .cid-v2eEdIZjkF .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-v2eEdIZjkF .upline {
    padding-left: 0;
  }
  .cid-v2eEdIZjkF .upline .line {
    display: none;
  }
  .cid-v2eEdIZjkF .awesome {
    text-align: center !important;
  }
}
.cid-v2eEdIZjkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2eEdIZjkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jbO7DRnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v2jbO7DRnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jbO7DRnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jbO7DRnH .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-v2jbO7DRnH .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 54px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-v2jbO7DRnH .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2jbO7DRnH .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v2jbO7DRnH .items-wrapper .item:hover .item-wrapper,
.cid-v2jbO7DRnH .items-wrapper .item:focus .item-wrapper {
  background-color: #000000;
}
.cid-v2jbO7DRnH .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v2jbO7DRnH .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.15);
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper {
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2jbO7DRnH .items-wrapper .item .item-wrapper {
    background-color: #000000;
  }
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box {
  padding: 32px 46px 46px 46px;
}
@media (max-width: 992px) {
  .cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box {
    padding: 22px 18px 18px 18px;
    transform: none;
  }
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 16px;
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .title-wrapper .item-title {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-v2jbO7DRnH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2jbO7DRnH .item-title {
  color: #1a0b54;
}
.cid-v2jbO7DRnH .item-price {
  color: #ffffff;
}
.cid-v2jbO7DRnH .item-text {
  color: #ffffff;
}
.cid-v2jbO7DRnH .item-title,
.cid-v2jbO7DRnH .title-wrapper,
.cid-v2jbO7DRnH .mbr-section-btn {
  color: #ffffff;
}
.cid-uVqFXyXqAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVqFXyXqAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVqFXyXqAn .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-uVqFXyXqAn .container {
    padding: 0 20px;
  }
}
.cid-uVqFXyXqAn .row {
  justify-content: center;
}
.cid-uVqFXyXqAn .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVqFXyXqAn .item {
    margin-bottom: 40px;
  }
}
.cid-uVqFXyXqAn .item:hover .item-wrapper,
.cid-uVqFXyXqAn .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVqFXyXqAn .item:hover .item-wrapper .item-img img,
.cid-uVqFXyXqAn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVqFXyXqAn .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVqFXyXqAn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVqFXyXqAn .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVqFXyXqAn .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVqFXyXqAn .card-price {
  color: #000000;
}
.cid-uVqFXyXqAn .card-desc {
  color: #9a9a9a;
}
.cid-uVqFXyXqAn .card-title {
  color: #000000;
}
.cid-v2jbWrW8TJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1298.jpg");
}
.cid-v2jbWrW8TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jbWrW8TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jbWrW8TJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2jbWrW8TJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v2jbWrW8TJ .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v2jbWrW8TJ .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-v2jbWrW8TJ .items-wrapper .item {
  padding: 0 15px;
}
.cid-v2jbWrW8TJ .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .item {
    margin-bottom: 30px;
  }
}
.cid-v2jbWrW8TJ .item .item-wrapper {
  height: 100%;
}
.cid-v2jbWrW8TJ .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-v2jbWrW8TJ .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .item .item-wrapper:hover .image-wrapper .item-img img,
  .cid-v2jbWrW8TJ .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2jbWrW8TJ .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-v2jbWrW8TJ .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-v2jbWrW8TJ .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .5s ease;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2jbWrW8TJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2jbWrW8TJ .mbr-label,
.cid-v2jbWrW8TJ .label-wrapper {
  color: #000000;
}
.cid-v2jbWrW8TJ .mbr-section-title,
.cid-v2jbWrW8TJ .title-wrapper {
  color: #000000;
}
.cid-v2jbWrW8TJ .card-label {
  color: #000000;
}
.cid-v2jbWrW8TJ .card-price {
  color: #ffffff;
}
.cid-v2jbWrW8TJ .card-title {
  color: #000000;
}
.cid-v2jbWrW8TJ .card-desc {
  color: #ffffff;
}
.cid-v2jbWrW8TJ .card-title,
.cid-v2jbWrW8TJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v1KW6Kdwie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1KW6Kdwie .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1KW6Kdwie .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-v1KW6Kdwie .container {
    padding: 0 20px;
  }
}
.cid-v1KW6Kdwie .row {
  justify-content: center;
}
.cid-v1KW6Kdwie .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v1KW6Kdwie .item {
    margin-bottom: 40px;
  }
}
.cid-v1KW6Kdwie .item:hover .item-wrapper,
.cid-v1KW6Kdwie .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-v1KW6Kdwie .item:hover .item-wrapper .item-img img,
.cid-v1KW6Kdwie .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v1KW6Kdwie .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1KW6Kdwie .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v1KW6Kdwie .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-v1KW6Kdwie .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1KW6Kdwie .card-price {
  color: #000000;
}
.cid-v1KW6Kdwie .card-desc {
  color: #9a9a9a;
}
.cid-v1KW6Kdwie .card-title {
  color: #000000;
}
.cid-v2jc0fb1Sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/information-technology-1440-x-900-background-p1c1dbydenflfzeo-1440x900.jpg");
}
.cid-v2jc0fb1Sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jc0fb1Sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jc0fb1Sn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2jc0fb1Sn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2jc0fb1Sn .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-v2jc0fb1Sn .items-wrap .item {
  padding: 0 46px;
}
.cid-v2jc0fb1Sn .item {
  margin-bottom: 32px;
}
.cid-v2jc0fb1Sn .item:hover .item-wrapper .item-img img,
.cid-v2jc0fb1Sn .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2jc0fb1Sn .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2jc0fb1Sn .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-v2jc0fb1Sn .mbr-section-title {
  color: #191c25;
}
.cid-v2jc0fb1Sn .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2jc0fb1Sn .item-title {
  color: #191c25;
  text-align: center;
}
.cid-v2jc0fb1Sn .item-title,
.cid-v2jc0fb1Sn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v2jc0fb1Sn .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uVqLOm74RI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVqLOm74RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVqLOm74RI .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-uVqLOm74RI .container {
    padding: 0 20px;
  }
}
.cid-uVqLOm74RI .row {
  justify-content: center;
}
.cid-uVqLOm74RI .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVqLOm74RI .item {
    margin-bottom: 40px;
  }
}
.cid-uVqLOm74RI .item:hover .item-wrapper,
.cid-uVqLOm74RI .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVqLOm74RI .item:hover .item-wrapper .item-img img,
.cid-uVqLOm74RI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVqLOm74RI .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVqLOm74RI .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVqLOm74RI .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVqLOm74RI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVqLOm74RI .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVqLOm74RI .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVqLOm74RI .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uVqLOm74RI .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVqLOm74RI .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVqLOm74RI .card-price {
  color: #000000;
}
.cid-uVqLOm74RI .card-desc {
  color: #9a9a9a;
}
.cid-uVqLOm74RI .card-title {
  color: #000000;
}
.cid-v2jrBH0fD7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1548092372-0d1bd40894a3-2000x1333.jpg");
}
.cid-v2jrBH0fD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jrBH0fD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jrBH0fD7 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-v2jrBH0fD7 .container-fluid {
    padding: 0 16px;
  }
}
.cid-v2jrBH0fD7 .container-fluid .row {
  padding: 0;
}
.cid-v2jrBH0fD7 .row {
  justify-content: center;
}
.cid-v2jrBH0fD7 .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2jrBH0fD7 .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-v2jrBH0fD7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2jrBH0fD7 .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2jrBH0fD7 .item {
    margin-bottom: 64px;
  }
}
.cid-v2jrBH0fD7 .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-v2jrBH0fD7 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-v2jrBH0fD7 .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-v2jrBH0fD7 .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-v2jrBH0fD7 .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-v2jrBH0fD7 .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-v2jrBH0fD7 .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-v2jrBH0fD7 .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-v2jrBH0fD7 .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-v2jrBH0fD7 .mbr-desc {
  color: #ffffff;
}
.cid-v2jrBH0fD7 .mbr-price {
  color: #ffffff;
}
.cid-v2jrBH0fD7 .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-v2jrBH0fD7 .mbr-title {
  color: #495DFF;
}
.cid-v2jrBH0fD7 .mbr-title,
.cid-v2jrBH0fD7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVI1VYYXfD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVI1VYYXfD .container-fluid {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.cid-uVI1VYYXfD .card2 {
  padding-top: 2rem;
}
.cid-uVI1VYYXfD .mbr-text {
  color: #121212;
}
.cid-uVI1VYYXfD img {
  border-radius: 50%;
}
.cid-uVI1VYYXfD .card-number {
  font-size: 150px !important;
  font-weight: 100 !important;
  color: #5263b8;
}
.cid-uVI1VYYXfD .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-uVI1VYYXfD .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-uVI1VYYXfD .card-box .awesome:hover:after,
.cid-uVI1VYYXfD .card-box .awesome:focus:after {
  width: 0%;
}
.cid-uVI1VYYXfD .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-uVI1VYYXfD .upline .line {
  background-color: #5263b8;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-uVI1VYYXfD .card-box {
    text-align: center;
  }
  .cid-uVI1VYYXfD .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-uVI1VYYXfD .upline {
    padding-left: 0;
  }
  .cid-uVI1VYYXfD .upline .line {
    display: none;
  }
  .cid-uVI1VYYXfD .awesome {
    text-align: center !important;
  }
}
.cid-uVI1VYYXfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVI1VYYXfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTIgRnLSK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/images201-352x143.jpg");
}
.cid-uVTIgRnLSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTIgRnLSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTIgRnLSK .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVTIgRnLSK .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVTIgRnLSK .container-fluid .row {
  padding: 0;
}
.cid-uVTIgRnLSK .row {
  justify-content: center;
}
.cid-uVTIgRnLSK .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTIgRnLSK .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uVTIgRnLSK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVTIgRnLSK .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTIgRnLSK .item {
    margin-bottom: 64px;
  }
}
.cid-uVTIgRnLSK .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uVTIgRnLSK .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uVTIgRnLSK .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-uVTIgRnLSK .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVTIgRnLSK .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uVTIgRnLSK .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-uVTIgRnLSK .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-uVTIgRnLSK .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-uVTIgRnLSK .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVTIgRnLSK .mbr-desc {
  color: #ffffff;
}
.cid-uVTIgRnLSK .mbr-price {
  color: #ffffff;
}
.cid-uVTIgRnLSK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVTIgRnLSK .mbr-title {
  color: #495DFF;
}
.cid-uVTIgRnLSK .mbr-title,
.cid-uVTIgRnLSK .mbr-section-btn {
  color: #ffffff;
}
.cid-uVTNEoDWkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVTNEoDWkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTNEoDWkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTNEoDWkq .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVTNEoDWkq .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVTNEoDWkq .container-fluid .row {
  padding: 0;
}
.cid-uVTNEoDWkq .row {
  justify-content: center;
}
.cid-uVTNEoDWkq .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTNEoDWkq .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uVTNEoDWkq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVTNEoDWkq .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTNEoDWkq .item {
    margin-bottom: 64px;
  }
}
.cid-uVTNEoDWkq .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uVTNEoDWkq .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uVTNEoDWkq .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-uVTNEoDWkq .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVTNEoDWkq .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uVTNEoDWkq .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-uVTNEoDWkq .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-uVTNEoDWkq .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-uVTNEoDWkq .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVTNEoDWkq .mbr-desc {
  color: #111213;
}
.cid-uVTNEoDWkq .mbr-price {
  color: #111213;
}
.cid-uVTNEoDWkq .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-uVTNEoDWkq .mbr-title {
  color: #495DFF;
}
.cid-uVTNEoDWkq .mbr-title,
.cid-uVTNEoDWkq .mbr-section-btn {
  color: #060606;
}
.cid-uVTQeVWcGe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/images-296x170.jpg");
}
.cid-uVTQeVWcGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTQeVWcGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTQeVWcGe .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVTQeVWcGe .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVTQeVWcGe .container-fluid .row {
  padding: 0;
}
.cid-uVTQeVWcGe .row {
  justify-content: center;
}
.cid-uVTQeVWcGe .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTQeVWcGe .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uVTQeVWcGe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVTQeVWcGe .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVTQeVWcGe .item {
    margin-bottom: 64px;
  }
}
.cid-uVTQeVWcGe .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uVTQeVWcGe .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uVTQeVWcGe .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-uVTQeVWcGe .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVTQeVWcGe .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uVTQeVWcGe .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-uVTQeVWcGe .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-uVTQeVWcGe .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-uVTQeVWcGe .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVTQeVWcGe .mbr-desc {
  color: #ffffff;
}
.cid-uVTQeVWcGe .mbr-price {
  color: #ffffff;
}
.cid-uVTQeVWcGe .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-uVTQeVWcGe .mbr-title {
  color: #495DFF;
}
.cid-uVTQeVWcGe .mbr-title,
.cid-uVTQeVWcGe .mbr-section-btn {
  color: #ffffff;
}
.cid-uVU0zHXd75 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVU0zHXd75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVU0zHXd75 .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-uVU0zHXd75 .container {
    padding: 0 30px;
  }
}
.cid-uVU0zHXd75 .card {
  justify-content: center;
}
.cid-uVU0zHXd75 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uVU0zHXd75 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVU0zHXd75 .content-wrapper {
    padding: 0;
  }
}
.cid-uVU0zHXd75 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVU0zHXd75 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVU0zHXd75 .mbr-section-title {
  color: #bee0d6;
}
.cid-uVU0zHXd75 .mbr-section-title,
.cid-uVU0zHXd75 .mbr-section-btn {
  text-align: center;
  color: #111213;
}
.cid-uVTXq769an {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVTXq769an .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTXq769an .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTXq769an .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVTXq769an .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVTXq769an .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVTXq769an .container {
    padding: 0 20px;
  }
}
.cid-uVTXq769an .row {
  justify-content: center;
}
.cid-uVTXq769an .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVTXq769an .item {
    margin-bottom: 40px;
  }
}
.cid-uVTXq769an .item:hover .item-wrapper,
.cid-uVTXq769an .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVTXq769an .item:hover .item-wrapper .item-img img,
.cid-uVTXq769an .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVTXq769an .item .item-wrapper {
  height: 100%;
  border: 1px solid #000000;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVTXq769an .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVTXq769an .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVTXq769an .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVTXq769an .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVTXq769an .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVTXq769an .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uVTXq769an .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVTXq769an .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVTXq769an .card-price {
  color: #000000;
}
.cid-uVTXq769an .card-desc {
  color: #9a9a9a;
}
.cid-uVTXq769an .card-title {
  color: #000000;
}
.cid-uVU0XWwcGh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1548092372-0d1bd40894a3-2000x1333.jpg");
}
.cid-uVU0XWwcGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVU0XWwcGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVU0XWwcGh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVU0XWwcGh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVU0XWwcGh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVU0XWwcGh .container {
    padding: 0 20px;
  }
}
.cid-uVU0XWwcGh .row {
  justify-content: center;
}
.cid-uVU0XWwcGh .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVU0XWwcGh .item {
    margin-bottom: 40px;
  }
}
.cid-uVU0XWwcGh .item:hover .item-wrapper,
.cid-uVU0XWwcGh .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVU0XWwcGh .item:hover .item-wrapper .item-img img,
.cid-uVU0XWwcGh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVU0XWwcGh .item .item-wrapper {
  height: 100%;
  border: 1px solid #fac167;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVU0XWwcGh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVU0XWwcGh .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVU0XWwcGh .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVU0XWwcGh .card-price {
  color: #ffffff;
}
.cid-uVU0XWwcGh .card-desc {
  color: #ffffff;
}
.cid-uVU0XWwcGh .card-title {
  color: #ffffff;
}
.cid-uVU6ds9EAT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVU6ds9EAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVU6ds9EAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVU6ds9EAT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVU6ds9EAT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVU6ds9EAT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVU6ds9EAT .container {
    padding: 0 20px;
  }
}
.cid-uVU6ds9EAT .row {
  justify-content: center;
}
.cid-uVU6ds9EAT .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVU6ds9EAT .item {
    margin-bottom: 40px;
  }
}
.cid-uVU6ds9EAT .item:hover .item-wrapper,
.cid-uVU6ds9EAT .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVU6ds9EAT .item:hover .item-wrapper .item-img img,
.cid-uVU6ds9EAT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVU6ds9EAT .item .item-wrapper {
  height: 100%;
  border: 1px solid #000000;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVU6ds9EAT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVU6ds9EAT .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVU6ds9EAT .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVU6ds9EAT .card-price {
  color: #000000;
}
.cid-uVU6ds9EAT .card-desc {
  color: #9a9a9a;
}
.cid-uVU6ds9EAT .card-title {
  color: #000000;
}
.cid-uVOo0Frrj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/photo-1548092372-0d1bd40894a3-2000x1333.jpg");
}
.cid-uVOo0Frrj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVOo0Frrj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVOo0Frrj7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper {
    margin: 3px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper .item {
    margin-bottom: 6px;
  }
  .cid-uVOo0Frrj7 .items-wrapper .item:last-child {
    margin-bottom: 0 !important;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .card-price {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  border: 11px solid #7fa8d7;
  background-color: #7fa8d7;
  overflow: hidden;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
    border: 6px solid #7fa8d7;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 390px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 320px;
  }
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #000000;
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box {
  margin-top: -10rem;
  padding: 64px;
  background-color: #000000;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uVOo0Frrj7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVOo0Frrj7 .card-title {
  color: #000000;
}
.cid-uVOo0Frrj7 .card-text {
  color: #ffffff;
}
.cid-uVOo0Frrj7 .card-title,
.cid-uVOo0Frrj7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVOo0Frrj7 .card-price {
  color: #ffffff;
}
.cid-uVThxIb7pw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uVThxIb7pw .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uVThxIb7pw .mbr-shop .row {
  margin: 0;
}
.cid-uVThxIb7pw .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uVThxIb7pw .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uVThxIb7pw .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uVThxIb7pw .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uVThxIb7pw .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uVThxIb7pw .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uVThxIb7pw .mbr-shop .hide-modal {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVThxIb7pw .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uVThxIb7pw .mbr-shop .filter-by-pu,
.cid-uVThxIb7pw .mbr-shop .filter-by-pd,
.cid-uVThxIb7pw .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uVThxIb7pw .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uVThxIb7pw .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem h4,
.cid-uVThxIb7pw .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem h5,
.cid-uVThxIb7pw .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem p,
.cid-uVThxIb7pw .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uVThxIb7pw .mbr-shop .item-button {
  text-align: center;
}
.cid-uVThxIb7pw .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uVThxIb7pw .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uVThxIb7pw .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-uVThxIb7pw .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uVThxIb7pw .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uVThxIb7pw .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item__hided h4,
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item__hided h5,
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uVThxIb7pw .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uVThxIb7pw .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uVThxIb7pw .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uVThxIb7pw .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uVThxIb7pw .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uVThxIb7pw .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uVThxIb7pw .mbr-shop .range-controls {
  position: relative;
}
.cid-uVThxIb7pw .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uVThxIb7pw .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-uVThxIb7pw .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-uVThxIb7pw .mbr-shop .toggle:hover,
.cid-uVThxIb7pw .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uVThxIb7pw .mbr-shop .min-toggle {
  left: 0;
}
.cid-uVThxIb7pw .mbr-shop .max-toggle {
  right: 0;
}
.cid-uVThxIb7pw .mbr-shop .hided-by-price {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-uVThxIb7pw .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uVThxIb7pw .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uVThxIb7pw .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uVThxIb7pw .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uVThxIb7pw .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uVThxIb7pw .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uVThxIb7pw .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uVThxIb7pw .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVThxIb7pw .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVThxIb7pw .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVThxIb7pw .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uVThxIb7pw .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-uVThxIb7pw .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-uVThxIb7pw .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uVThxIb7pw .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uVThxIb7pw .mbr-shop .price-range {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .price-range-reset {
  display: none;
}
.cid-uVThxIb7pw .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uVThxIb7pw .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uVThxIb7pw .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uVThxIb7pw .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uVThxIb7pw .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uVThxIb7pw .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uVThxIb7pw .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uVThxIb7pw .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uVThxIb7pw .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uVThxIb7pw .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVThxIb7pw .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uVThxIb7pw .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uVThxIb7pw .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uVThxIb7pw .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uVThxIb7pw .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-uVThxIb7pw .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uVThxIb7pw .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uVThxIb7pw .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uVThxIb7pw .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uVThxIb7pw .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uVThxIb7pw .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uVThxIb7pw .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uVThxIb7pw .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uVThxIb7pw .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uVThxIb7pw .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uVThxIb7pw .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uVThxIb7pw .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVThxIb7pw .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uVThxIb7pw .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uVThxIb7pw .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-uVThxIb7pw .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-uVThxIb7pw .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uVThxIb7pw .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uVThxIb7pw .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-uVThxIb7pw .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVThxIb7pw .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uVThxIb7pw .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uVThxIb7pw .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uVThxIb7pw .categories {
  padding: 0;
}
.cid-uVThxIb7pw .sidebar-title {
  font-weight: bold;
}
.cid-v2jB4ZXSEV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/images-296x170.jpg");
}
.cid-v2jB4ZXSEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jB4ZXSEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2jB4ZXSEV .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-v2jB4ZXSEV .container-fluid {
    padding: 0 16px;
  }
}
.cid-v2jB4ZXSEV .container-fluid .row {
  padding: 0;
}
.cid-v2jB4ZXSEV .row {
  justify-content: center;
}
.cid-v2jB4ZXSEV .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2jB4ZXSEV .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-v2jB4ZXSEV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2jB4ZXSEV .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2jB4ZXSEV .item {
    margin-bottom: 64px;
  }
}
.cid-v2jB4ZXSEV .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-v2jB4ZXSEV .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-v2jB4ZXSEV .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-v2jB4ZXSEV .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-v2jB4ZXSEV .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-v2jB4ZXSEV .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-v2jB4ZXSEV .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-v2jB4ZXSEV .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-v2jB4ZXSEV .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-v2jB4ZXSEV .mbr-desc {
  color: #ffffff;
}
.cid-v2jB4ZXSEV .mbr-price {
  color: #ffffff;
}
.cid-v2jB4ZXSEV .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-v2jB4ZXSEV .mbr-title {
  color: #495DFF;
}
.cid-v2jB4ZXSEV .mbr-title,
.cid-v2jB4ZXSEV .mbr-section-btn {
  color: #ffffff;
}
.cid-uVNnaUaBcr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVNnaUaBcr .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVNnaUaBcr .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uVNnaUaBcr .block__product {
  margin: 30px 0;
}
.cid-uVNnaUaBcr .image {
  transition: all .25s;
}
.cid-uVNnaUaBcr .image:hover {
  opacity: .8;
}
.cid-uVNnaUaBcr .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-uVNnaUaBcr .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uVNnaUaBcr .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-uVNnaUaBcr .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-uVNnaUaBcr .title__block:hover {
  color: #1e824c;
}
.cid-uVNnaUaBcr .price__block {
  margin-bottom: 15px;
  color: #060606;
  letter-spacing: 2px;
}
.cid-uVNnaUaBcr .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-uVNnaUaBcr .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVNnaUaBcr .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-uVNnaUaBcr .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #1e824c !important;
  color: #1e824c !important;
}
.cid-uVNnaUaBcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNnaUaBcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNnaUaBcr .mbr-text,
.cid-uVNnaUaBcr .mbr-section-btn {
  color: #060606;
}
.cid-uVNsdynZU2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.cid-uVNsdynZU2 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVNsdynZU2 .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uVNsdynZU2 .block__product {
  margin: 30px 0;
}
.cid-uVNsdynZU2 .image {
  transition: all .25s;
}
.cid-uVNsdynZU2 .image:hover {
  opacity: .8;
}
.cid-uVNsdynZU2 .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-uVNsdynZU2 .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uVNsdynZU2 .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-uVNsdynZU2 .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uVNsdynZU2 .title__block:hover {
  color: #1e824c;
}
.cid-uVNsdynZU2 .price__block {
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 2px;
}
.cid-uVNsdynZU2 .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-uVNsdynZU2 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVNsdynZU2 .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-uVNsdynZU2 .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #1e824c !important;
  color: #1e824c !important;
}
.cid-uVNsdynZU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNsdynZU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uVNsdynZU2 .mbr-text,
.cid-uVNsdynZU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVNT2TcAft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVNT2TcAft .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVNT2TcAft .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-uVNT2TcAft .block__product {
  margin: 30px 0;
}
.cid-uVNT2TcAft .image {
  transition: all .25s;
}
.cid-uVNT2TcAft .image:hover {
  opacity: .8;
}
.cid-uVNT2TcAft .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-uVNT2TcAft .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uVNT2TcAft .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-uVNT2TcAft .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVNT2TcAft .title__block:hover {
  color: #1e824c;
}
.cid-uVNT2TcAft .price__block {
  margin-bottom: 15px;
  color: #060606;
  letter-spacing: 2px;
}
.cid-uVNT2TcAft .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-uVNT2TcAft .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uVNT2TcAft .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-uVNT2TcAft .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #1e824c !important;
  color: #1e824c !important;
}
.cid-uVNT2TcAft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVNT2TcAft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVNT2TcAft .mbr-text,
.cid-uVNT2TcAft .mbr-section-btn {
  color: #000000;
}
.cid-uVwRqJT7qs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-10.jpg");
}
.cid-uVwRqJT7qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVwRqJT7qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVwRqJT7qs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVwRqJT7qs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVwRqJT7qs .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uVwRqJT7qs .items-wrap .item {
  padding: 0 46px;
}
.cid-uVwRqJT7qs .item {
  margin-bottom: 32px;
}
.cid-uVwRqJT7qs .item:hover .item-wrapper .item-img img,
.cid-uVwRqJT7qs .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uVwRqJT7qs .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uVwRqJT7qs .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uVwRqJT7qs .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uVwRqJT7qs .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVwRqJT7qs .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uVwRqJT7qs .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVwRqJT7qs .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uVwRqJT7qs .mbr-section-title {
  color: #191c25;
}
.cid-uVwRqJT7qs .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uVwRqJT7qs .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uVwRqJT7qs .item-title,
.cid-uVwRqJT7qs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVwRqJT7qs .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uVwRqJT7qs .mbr-section-title,
.cid-uVwRqJT7qs .mbr-section-btn {
  color: #ffffff;
}
.cid-uVwY8Hivqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uVwY8Hivqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVwY8Hivqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVwY8Hivqs .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVwY8Hivqs .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVwY8Hivqs .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uVwY8Hivqs .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVwY8Hivqs .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uVwY8Hivqs .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uVwY8Hivqs .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVwY8Hivqs .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uVwY8Hivqs .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVwY8Hivqs .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uVwY8Hivqs .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uVwY8Hivqs .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uVwY8Hivqs .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uVwY8Hivqs .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uVwY8Hivqs .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uVwY8Hivqs .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uVwY8Hivqs .btn-wrapper {
  margin-top: -2%;
}
.cid-uVwY8Hivqs .item-price {
  color: #000000;
}
.cid-uVwY8Hivqs .item-title {
  color: #000000;
}
.cid-uVwY8Hivqs .item-text {
  color: #000000;
}
.cid-sECxaBeIiv .modal-body .close {
  background: #1b1b1b;
}
.cid-sECxaBeIiv .modal-body .close span {
  font-style: normal;
}
.cid-sECxaBeIiv .carousel-inner > .active,
.cid-sECxaBeIiv .carousel-inner > .next,
.cid-sECxaBeIiv .carousel-inner > .prev {
  display: flex;
}
.cid-sECxaBeIiv .carousel-control .icon-next,
.cid-sECxaBeIiv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sECxaBeIiv .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sECxaBeIiv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sECxaBeIiv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sECxaBeIiv .boxed-slider > div {
  position: relative;
}
.cid-sECxaBeIiv .container img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.cid-sECxaBeIiv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sECxaBeIiv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sECxaBeIiv .mbr-table-cell {
  padding: 0;
}
.cid-sECxaBeIiv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sECxaBeIiv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sECxaBeIiv .mbr-overlay {
  z-index: 1;
}
.cid-sECxaBeIiv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 630px;
}
.cid-sECxaBeIiv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sECxaBeIiv .carousel-item.active.right,
.cid-sECxaBeIiv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sECxaBeIiv .carousel-item.active.left,
.cid-sECxaBeIiv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sECxaBeIiv .carousel-item.active,
.cid-sECxaBeIiv .carousel-item.next.left,
.cid-sECxaBeIiv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sECxaBeIiv .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-sECxaBeIiv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sECxaBeIiv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sECxaBeIiv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sECxaBeIiv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sECxaBeIiv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sECxaBeIiv .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sECxaBeIiv .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sECxaBeIiv .mbr-slider .carousel-indicators li.active,
.cid-sECxaBeIiv .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sECxaBeIiv .mbr-slider .carousel-indicators li::after,
.cid-sECxaBeIiv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sECxaBeIiv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sECxaBeIiv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sECxaBeIiv .mbr-slider > .container img {
  width: 100%;
}
.cid-sECxaBeIiv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-sECxaBeIiv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sECxaBeIiv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sECxaBeIiv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sECxaBeIiv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sECxaBeIiv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sECxaBeIiv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sECxaBeIiv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sECxaBeIiv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sECxaBeIiv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sECxaBeIiv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sECxaBeIiv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sECxaBeIiv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sECxaBeIiv h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sECxaBeIiv .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sECxaBeIiv .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sECxaBeIiv .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sECxaBeIiv .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sECxaBeIiv .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sECxaBeIiv .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sECxaBeIiv .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sECxaBeIiv .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sECxaBeIiv .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sECxaBeIiv H2 {
  color: #ffffff;
}
.cid-sECxaBeIiv P {
  color: #ffffff;
}
.cid-rGtUjO6bAE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtUjO6bAE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGtUjO6bAE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGtUjO6bAE .svg11 path {
  fill: #7aba59;
}
.cid-rGtUjO6bAE .svg21 path {
  fill: #f9b945;
}
.cid-rGtUjO6bAE .svg31 path {
  fill: #ed6436;
}
.cid-rGtUjO6bAE .svg4 path {
  fill: #482be7 !important;
}
.cid-rGtUjO6bAE .svg12 path,
.cid-rGtUjO6bAE .svg22 path,
.cid-rGtUjO6bAE .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-rGtUjO6bAE .card {
  position: relative;
  height: 300px;
}
.cid-rGtUjO6bAE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGtUjO6bAE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGtUjO6bAE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rGtUjO6bAE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rGtUjO6bAE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtUjO6bAE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rGtUjO6bAE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGtUjO6bAE .card .svg22,
.cid-rGtUjO6bAE .card .svg32,
.cid-rGtUjO6bAE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rGtUjO6bAE .card .svg21,
.cid-rGtUjO6bAE .card .svg31,
.cid-rGtUjO6bAE .card .svg11 {
  z-index: 2;
}
.cid-rGtUjO6bAE .card div {
  z-index: 3;
}
.cid-rGtUjO6bAE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGtUjO6bAE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtUjO6bAE .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rGtUjO6bAE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGtUjO6bAE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtUjO6bAE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtUjO6bAE .card {
    margin-bottom: 2rem;
  }
  .cid-rGtUjO6bAE .card svg {
    left: 30px;
  }
  .cid-rGtUjO6bAE .card:hover h4 {
    animation: none;
  }
  .cid-rGtUjO6bAE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGtUjO6bAE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtUjO6bAE .card {
    max-width: 330px;
  }
  .cid-rGtUjO6bAE .card svg {
    left: 0px;
  }
}
.cid-rGtUjO6bAE .card-title,
.cid-rGtUjO6bAE .card-img {
  color: #000000;
}
.cid-rGtUjO6bAE H2 {
  color: #1e824c;
}
.cid-sJTKuI5Wze {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJTKuI5Wze .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sJTKuI5Wze h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sJTKuI5Wze .svg11 path {
  fill: #d35400;
}
.cid-sJTKuI5Wze .svg21 path {
  fill: #5d6a79;
}
.cid-sJTKuI5Wze .svg31 path {
  fill: #1e824c;
}
.cid-sJTKuI5Wze .svg4 path {
  fill: #ea3223 !important;
}
.cid-sJTKuI5Wze .svg12 path,
.cid-sJTKuI5Wze .svg22 path,
.cid-sJTKuI5Wze .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sJTKuI5Wze .card {
  position: relative;
  height: 300px;
}
.cid-sJTKuI5Wze .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sJTKuI5Wze .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sJTKuI5Wze .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sJTKuI5Wze .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sJTKuI5Wze .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sJTKuI5Wze .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sJTKuI5Wze .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sJTKuI5Wze .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sJTKuI5Wze .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sJTKuI5Wze .card .svg22,
.cid-sJTKuI5Wze .card .svg32,
.cid-sJTKuI5Wze .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sJTKuI5Wze .card .svg21,
.cid-sJTKuI5Wze .card .svg31,
.cid-sJTKuI5Wze .card .svg11 {
  z-index: 2;
}
.cid-sJTKuI5Wze .card div {
  z-index: 3;
}
.cid-sJTKuI5Wze .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sJTKuI5Wze .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sJTKuI5Wze .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sJTKuI5Wze .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sJTKuI5Wze .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sJTKuI5Wze .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sJTKuI5Wze .card {
    margin-bottom: 2rem;
  }
  .cid-sJTKuI5Wze .card svg {
    left: 30px;
  }
  .cid-sJTKuI5Wze .card:hover h4 {
    animation: none;
  }
  .cid-sJTKuI5Wze .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sJTKuI5Wze h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sJTKuI5Wze .card {
    max-width: 330px;
  }
  .cid-sJTKuI5Wze .card svg {
    left: 0px;
  }
}
.cid-sJTKuI5Wze .card-title,
.cid-sJTKuI5Wze .card-img {
  color: #000000;
}
.cid-rGtUj7JDUr {
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-rGtUj7JDUr .card {
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-rGtUj7JDUr .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-rGtUj7JDUr .text,
.cid-rGtUj7JDUr .icon {
  display: flex;
  align-items: center;
}
.cid-rGtUj7JDUr .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtUj7JDUr h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-rGtUj7JDUr .mbr-iconfont {
  font-size: 3rem;
  transition: all 0.6s;
  color: #ffffff !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-rGtUj7JDUr .content {
    margin: auto;
  }
}
.cid-rGtUj7JDUr H3 {
  text-align: left;
  color: #ffffff;
}
.cid-rGtUj7JDUr H1 {
  color: #ffffff;
}
.cid-rGzgI03jEE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGzgI03jEE .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGzgI03jEE .content {
    padding: 0 2rem;
  }
}
.cid-rGzgI03jEE .row {
  justify-content: flex-end;
}
.cid-rGzgI03jEE .img-col {
  padding: 0;
}
.cid-rGzgI03jEE .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGzgI03jEE .icon-wrap h3 {
  margin: 0;
}
.cid-rGzgI03jEE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGzgI03jEE .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGzgI03jEE .icon-title,
.cid-rGzgI03jEE .mbr-iconfont {
  color: #181818;
}
.cid-rGzgI03jEE .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGzgI03jEE .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGzgI03jEE .icons-wrap {
    flex-direction: column;
  }
  .cid-rGzgI03jEE .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGzgI03jEE H1 {
  color: #1e824c;
}
.cid-rGtUl4qFAX {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image13.jpg");
}
.cid-rGtUl4qFAX li {
  list-style: none;
}
.cid-rGtUl4qFAX .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rGtUl4qFAX .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtUl4qFAX .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rGtUl4qFAX h4 {
  margin: 0;
}
.cid-rGtUl4qFAX ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rGtUl4qFAX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rGtUl4qFAX .col-title2 {
  color: #ed6436;
}
.cid-rGtUl4qFAX .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGtUl4qFAX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtUl4qFAX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtUl4qFAX .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rGtUl4qFAX .icon-wrap {
    flex-direction: column;
  }
  .cid-rGtUl4qFAX .align-wrap {
    width: 100%;
  }
  .cid-rGtUl4qFAX .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rGtUl4qFAX .icon-title,
.cid-rGtUl4qFAX .mbr-iconfont {
  color: #ffffff;
}
.cid-rGtUl4qFAX .item1 {
  color: #ffffff;
}
.cid-u1vGUHWOG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1vGUHWOG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1vGUHWOG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1vGUHWOG3 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .container-fluid {
    padding: 0 30px;
  }
}
.cid-u1vGUHWOG3 .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .container {
    padding: 0 30px;
  }
}
.cid-u1vGUHWOG3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u1vGUHWOG3 .item {
  padding: 0;
}
.cid-u1vGUHWOG3 .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-u1vGUHWOG3 .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #ffffff;
}
.cid-u1vGUHWOG3 .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .item .item-wrapper {
    display: block;
  }
  .cid-u1vGUHWOG3 .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-u1vGUHWOG3 .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-u1vGUHWOG3 .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-u1vGUHWOG3 .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-u1vGUHWOG3 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1vGUHWOG3 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u1vGUHWOG3 .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #ffffff;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u1vGUHWOG3 .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-u1vGUHWOG3 .item .item-wrapper .image-wrap .item-img img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u1vGUHWOG3 .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-u1vGUHWOG3 .mbr-section-title {
  color: #FE5115;
}
.cid-u1vGUHWOG3 .mbr-number {
  color: #ffffff;
}
.cid-u1vGUHWOG3 .mbr-text {
  color: #ffffff;
}
.cid-u1vGUHWOG3 .mbr-text,
.cid-u1vGUHWOG3 .mbr-section-btn {
  color: #17161a;
}
.cid-u1vGUHWOG3 .mbr-section-title,
.cid-u1vGUHWOG3 .mbr-section-btn {
  color: #1e824c;
}
.cid-rGtUn0OFxn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/2-2000x1143.png");
}
.cid-rGtUn0OFxn .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-rGtUn0OFxn img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGtUn0OFxn h3 {
  margin: 0;
}
.cid-rGtUn0OFxn .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGtUn0OFxn .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGtUn0OFxn .text-wrap {
  width: 100%;
}
.cid-rGtUn0OFxn .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGtUn0OFxn .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGtUn0OFxn .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #606060;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #606060;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGtUn0OFxn .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #606060 !important;
  border: 2px solid #606060;
}
.cid-rGtUn0OFxn .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtUn0OFxn .jq-selectbox__dropdown,
.cid-rGtUn0OFxn ul {
  border-radius: 20px!important;
}
.cid-rGtUn0OFxn .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtUn0OFxn .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtUn0OFxn .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtUn0OFxn input,
.cid-rGtUn0OFxn textarea,
.cid-rGtUn0OFxn .select {
  border-radius: 30px;
}
.cid-rGtUn0OFxn input,
.cid-rGtUn0OFxn textarea {
  padding: 1rem 2rem;
}
.cid-rGtUn0OFxn textarea {
  min-height: 10rem;
}
.cid-rGtUn0OFxn .form-control,
.cid-rGtUn0OFxn .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtUn0OFxn .form-control::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input::-webkit-input-placeholder,
.cid-rGtUn0OFxn .form-control::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtUn0OFxn .form-control:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:-moz-placeholder,
.cid-rGtUn0OFxn .form-control:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtUn0OFxn .form-control:hover,
.cid-rGtUn0OFxn .field-input:hover,
.cid-rGtUn0OFxn .form-control:focus,
.cid-rGtUn0OFxn .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtUn0OFxn .form-control:hover::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input:hover::-webkit-input-placeholder,
.cid-rGtUn0OFxn .form-control:focus::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input:focus::-webkit-input-placeholder,
.cid-rGtUn0OFxn .form-control:hover::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input:hover::-webkit-input-placeholder,
.cid-rGtUn0OFxn .form-control:focus::-webkit-input-placeholder,
.cid-rGtUn0OFxn .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtUn0OFxn .form-control:hover:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:hover:-moz-placeholder,
.cid-rGtUn0OFxn .form-control:focus:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:focus:-moz-placeholder,
.cid-rGtUn0OFxn .form-control:hover:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:hover:-moz-placeholder,
.cid-rGtUn0OFxn .form-control:focus:-moz-placeholder,
.cid-rGtUn0OFxn .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtUn0OFxn .jq-number__spin:hover,
.cid-rGtUn0OFxn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtUn0OFxn .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtUn0OFxn .jq-selectbox li,
.cid-rGtUn0OFxn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtUn0OFxn .jq-selectbox li:hover,
.cid-rGtUn0OFxn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtUn0OFxn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtUn0OFxn .jq-number__spin.minus:hover:after,
.cid-rGtUn0OFxn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtUn0OFxn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtUn0OFxn .jq-number__spin.minus:after,
.cid-rGtUn0OFxn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtUn0OFxn input::-webkit-clear-button {
  display: none;
}
.cid-rGtUn0OFxn input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtUn0OFxn input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtUn0OFxn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtUn0OFxn .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGtUn0OFxn .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGtUn0OFxn .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGtUn0OFxn .title1 {
  margin: 0;
}
.cid-rGtUn0OFxn .align-wrap {
  display: block;
}
.cid-rGtUn0OFxn .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGtUn0OFxn form {
    padding: 0;
  }
  .cid-rGtUn0OFxn .socicon-wrap {
    margin: auto;
  }
}
.cid-rGtUn0OFxn .title {
  color: #ffffff;
}
.cid-rGtUn0OFxn .icon-title,
.cid-rGtUn0OFxn .align-wrap {
  color: #ffffff;
}
.cid-rGtUn0OFxn .title1,
.cid-rGtUn0OFxn .title-col {
  color: #1e824c;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e824c;
}
.cid-rGtUo6gJTl .media-container-row .mbr-text {
  color: #ffffff;
}
