.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.5rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTFMZ7Z6eX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTFMZ7Z6eX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFMZ7Z6eX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTFMZ7Z6eX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTFMZ7Z6eX .row {
  flex-direction: row-reverse;
}
.cid-uTFMZ7Z6eX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTFMZ7Z6eX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTFMZ7Z6eX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTFMZ7Z6eX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTFMZ7Z6eX .mbr-text,
.cid-uTFMZ7Z6eX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTFMZ8c005 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTFMZ8c005 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTFMZ8c005 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTFMZ8c005 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTFMZ8c005 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTFMZ8c005 .content-head {
  max-width: 800px;
}
.cid-uTFMZ8mGgg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTFMZ8mGgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFMZ8mGgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFMZ8mGgg .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTFMZ8mGgg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTFMZ8mGgg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTFMZ8mGgg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTFMZ8mGgg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTFMZ8mGgg .image-wrapper {
  padding: 0 1rem;
}
.cid-uTFMZ8mGgg img,
.cid-uTFMZ8mGgg .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTFMZ8mGgg img,
  .cid-uTFMZ8mGgg .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTFMZ8mGgg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uTFMZ8mGgg .mbr-text {
  color: #000000;
}
.cid-uTFMZ8mGgg .mbr-text,
.cid-uTFMZ8mGgg .mbr-section-btn {
  text-align: left;
}
.cid-uTFMZ8xYqX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTFMZ8xYqX img,
.cid-uTFMZ8xYqX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTFMZ8xYqX img,
  .cid-uTFMZ8xYqX .item-img {
    max-height: 300px;
  }
}
.cid-uTFMZ8xYqX .item:focus,
.cid-uTFMZ8xYqX span:focus {
  outline: none;
}
.cid-uTFMZ8xYqX .item-wrapper {
  position: relative;
}
.cid-uTFMZ8xYqX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTFMZ8xYqX .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uTFMZ8xYqX .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTFMZ8xYqX .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uTFMZ8xYqX .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTFMZ8xYqX .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uTFMZ8xYqX .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uTFMZ8xYqX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTFMZ8xYqX .mbr-section-title {
  color: #232323;
}
.cid-uTFMZ8xYqX .mbr-text,
.cid-uTFMZ8xYqX .mbr-section-btn {
  text-align: left;
}
.cid-uTFMZ8xYqX .item-title {
  text-align: left;
}
.cid-uTFMZ8xYqX .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uTFMZ8xYqX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uTFMZ8xYqX .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uTFMZ8xYqX .embla__button--next,
.cid-uTFMZ8xYqX .embla__button--prev {
  display: flex;
}
.cid-uTFMZ8xYqX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTFMZ8xYqX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTFMZ8xYqX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTFMZ8xYqX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTFMZ8xYqX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTFMZ8xYqX .embla__button {
    top: auto;
  }
}
.cid-uTFMZ8xYqX .embla {
  position: relative;
  width: 100%;
}
.cid-uTFMZ8xYqX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTFMZ8xYqX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTFMZ8xYqX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTFMZ8xYqX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTFMZ8xYqX .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uTFMZ8xYqX .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uTFMZ8xYqX .content-head {
  max-width: 800px;
}
.cid-uTFMZ94HLE {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTFMZ94HLE img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTFMZ99VSU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTFMZ99VSU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTFMZ99VSU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTFMZ99VSU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTFMZ99VSU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTFMZ99VSU .content-head {
  max-width: 800px;
}
.cid-uTFMZ9lZPx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envio-camioneta.png");
}
.cid-uTFMZ9lZPx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTFMZ9lZPx {
    align-items: flex-end;
  }
  .cid-uTFMZ9lZPx .row {
    justify-content: center;
  }
  .cid-uTFMZ9lZPx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTFMZ9lZPx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTFMZ9lZPx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTFMZ9lZPx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTFMZ9lZPx .content-wrap {
    width: 100%;
  }
}
.cid-uTFMZ9lZPx .mbr-section-title,
.cid-uTFMZ9lZPx .mbr-section-subtitle {
  text-align: center;
}
.cid-uTFMZ9lZPx .mbr-text,
.cid-uTFMZ9lZPx .mbr-section-btn {
  text-align: center;
}
.cid-uTFMZ9lZPx .mbr-section-title {
  color: #ffffff;
}
.cid-uTFMZ9yXmw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTFMZ9yXmw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTFMZ9yXmw .social-row .soc-item {
  margin: 8px;
}
.cid-uTFMZ9yXmw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTFMZ9yXmw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTFMZ9yXmw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTFMZ9yXmw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTFMZ9yXmw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTFMZ9yXmw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTFMZ9yXmw .header-menu li p {
  margin: 0;
}
.cid-uTFMZ9yXmw .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTFMZ9yXmw .mbr-section-title {
  color: #ffffff;
}
.cid-uTG7Cc1kEz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTG7Cc1kEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTG7Cc1kEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTG7Cc1kEz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTG7Cc1kEz .row {
  flex-direction: row-reverse;
}
.cid-uTG7Cc1kEz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTG7Cc1kEz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTG7Cc1kEz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTG7Cc1kEz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTG7Cc1kEz .mbr-text,
.cid-uTG7Cc1kEz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTG7Ccg9jT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTG7Ccg9jT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTG7Ccg9jT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTG7Ccg9jT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTG7Ccg9jT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTG7Ccg9jT .content-head {
  max-width: 800px;
}
.cid-uTG7Ccp0Ox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTG7Ccp0Ox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTG7Ccp0Ox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTG7Ccp0Ox .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTG7Ccp0Ox .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTG7Ccp0Ox .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTG7Ccp0Ox .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTG7Ccp0Ox .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTG7Ccp0Ox .image-wrapper {
  padding: 0 1rem;
}
.cid-uTG7Ccp0Ox img,
.cid-uTG7Ccp0Ox .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTG7Ccp0Ox img,
  .cid-uTG7Ccp0Ox .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTG7Ccp0Ox .mbr-section-title {
  color: #000000;
}
.cid-uTG7Ccp0Ox .mbr-text {
  color: #000000;
}
.cid-uTG7Ccp0Ox .mbr-text,
.cid-uTG7Ccp0Ox .mbr-section-btn {
  text-align: left;
}
.cid-uTG7CczN7b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTG7CczN7b img,
.cid-uTG7CczN7b .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTG7CczN7b img,
  .cid-uTG7CczN7b .item-img {
    max-height: 300px;
  }
}
.cid-uTG7CczN7b .item:focus,
.cid-uTG7CczN7b span:focus {
  outline: none;
}
.cid-uTG7CczN7b .item-wrapper {
  position: relative;
}
.cid-uTG7CczN7b .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTG7CczN7b .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uTG7CczN7b .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTG7CczN7b .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uTG7CczN7b .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTG7CczN7b .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uTG7CczN7b .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uTG7CczN7b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTG7CczN7b .mbr-section-title {
  color: #232323;
}
.cid-uTG7CczN7b .mbr-text,
.cid-uTG7CczN7b .mbr-section-btn {
  text-align: left;
}
.cid-uTG7CczN7b .item-title {
  text-align: left;
}
.cid-uTG7CczN7b .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uTG7CczN7b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uTG7CczN7b .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uTG7CczN7b .embla__button--next,
.cid-uTG7CczN7b .embla__button--prev {
  display: flex;
}
.cid-uTG7CczN7b .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTG7CczN7b .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTG7CczN7b .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTG7CczN7b .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTG7CczN7b .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTG7CczN7b .embla__button {
    top: auto;
  }
}
.cid-uTG7CczN7b .embla {
  position: relative;
  width: 100%;
}
.cid-uTG7CczN7b .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTG7CczN7b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTG7CczN7b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTG7CczN7b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTG7CczN7b .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uTG7CczN7b .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uTG7CczN7b .content-head {
  max-width: 800px;
}
.cid-uTG7Cd2c5a {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTG7Cd2c5a img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTG7Cd8hp9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTG7Cd8hp9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTG7Cd8hp9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTG7Cd8hp9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTG7Cd8hp9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTG7Cd8hp9 .content-head {
  max-width: 800px;
}
.cid-uTG7Cdhfwn {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envio-camioneta.png");
}
.cid-uTG7Cdhfwn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTG7Cdhfwn {
    align-items: flex-end;
  }
  .cid-uTG7Cdhfwn .row {
    justify-content: center;
  }
  .cid-uTG7Cdhfwn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTG7Cdhfwn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTG7Cdhfwn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTG7Cdhfwn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTG7Cdhfwn .content-wrap {
    width: 100%;
  }
}
.cid-uTG7Cdhfwn .mbr-section-title,
.cid-uTG7Cdhfwn .mbr-section-subtitle {
  text-align: center;
}
.cid-uTG7Cdhfwn .mbr-text,
.cid-uTG7Cdhfwn .mbr-section-btn {
  text-align: center;
}
.cid-uTG7Cdhfwn .mbr-section-title {
  color: #ffffff;
}
.cid-uTG7CdtUBz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTG7CdtUBz .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTG7CdtUBz .social-row .soc-item {
  margin: 8px;
}
.cid-uTG7CdtUBz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTG7CdtUBz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTG7CdtUBz .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTG7CdtUBz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTG7CdtUBz .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTG7CdtUBz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTG7CdtUBz .header-menu li p {
  margin: 0;
}
.cid-uTG7CdtUBz .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTG7CdtUBz .mbr-section-title {
  color: #ffffff;
}
.cid-uTAj2LuCPy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTAj2LuCPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAj2LuCPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTAj2LuCPy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTAj2LuCPy .row {
  flex-direction: row-reverse;
}
.cid-uTAj2LuCPy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTAj2LuCPy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTAj2LuCPy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTAj2LuCPy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTAj2LuCPy .mbr-text,
.cid-uTAj2LuCPy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTBfyITRmH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTBfyITRmH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTBfyITRmH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTBfyITRmH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTBfyITRmH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTBfyITRmH .content-head {
  max-width: 800px;
}
.cid-uTAdWUrNEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTAdWUrNEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAdWUrNEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAdWUrNEy .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTAdWUrNEy .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTAdWUrNEy .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTAdWUrNEy .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTAdWUrNEy .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTAdWUrNEy .image-wrapper {
  padding: 0 1rem;
}
.cid-uTAdWUrNEy img,
.cid-uTAdWUrNEy .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTAdWUrNEy img,
  .cid-uTAdWUrNEy .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTAdWUrNEy .mbr-section-title {
  color: #000000;
}
.cid-uTAdWUrNEy .mbr-text {
  color: #000000;
}
.cid-uTAdWUrNEy .mbr-text,
.cid-uTAdWUrNEy .mbr-section-btn {
  text-align: left;
}
.cid-uTAuZha6Bc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTAuZha6Bc img,
.cid-uTAuZha6Bc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTAuZha6Bc img,
  .cid-uTAuZha6Bc .item-img {
    max-height: 300px;
  }
}
.cid-uTAuZha6Bc .item:focus,
.cid-uTAuZha6Bc span:focus {
  outline: none;
}
.cid-uTAuZha6Bc .item-wrapper {
  position: relative;
}
.cid-uTAuZha6Bc .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTAuZha6Bc .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uTAuZha6Bc .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTAuZha6Bc .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uTAuZha6Bc .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTAuZha6Bc .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uTAuZha6Bc .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uTAuZha6Bc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTAuZha6Bc .mbr-section-title {
  color: #232323;
}
.cid-uTAuZha6Bc .mbr-text,
.cid-uTAuZha6Bc .mbr-section-btn {
  text-align: left;
}
.cid-uTAuZha6Bc .item-title {
  text-align: left;
}
.cid-uTAuZha6Bc .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uTAuZha6Bc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uTAuZha6Bc .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uTAuZha6Bc .embla__button--next,
.cid-uTAuZha6Bc .embla__button--prev {
  display: flex;
}
.cid-uTAuZha6Bc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTAuZha6Bc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTAuZha6Bc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTAuZha6Bc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTAuZha6Bc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTAuZha6Bc .embla__button {
    top: auto;
  }
}
.cid-uTAuZha6Bc .embla {
  position: relative;
  width: 100%;
}
.cid-uTAuZha6Bc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTAuZha6Bc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTAuZha6Bc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTAuZha6Bc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTAuZha6Bc .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uTAuZha6Bc .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uTAuZha6Bc .content-head {
  max-width: 800px;
}
.cid-uTArUEcnah {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTArUEcnah img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTALyk7dEr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTALyk7dEr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTALyk7dEr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTALyk7dEr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTALyk7dEr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTALyk7dEr .content-head {
  max-width: 800px;
}
.cid-uTBlLACc8N {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envio-camioneta.png");
}
.cid-uTBlLACc8N .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTBlLACc8N {
    align-items: flex-end;
  }
  .cid-uTBlLACc8N .row {
    justify-content: center;
  }
  .cid-uTBlLACc8N .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTBlLACc8N .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTBlLACc8N {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTBlLACc8N .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTBlLACc8N .content-wrap {
    width: 100%;
  }
}
.cid-uTBlLACc8N .mbr-section-title,
.cid-uTBlLACc8N .mbr-section-subtitle {
  text-align: center;
}
.cid-uTBlLACc8N .mbr-text,
.cid-uTBlLACc8N .mbr-section-btn {
  text-align: center;
}
.cid-uTBlLACc8N .mbr-section-title {
  color: #ffffff;
}
.cid-uTBmS1RAto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTBmS1RAto .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTBmS1RAto .social-row .soc-item {
  margin: 8px;
}
.cid-uTBmS1RAto .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTBmS1RAto .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTBmS1RAto .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTBmS1RAto .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTBmS1RAto .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTBmS1RAto .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTBmS1RAto .header-menu li p {
  margin: 0;
}
.cid-uTBmS1RAto .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTBmS1RAto .mbr-section-title {
  color: #ffffff;
}
.cid-uTGEwh3hsS {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTGEwh3hsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGEwh3hsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTGEwh3hsS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTGEwh3hsS .row {
  flex-direction: row-reverse;
}
.cid-uTGEwh3hsS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTGEwh3hsS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTGEwh3hsS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTGEwh3hsS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTGEwh3hsS .mbr-text,
.cid-uTGEwh3hsS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTGEwheGOF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTGEwheGOF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTGEwheGOF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTGEwheGOF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTGEwheGOF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTGEwheGOF .content-head {
  max-width: 800px;
}
.cid-uTGEwhmmTS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTGEwhmmTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGEwhmmTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTGEwhmmTS .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTGEwhmmTS .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTGEwhmmTS .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTGEwhmmTS .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTGEwhmmTS .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTGEwhmmTS .image-wrapper {
  padding: 0 1rem;
}
.cid-uTGEwhmmTS img,
.cid-uTGEwhmmTS .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTGEwhmmTS img,
  .cid-uTGEwhmmTS .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTGEwhmmTS .mbr-section-title {
  color: #000000;
}
.cid-uTGEwhmmTS .mbr-text {
  color: #000000;
}
.cid-uTGEwhmmTS .mbr-text,
.cid-uTGEwhmmTS .mbr-section-btn {
  text-align: left;
}
.cid-uTGEwhutA3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTGEwhutA3 img,
.cid-uTGEwhutA3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTGEwhutA3 img,
  .cid-uTGEwhutA3 .item-img {
    max-height: 300px;
  }
}
.cid-uTGEwhutA3 .item:focus,
.cid-uTGEwhutA3 span:focus {
  outline: none;
}
.cid-uTGEwhutA3 .item-wrapper {
  position: relative;
}
.cid-uTGEwhutA3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTGEwhutA3 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uTGEwhutA3 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTGEwhutA3 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uTGEwhutA3 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTGEwhutA3 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uTGEwhutA3 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uTGEwhutA3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTGEwhutA3 .mbr-section-title {
  color: #232323;
}
.cid-uTGEwhutA3 .mbr-text,
.cid-uTGEwhutA3 .mbr-section-btn {
  text-align: left;
}
.cid-uTGEwhutA3 .item-title {
  text-align: left;
}
.cid-uTGEwhutA3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uTGEwhutA3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uTGEwhutA3 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uTGEwhutA3 .embla__button--next,
.cid-uTGEwhutA3 .embla__button--prev {
  display: flex;
}
.cid-uTGEwhutA3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTGEwhutA3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTGEwhutA3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTGEwhutA3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTGEwhutA3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTGEwhutA3 .embla__button {
    top: auto;
  }
}
.cid-uTGEwhutA3 .embla {
  position: relative;
  width: 100%;
}
.cid-uTGEwhutA3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTGEwhutA3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTGEwhutA3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTGEwhutA3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTGEwhutA3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uTGEwhutA3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uTGEwhutA3 .content-head {
  max-width: 800px;
}
.cid-uTGEwhX5I9 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTGEwhX5I9 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTGEwi3T4e {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTGEwi3T4e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTGEwi3T4e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTGEwi3T4e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTGEwi3T4e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTGEwi3T4e .content-head {
  max-width: 800px;
}
.cid-uTGEwiaMcp {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/envio-camioneta.png");
}
.cid-uTGEwiaMcp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uTGEwiaMcp {
    align-items: flex-end;
  }
  .cid-uTGEwiaMcp .row {
    justify-content: center;
  }
  .cid-uTGEwiaMcp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTGEwiaMcp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTGEwiaMcp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uTGEwiaMcp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTGEwiaMcp .content-wrap {
    width: 100%;
  }
}
.cid-uTGEwiaMcp .mbr-section-title,
.cid-uTGEwiaMcp .mbr-section-subtitle {
  text-align: center;
}
.cid-uTGEwiaMcp .mbr-text,
.cid-uTGEwiaMcp .mbr-section-btn {
  text-align: center;
}
.cid-uTGEwiaMcp .mbr-section-title {
  color: #ffffff;
}
.cid-uTGEwiliBA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTGEwiliBA .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTGEwiliBA .social-row .soc-item {
  margin: 8px;
}
.cid-uTGEwiliBA .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTGEwiliBA .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTGEwiliBA .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTGEwiliBA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTGEwiliBA .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTGEwiliBA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTGEwiliBA .header-menu li p {
  margin: 0;
}
.cid-uTGEwiliBA .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTGEwiliBA .mbr-section-title {
  color: #ffffff;
}
.cid-uTMPUNsqw9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTMPUNsqw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMPUNsqw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTMPUNsqw9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTMPUNsqw9 .row {
  flex-direction: row-reverse;
}
.cid-uTMPUNsqw9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTMPUNsqw9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTMPUNsqw9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTMPUNsqw9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTMPUNsqw9 .mbr-text,
.cid-uTMPUNsqw9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTMPUNA8Go {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTMPUNA8Go .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTMPUNA8Go form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTMPUNA8Go form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTMPUNA8Go form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTMPUNA8Go .content-head {
  max-width: 800px;
}
.cid-uTMPUNJagv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTMPUNJagv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMPUNJagv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMPUNJagv .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uTMPUNJagv .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTMPUNJagv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uTMPUNJagv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uTMPUNJagv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uTMPUNJagv .image-wrapper {
  padding: 0 1rem;
}
.cid-uTMPUNJagv img,
.cid-uTMPUNJagv .image-wrapper {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTMPUNJagv img,
  .cid-uTMPUNJagv .image-wrapper {
    max-height: 350px;
  }
}
.cid-uTMPUNJagv .mbr-section-title {
  color: #000000;
}
.cid-uTMPUNJagv .mbr-text {
  color: #000000;
}
.cid-uTMPUNJagv .mbr-text,
.cid-uTMPUNJagv .mbr-section-btn {
  text-align: left;
}
.cid-uTMPUNS8jM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uTMPUNS8jM img,
.cid-uTMPUNS8jM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uTMPUNS8jM img,
  .cid-uTMPUNS8jM .item-img {
    max-height: 300px;
  }
}
.cid-uTMPUNS8jM .item:focus,
.cid-uTMPUNS8jM span:focus {
  outline: none;
}
.cid-uTMPUNS8jM .item-wrapper {
  position: relative;
}
.cid-uTMPUNS8jM .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uTMPUNS8jM .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uTMPUNS8jM .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTMPUNS8jM .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uTMPUNS8jM .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uTMPUNS8jM .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uTMPUNS8jM .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uTMPUNS8jM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTMPUNS8jM .mbr-section-title {
  color: #232323;
}
.cid-uTMPUNS8jM .mbr-text,
.cid-uTMPUNS8jM .mbr-section-btn {
  text-align: left;
}
.cid-uTMPUNS8jM .item-title {
  text-align: left;
}
.cid-uTMPUNS8jM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uTMPUNS8jM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uTMPUNS8jM .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uTMPUNS8jM .embla__button--next,
.cid-uTMPUNS8jM .embla__button--prev {
  display: flex;
}
.cid-uTMPUNS8jM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTMPUNS8jM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTMPUNS8jM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTMPUNS8jM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTMPUNS8jM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTMPUNS8jM .embla__button {
    top: auto;
  }
}
.cid-uTMPUNS8jM .embla {
  position: relative;
  width: 100%;
}
.cid-uTMPUNS8jM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTMPUNS8jM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTMPUNS8jM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTMPUNS8jM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uTMPUNS8jM .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uTMPUNS8jM .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uTMPUNS8jM .content-head {
  max-width: 800px;
}
.cid-uTMPUOpVPI {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uTMPUOpVPI img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uXDFnUKGyW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uXDFnUKGyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDFnUKGyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDFnUKGyW .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uXDFnUKGyW .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXDFnUKGyW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uXDFnUKGyW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uXDFnUKGyW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uXDFnUKGyW .image-wrapper {
  padding: 0 1rem;
}
.cid-uXDFnUKGyW img,
.cid-uXDFnUKGyW .image-wrapper {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uXDFnUKGyW img,
  .cid-uXDFnUKGyW .image-wrapper {
    max-height: 350px;
  }
}
.cid-uXDFnUKGyW .mbr-section-title {
  color: #000000;
}
.cid-uXDFnUKGyW .mbr-text {
  color: #000000;
}
.cid-uXDFnUKGyW .mbr-text,
.cid-uXDFnUKGyW .mbr-section-btn {
  text-align: left;
}
.cid-uXDG9WbYxY {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uXDG9WbYxY img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uTMPUOwagk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTMPUOwagk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTMPUOwagk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTMPUOwagk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTMPUOwagk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTMPUOwagk .content-head {
  max-width: 800px;
}
.cid-uTMPUOSVoN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTMPUOSVoN .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTMPUOSVoN .social-row .soc-item {
  margin: 8px;
}
.cid-uTMPUOSVoN .social-row .soc-item a:hover .mbr-iconfont,
.cid-uTMPUOSVoN .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uTMPUOSVoN .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uTMPUOSVoN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTMPUOSVoN .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTMPUOSVoN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTMPUOSVoN .header-menu li p {
  margin: 0;
}
.cid-uTMPUOSVoN .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uTMPUOSVoN .mbr-section-title {
  color: #ffffff;
}
