body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat-Black';
  font-size: 6rem;
  line-height: 1.19791667;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.94736842rem;
    line-height: 1.21916667;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.50877193rem;
    line-height: 1.246875;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.89285714rem;
    line-height: 1.54;
  }
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2fb55e !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2fb55e !important;
  border-color: #2fb55e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2fb55e;
  border-color: #2fb55e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2fb55e !important;
  border-color: #2fb55e !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-success:hover {
  background-color: #012955 !important;
  border-color: #012955 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !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:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2fb55e;
  color: #2fb55e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2fb55e !important;
  border-color: #2fb55e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2fb55e !important;
  border-color: #2fb55e !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px 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: 1px 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;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #2fb55e !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5cd586 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #2fb55e !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.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.active .btn {
  background-color: #2fb55e;
  border-color: #2fb55e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2fb55e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #84dfa4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #2fb55e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2fb55e;
  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: #2fb55e;
  border-bottom-color: #2fb55e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #2fb55e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dddddd !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;
}
.link.display-4 a {
  font-size: 0.9rem;
  line-height: 1.125;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #2fb55e !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .dropdown-menu a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/different-electrical-tools-wooden-background-flat-lay-2000x1333.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/different-car-accessories-assortment-2000x1333.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/istockphoto-612248188-1024x683.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #108801;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-jacoby-clarke-1579356-1996x2496.webp");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #282727;
  text-align: left;
}
.cid-u5taym7T6d {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/longdivider.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.cid-u5taym7T6d .title__block {
  margin-bottom: 0px;
}
.cid-u5taym7T6d .mbr-section-title {
  color: #108801;
  text-align: left;
}
.cid-u5obN6frl1 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u5obN6frl1 .mbr-section-title {
  margin-bottom: 20px;
  color: #108801;
}
.cid-u5obN6frl1 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-u5obN6frl1 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-u5obN6frl1 .card__title1 {
  color: #000000;
}
.cid-u5obN6frl1 .card__title2 {
  color: #108801;
}
.cid-u5obN6frl1 .card__title3 {
  color: #f7941e;
}
.cid-u5obN6frl1 .figure {
  margin-bottom: 26px;
}
.cid-u5obN6frl1 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-u5obN6frl1 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/logo-only-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-u5obN6frl1 .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-u5obN6frl1 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-u5obN6frl1 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-u5obN6frl1 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-u5obN6frl1 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-u5obN6frl1 .figure {
    margin-bottom: 10px;
  }
  .cid-u5obN6frl1 .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-u5obN6frl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5obN6frl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tepGePfm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/divider.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 600px;
  background-color: white;
}
.cid-u5tepGePfm .title__block {
  margin-bottom: 0px;
}
.cid-u5tepGePfm .mbr-section-title {
  color: #108801;
  text-align: left;
}
.cid-u5oh2ccAD2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #108801;
}
.cid-u5oh2ccAD2 .top-part {
  margin-bottom: 70px;
}
.cid-u5oh2ccAD2 .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-u5oh2ccAD2 .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-u5oh2ccAD2 .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-u5oh2ccAD2 .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-u5oh2ccAD2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u5oh2ccAD2 .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-u5oh2ccAD2 .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link {
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ffffff;
  color: #28303f;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link.active span {
  color: #ffffff;
}
.cid-u5oh2ccAD2 .nav-tabs .nav-link span {
  margin-right: 14px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-u5oh2ccAD2 .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u5oh2ccAD2 .mbr-text,
  .cid-u5oh2ccAD2 .nav-link {
    text-align: left;
  }
  .cid-u5oh2ccAD2 .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-u5oh2ccAD2 .mbr-section-title,
  .cid-u5oh2ccAD2 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-u5oh2ccAD2 .tab-content {
  margin-top: 44px;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-section-title.display-5 {
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list.display-4 {
  color: #6d7a8c;
}
.cid-u5oh2ccAD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oh2ccAD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5oh2ccAD2 .top-part .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-section-title,
.cid-u5oh2ccAD2 .mbr-list {
  color: #108801;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-text,
.cid-u5oh2ccAD2 .mbr-list {
  color: #ffffff;
}
.cid-u5oh2ccAD2 .tab-content .tab-pane .mbr-list .list {
  color: #ffffff;
}
.cid-u5tgf50AhA {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .container {
    padding: 0 22px;
  }
}
.cid-u5tgf50AhA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u5tgf50AhA .content-wrapper {
  padding: 40px 0;
  display: flex;
  align-items: center;
  min-height: 455px;
  background-color: #108801;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .content-wrapper {
    display: block;
  }
}
.cid-u5tgf50AhA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u5tgf50AhA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u5tgf50AhA .embla__slide .slide-content {
  width: 100%;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .rating-wrapper {
  margin-bottom: 20px;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 30px;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-desc {
  padding-right: 10px;
  margin-bottom: 0;
}
.cid-u5tgf50AhA .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-date {
  padding-left: 10px;
  border-left: 1px solid #dadada;
  margin-bottom: 0;
}
.cid-u5tgf50AhA .embla__button--next,
.cid-u5tgf50AhA .embla__button--prev {
  display: flex;
}
.cid-u5tgf50AhA .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #e3e3e3 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u5tgf50AhA .embla__button {
    display: none;
  }
}
.cid-u5tgf50AhA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u5tgf50AhA .embla__button:hover {
  opacity: 1 !important;
}
.cid-u5tgf50AhA .embla__button.embla__button--prev {
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-u5tgf50AhA .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5tgf50AhA .card {
  justify-content: center;
}
.cid-u5tgf50AhA .embla {
  position: relative;
  width: 60%;
  padding: 0 104px;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .embla {
    width: 100%;
    padding: 0 20px 4rem;
  }
}
.cid-u5tgf50AhA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u5tgf50AhA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5tgf50AhA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5tgf50AhA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u5tgf50AhA .image-wrapper {
  width: 40%;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .image-wrapper {
    width: 100%;
  }
}
.cid-u5tgf50AhA .image-wrapper img {
  position: absolute;
  top: -5rem;
  right: -2rem;
  height: 300px;
  width: 300px;
  object-fit: cover;
  border: 15px solid white;
  float: left;
}
@media (max-width: 992px) {
  .cid-u5tgf50AhA .image-wrapper img {
    position: absolute;
    width: 300px;
  }
}
.cid-u5tgf50AhA .image-caption {
  display: block;
  margin: 10px 10px 10px 10px;
  text-align: left;
  font-size: 80%;
  color: white;
}
.cid-u5tgf50AhA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5tgf50AhA .item-text {
  color: #000305;
}
.cid-u5tgf50AhA .item-desc {
  color: #000305;
}
.cid-u5tgf50AhA .item-date {
  color: #b0b0b0;
}
.cid-u5tgf50AhA .mbr-rating {
  color: #000305;
}
.cid-u5tgf50AhA P {
  color: #ffffff;
  text-align: left;
}
.cid-s1pjqGvPdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/divider.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 600px;
  background-color: white;
}
.cid-s1pjqGvPdO .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #108801;
}
.cid-s1pjqGvPdO .mbr-section-title b,
.cid-s1pjqGvPdO .mbr-section-title strong {
  font-weight: 500;
}
.cid-s1pjqGvPdO .mbr-text {
  margin-bottom: 18px;
}
.cid-s1pjqGvPdO .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-s1pjqGvPdO .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-s1pjqGvPdO .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-s1pjqGvPdO .image {
  margin-right: 13px;
  width: 100%;
}
.cid-s1pjqGvPdO .image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.cid-s1pjqGvPdO .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s1pjqGvPdO .link a {
  font-weight: 700;
}
.cid-s1pjqGvPdO .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s1pjqGvPdO .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-s1pjqGvPdO .row__image {
    margin-bottom: 9px;
  }
  .cid-s1pjqGvPdO .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-s1pjqGvPdO .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-s1pjqGvPdO .title__block {
    margin-top: 60px;
  }
  .cid-s1pjqGvPdO .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-s1pjqGvPdO .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-s1pjqGvPdO .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-s1pjqGvPdO .mbr-text,
.cid-s1pjqGvPdO .link {
  color: #4c4c4c;
}
.cid-u5tjxixNTf {
  background-image: url("../../../assets/images/pexels-jacoby-clarke-1579356-1996x2496.webp");
}
.cid-u5tjxixNTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tjxixNTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tjxixNTf .container-fluid {
  padding: 0 70px;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .container-fluid {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-u5tjxixNTf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5tjxixNTf .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .container {
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .container {
    padding: 0 20px;
  }
}
.cid-u5tjxixNTf .row {
  height: 100%;
}
.cid-u5tjxixNTf .row .card {
  justify-content: flex-end;
}
.cid-u5tjxixNTf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u5tjxixNTf .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5tjxixNTf .mbr-section-btn {
    text-align: left;
  }
}
.cid-u5tjxixNTf .mbr-section-title {
  color: #ffffff;
}
.cid-u5vVRcYWsc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u5vVRcYWsc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-u5vVRcYWsc .bg-image-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url("../../../assets/images/pexels-pixabay-327540-2000x1331.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-u5vVRcYWsc .bg-image-wrap {
    display: none;
  }
}
.cid-u5vVRcYWsc .fb-page {
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u5vVRcYWsc .bg-image-wrap-inner {
  display: none;
}
@media (max-width: 1024px) {
  .cid-u5vVRcYWsc .bg-image-wrap-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: url("../../../assets/images/pexels-pixabay-327540-2000x1331.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.cid-u5vVRcYWsc .google-map {
  height: 686px;
  position: relative;
}
@media (min-width: 992px) {
  .cid-u5vVRcYWsc .google-map {
    border-right: 1px solid #7F8678;
  }
}
.cid-u5vVRcYWsc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u5vVRcYWsc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u5vVRcYWsc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5vVRcYWsc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5vVRcYWsc .inner-container {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u5vVRcYWsc .inner-container {
    flex-direction: column;
  }
}
.cid-u5vVRcYWsc .left {
  padding: 50px 0;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .cid-u5vVRcYWsc .left {
    padding: 0;
    padding-top: 73px;
    padding-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .cid-u5vVRcYWsc .left {
    flex-direction: column;
  }
}
.cid-u5vVRcYWsc .icons {
  padding: 5px 30px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cid-u5vVRcYWsc .icons div:first-child {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-u5vVRcYWsc .icons {
    padding-left: 30px;
  }
}
.cid-u5vVRcYWsc .star-icon {
  color: #ffffff;
}
.cid-u5vVRcYWsc .text-left {
  padding-right: 25%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-u5vVRcYWsc .text-left {
    padding: 40px 20px 0px 20px;
  }
}
.cid-u5vVRcYWsc h2,
.cid-u5vVRcYWsc p {
  margin: 0;
}
.cid-u5vVRcYWsc .mbr-section-title-one {
  color: #ffffff;
}
.cid-u5vVRcYWsc .mbr-section-title-two {
  color: #000000;
}
.cid-u5vVRcYWsc .mbr-text-one {
  color: #ffffff;
  font-weight: 300;
  margin-top: 14px;
}
.cid-u5vVRcYWsc .mbr-text-two {
  color: #6b6b6b;
  font-weight: 300;
  margin-top: 14px;
}
.cid-u5vVRcYWsc .text-right {
  width: 505px;
  max-width: 505px;
}
@media (max-width: 767px) {
  .cid-u5vVRcYWsc .text-right {
    width: 100%;
  }
}
.cid-u5vVRcYWsc .value {
  border: none;
}
.cid-u5vVRcYWsc .link-wrap {
  padding-top: 5px;
}
.cid-u5vVRcYWsc .link {
  font-weight: 600;
  position: relative;
}
.cid-u5vVRcYWsc .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uc3wcC5NBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uc3wcC5NBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc3wcC5NBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc3wcC5NBd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .container {
    padding: 0 25px;
  }
}
.cid-uc3wcC5NBd .row {
  justify-content: center;
}
.cid-uc3wcC5NBd .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uc3wcC5NBd .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uc3wcC5NBd .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uc3wcC5NBd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc3wcC5NBd .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uc3wcC5NBd .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc3wcC5NBd .list-wrapper .list .item-wrap:hover,
.cid-uc3wcC5NBd .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uc3wcC5NBd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uc3wcC5NBd .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uc3wcC5NBd .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uc3wcC5NBd .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uc3wcC5NBd .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uc3wcC5NBd .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uc3wcC5NBd .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uc3wcC5NBd .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uc3wcC5NBd .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uc3wcC5NBd .copyright {
    margin-bottom: 20px;
  }
}
.cid-uc3wcC5NBd .mbr-section-btn {
  text-align: center;
}
.cid-uc3wcC5NBd .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uc3wcC5NBd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uc3wcC5NBd .mbr-text {
  color: #ffffff;
}
.cid-uc3wcC5NBd .list {
  color: #ffffff;
}
