body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: 0em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #76b900 !important;
}
.bg-info {
  background-color: #ff6400 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-info:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #76b900 !important;
  border-color: #76b900 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #76b900;
  border-color: #76b900;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #76b900 !important;
  border-color: #76b900 !important;
}
.btn-success:hover {
  background-color: #558600 !important;
  border-color: #558600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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 {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #76b900;
  color: #76b900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #76b900 !important;
  border-color: #76b900;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #76b900 !important;
  border-color: #76b900 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !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:hover {
  color: #17161a !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #76b900 !important;
}
.text-info {
  color: #ff6400 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #355300 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #993c00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #76b900;
}
.alert-info {
  background-color: #ff6400;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7ff3a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !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;
}
#custom-html-6 {
  /* Type valid CSS here */
}
#custom-html-6 img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #custom-html-6 .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  #custom-html-6 .mobile {
    display: none;
  }
}
.cid-uSSg1SsSRW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSSg1SsSRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSg1SsSRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSg1SsSRW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSSg1SsSRW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSSg1SsSRW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uSSg1SsSRW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSSg1SsSRW .embla__slide .slide-content {
  width: 100%;
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000000;
  overflow: hidden;
  padding-bottom: 20px;
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper:hover .card-box .item-img img,
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper:focus .card-box .item-img img {
  transform: scale(1.1);
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .card-box .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 50%;
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  margin: 40px 0 0;
}
@media (max-width: 992px) {
  .cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSSg1SsSRW .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-uSSg1SsSRW .embla__button--next,
.cid-uSSg1SsSRW .embla__button--prev {
  display: flex;
}
.cid-uSSg1SsSRW .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cid-uSSg1SsSRW .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uSSg1SsSRW .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-uSSg1SsSRW .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-uSSg1SsSRW .embla__button.embla__button--prev {
  margin-right: 62px;
}
.cid-uSSg1SsSRW .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uSSg1SsSRW .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSSg1SsSRW .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uSSg1SsSRW .embla__viewport {
    padding: 0;
  }
}
.cid-uSSg1SsSRW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSSg1SsSRW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSSg1SsSRW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSSg1SsSRW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSSg1SsSRW .mbr-section-title,
.cid-uSSg1SsSRW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSSg1SsSRW .card-title {
  color: #323432;
}
.cid-uSSg1SsSRW .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSSg1SsSRW .card-title,
.cid-uSSg1SsSRW .mbr-section-btn {
  color: #76b900;
  text-align: center;
}
.cid-uSWvJ7mt2P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uSWvJ7mt2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSWvJ7mt2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSWvJ7mt2P .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSWvJ7mt2P .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSWvJ7mt2P .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSWvJ7mt2P .container {
    padding: 0 20px;
  }
}
.cid-uSWvJ7mt2P .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSWvJ7mt2P .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSWvJ7mt2P .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSWvJ7mt2P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSWvJ7mt2P .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uSWvJ7mt2P .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uSWvJ7mt2P .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uSWvJ7mt2P .number {
  color: #ffffff;
}
.cid-uSWvJ7mt2P .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uSWvJ7mt2P .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uSWvJ7mt2P .period {
    font-size: 0.8rem;
  }
}
.cid-uSWvJ7mt2P .mbr-section-title {
  color: #ffffff;
}
.cid-uSWvJ7mt2P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSWvJ7mt2P .mbr-section-title,
.cid-uSWvJ7mt2P .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uSSqZT8Ldc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSSqZT8Ldc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSqZT8Ldc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSSqZT8Ldc .row {
    padding: 0 13px;
  }
}
.cid-uSSqZT8Ldc .title-wrapper {
  margin-bottom: 64px;
}
.cid-uSSqZT8Ldc .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uSSqZT8Ldc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSSqZT8Ldc .card-wrapper {
  margin-bottom: 42px;
}
.cid-uSSqZT8Ldc .card-wrapper .card-title_1,
.cid-uSSqZT8Ldc .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-uSSqZT8Ldc .card-wrapper .card-text_1,
.cid-uSSqZT8Ldc .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-uSSqZT8Ldc .card-wrapper .card-title_1,
  .cid-uSSqZT8Ldc .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-uSSqZT8Ldc .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSSqZT8Ldc .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uSSqZT8Ldc .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
    width: 100%;
  }
}
.cid-uSSqZT8Ldc .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uSSqZT8Ldc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSSqZT8Ldc .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uSSqZT8Ldc .card-title_1 {
  color: #76b900;
  text-align: right;
}
.cid-uSSqZT8Ldc .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-uSSqZT8Ldc .card-title_2 {
  color: #76b900;
}
.cid-uSSqZT8Ldc .card-text_2 {
  color: #b6b6b6;
}
.cid-uSSqZT8Ldc .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uSSqZT8Ldc .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uST177pMle {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uST177pMle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST177pMle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST177pMle .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uST177pMle .container-fluid {
    padding: 0 20px;
  }
}
.cid-uST177pMle .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uST177pMle .container {
    padding: 0 20px;
  }
}
.cid-uST177pMle .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uST177pMle .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uST177pMle .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uST177pMle .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uST177pMle .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uST177pMle .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uST177pMle .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uST177pMle .number {
  color: #ffffff;
}
.cid-uST177pMle .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uST177pMle .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uST177pMle .period {
    font-size: 0.8rem;
  }
}
.cid-uST177pMle .mbr-section-title {
  color: #ffffff;
}
.cid-uST177pMle .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uST177pMle .mbr-section-title,
.cid-uST177pMle .mbr-section-btn {
  text-align: center;
  color: #ff2121;
}
.cid-uSSyk2vp5E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSSyk2vp5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSyk2vp5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSSyk2vp5E .row {
    padding: 0 13px;
  }
}
.cid-uSSyk2vp5E .title-wrapper {
  margin-bottom: 64px;
}
.cid-uSSyk2vp5E .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uSSyk2vp5E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSSyk2vp5E .card-wrapper {
  margin-bottom: 42px;
}
.cid-uSSyk2vp5E .card-wrapper .card-title_1,
.cid-uSSyk2vp5E .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-uSSyk2vp5E .card-wrapper .card-text_1,
.cid-uSSyk2vp5E .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-uSSyk2vp5E .card-wrapper .card-title_1,
  .cid-uSSyk2vp5E .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-uSSyk2vp5E .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSSyk2vp5E .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uSSyk2vp5E .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-uSSyk2vp5E .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uSSyk2vp5E .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSSyk2vp5E .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uSSyk2vp5E .card-title_1 {
  color: #76b900;
  text-align: right;
}
.cid-uSSyk2vp5E .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-uSSyk2vp5E .card-title_2 {
  color: #76b900;
}
.cid-uSSyk2vp5E .card-text_2 {
  color: #b6b6b6;
}
.cid-uSSyk2vp5E .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uSSyk2vp5E .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSSNI5rxkf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSSNI5rxkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSNI5rxkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSNI5rxkf .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSSNI5rxkf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSSNI5rxkf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSSNI5rxkf .container {
    padding: 0 20px;
  }
}
.cid-uSSNI5rxkf .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSSNI5rxkf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSSNI5rxkf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSSNI5rxkf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSSNI5rxkf .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uSSNI5rxkf .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uSSNI5rxkf .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uSSNI5rxkf .number {
  color: #ffffff;
}
.cid-uSSNI5rxkf .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uSSNI5rxkf .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uSSNI5rxkf .period {
    font-size: 0.8rem;
  }
}
.cid-uSSNI5rxkf .mbr-section-title {
  color: #ffffff;
}
.cid-uSSNI5rxkf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSSNI5rxkf .mbr-section-title,
.cid-uSSNI5rxkf .mbr-section-btn {
  text-align: center;
  color: #ff2121;
}
.cid-uSSyP50Mig {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSSyP50Mig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSyP50Mig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSSyP50Mig .row {
    padding: 0 13px;
  }
}
.cid-uSSyP50Mig .title-wrapper {
  margin-bottom: 64px;
}
.cid-uSSyP50Mig .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uSSyP50Mig .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSSyP50Mig .card-wrapper {
  margin-bottom: 42px;
}
.cid-uSSyP50Mig .card-wrapper .card-title_1,
.cid-uSSyP50Mig .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-uSSyP50Mig .card-wrapper .card-text_1,
.cid-uSSyP50Mig .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-uSSyP50Mig .card-wrapper .card-title_1,
  .cid-uSSyP50Mig .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-uSSyP50Mig .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uSSyP50Mig .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uSSyP50Mig .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-uSSyP50Mig .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uSSyP50Mig .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSSyP50Mig .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-uSSyP50Mig .card-title_1 {
  color: #76b900;
  text-align: right;
}
.cid-uSSyP50Mig .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-uSSyP50Mig .card-title_2 {
  color: #76b900;
}
.cid-uSSyP50Mig .card-text_2 {
  color: #b6b6b6;
}
.cid-uSSyP50Mig .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uSSyP50Mig .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSSNIAMeWd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uSSNIAMeWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSNIAMeWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSSNIAMeWd .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uSSNIAMeWd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uSSNIAMeWd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSSNIAMeWd .container {
    padding: 0 20px;
  }
}
.cid-uSSNIAMeWd .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSSNIAMeWd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uSSNIAMeWd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSSNIAMeWd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSSNIAMeWd .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uSSNIAMeWd .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uSSNIAMeWd .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uSSNIAMeWd .number {
  color: #ffffff;
}
.cid-uSSNIAMeWd .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uSSNIAMeWd .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uSSNIAMeWd .period {
    font-size: 0.8rem;
  }
}
.cid-uSSNIAMeWd .mbr-section-title {
  color: #ffffff;
}
.cid-uSSNIAMeWd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSSNIAMeWd .mbr-section-title,
.cid-uSSNIAMeWd .mbr-section-btn {
  text-align: center;
  color: #ff2121;
}
.cid-uSRl0FKGF9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSRl0FKGF9 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uSRl0FKGF9 .card-box {
  z-index: 2;
  position: relative;
}
.cid-uSRl0FKGF9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #76b900;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uSRl0FKGF9 .mbr-iconfont-big {
  font-size: 16rem;
  color: #76b900;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uSRl0FKGF9 .card-title,
.cid-uSRl0FKGF9 .card-text,
.cid-uSRl0FKGF9 .card-number {
  transition: all 0.3s;
}
.cid-uSRl0FKGF9 .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #000000;
  transition: all 0.3s;
}
.cid-uSRl0FKGF9 .card-wrapper:hover {
  background: #76b900;
}
.cid-uSRl0FKGF9 .card-wrapper:hover .mbr-iconfont-big {
  color: #e6ffb9;
  transform: rotate(-20deg);
}
.cid-uSRl0FKGF9 .card-wrapper:hover .card-title,
.cid-uSRl0FKGF9 .card-wrapper:hover .card-text,
.cid-uSRl0FKGF9 .card-wrapper:hover .card-number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSRl0FKGF9 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uSRl0FKGF9 .card-title,
.cid-uSRl0FKGF9 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSRl0FKGF9 .card-text {
  color: #353535;
}
.cid-uSRl0FKGF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRl0FKGF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRl0FKGF9 .card-number {
  text-align: center;
  color: #ffffff;
}
.cid-uSRl0FKGF9 .mbr-section-title {
  color: #ffffff;
}
.cid-uSRl0FKGF9 .mbr-section-subtitle {
  color: #6a696c;
}
.cid-uSRp2IbTBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSRp2IbTBI .content__block {
  padding: 50px 15px;
}
.cid-uSRp2IbTBI .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uSRp2IbTBI .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSRp2IbTBI .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uSRp2IbTBI .image {
  perspective: 3500px;
  position: relative;
}
.cid-uSRp2IbTBI .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-uSRp2IbTBI .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSRp2IbTBI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSRp2IbTBI .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uSRp2IbTBI .content__block {
    padding: 30px 15px;
  }
  .cid-uSRp2IbTBI .mbr-figure {
    padding: 0;
  }
  .cid-uSRp2IbTBI .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uSRp2IbTBI .lg-push {
    right: 11%;
  }
  .cid-uSRp2IbTBI .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uSRp2IbTBI .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uSRp2IbTBI .lg-push {
    left: 11%;
  }
  .cid-uSRp2IbTBI .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uSRp2IbTBI .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uSRp2IbTBI .mbr-text,
.cid-uSRp2IbTBI .mbr-section-btn {
  color: #ffffff;
}
.cid-uSRp2IbTBI .mbr-section-title {
  color: #76b900;
}
.cid-uSRERDlf5P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSRERDlf5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRERDlf5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRERDlf5P .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSRERDlf5P .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSRERDlf5P .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSRERDlf5P .mbr-figure {
    border: 10px solid #000000;
  }
}
.cid-uSRERDlf5P P {
  color: #6a696c;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cid-uSRERDlf5P .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .cid-uSRERDlf5P .mobile {
    display: none;
  }
}
.cid-uSREIOa0z5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSREIOa0z5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSREIOa0z5 .mbr-section-title {
  color: #ffffff;
}
.cid-uSREIOa0z5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSREIOa0z5 .items-row {
  row-gap: 32px;
}
.cid-uSREIOa0z5 .item {
  cursor: pointer;
}
.cid-uSREIOa0z5 .item:focus,
.cid-uSREIOa0z5 span:focus {
  outline: none;
}
.cid-uSREIOa0z5 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uSREIOa0z5 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uSREIOa0z5 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 2.5));
  object-fit: cover;
}
.cid-uSREIOa0z5 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #000000;
}
.cid-uSREIOa0z5 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uSREIOa0z5 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uSREIOa0z5 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uSREIOa0z5 .dropbtn {
  background-color: #09001f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.cid-uSREIOa0z5 .dropdown {
  position: relative;
  display: inline-block;
}
.cid-uSREIOa0z5 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cid-uSREIOa0z5 .dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.cid-uSREIOa0z5 .dropdown-content a:hover {
  background-color: #ddd;
}
.cid-uSREIOa0z5 .dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
}
.cid-uSREIOa0z5 .dropdown:hover .dropbtn {
  background-color: #808080;
}
.cid-uSREIOa0z5 .mbr-text,
.cid-uSREIOa0z5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSRMcWYVWe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSRMcWYVWe .content__block {
  padding: 50px 15px;
}
.cid-uSRMcWYVWe .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uSRMcWYVWe .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSRMcWYVWe .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uSRMcWYVWe .image {
  perspective: 3500px;
  position: relative;
}
.cid-uSRMcWYVWe .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uSRMcWYVWe .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSRMcWYVWe .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSRMcWYVWe .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uSRMcWYVWe .content__block {
    padding: 30px 15px;
  }
  .cid-uSRMcWYVWe .mbr-figure {
    padding: 0;
  }
  .cid-uSRMcWYVWe .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uSRMcWYVWe .lg-push {
    right: 7%;
  }
  .cid-uSRMcWYVWe .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uSRMcWYVWe .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uSRMcWYVWe .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uSRMcWYVWe .mbr-text,
.cid-uSRMcWYVWe .mbr-section-btn {
  color: #ffffff;
}
.cid-uSRMcWYVWe .mbr-section-title {
  color: #76b900;
}
.cid-uSRSyPcEY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSRSyPcEY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRSyPcEY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRSyPcEY1 .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSRSyPcEY1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSRSyPcEY1 .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSRSyPcEY1 .mbr-figure {
    border: 10px solid #000000;
  }
}
.cid-uSRSyPcEY1 P {
  color: #6a696c;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cid-uSRSyPcEY1 .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .cid-uSRSyPcEY1 .mobile {
    display: none;
  }
}
.cid-uSRMOwUgD8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSRMOwUgD8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSRMOwUgD8 .mbr-section-title {
  color: #ffffff;
}
.cid-uSRMOwUgD8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSRMOwUgD8 .items-row {
  row-gap: 32px;
}
.cid-uSRMOwUgD8 .item {
  cursor: pointer;
}
.cid-uSRMOwUgD8 .item:focus,
.cid-uSRMOwUgD8 span:focus {
  outline: none;
}
.cid-uSRMOwUgD8 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uSRMOwUgD8 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uSRMOwUgD8 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 2.5));
  object-fit: cover;
}
.cid-uSRMOwUgD8 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #000000;
}
.cid-uSRMOwUgD8 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uSRMOwUgD8 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uSRMOwUgD8 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uSRMOwUgD8 .dropbtn {
  background-color: #09001f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.cid-uSRMOwUgD8 .dropdown {
  position: relative;
  display: inline-block;
}
.cid-uSRMOwUgD8 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cid-uSRMOwUgD8 .dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.cid-uSRMOwUgD8 .dropdown-content a:hover {
  background-color: #ddd;
}
.cid-uSRMOwUgD8 .dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
}
.cid-uSRMOwUgD8 .dropdown:hover .dropbtn {
  background-color: #808080;
}
.cid-uSRMOwUgD8 .mbr-text,
.cid-uSRMOwUgD8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSRNtYj1Od {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSRNtYj1Od .content__block {
  padding: 50px 15px;
}
.cid-uSRNtYj1Od .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #000000;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uSRNtYj1Od .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSRNtYj1Od .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uSRNtYj1Od .image {
  perspective: 3500px;
  position: relative;
}
.cid-uSRNtYj1Od .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-uSRNtYj1Od .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSRNtYj1Od .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uSRNtYj1Od .mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-uSRNtYj1Od .content__block {
    padding: 30px 15px;
  }
  .cid-uSRNtYj1Od .mbr-figure {
    padding: 0;
  }
  .cid-uSRNtYj1Od .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uSRNtYj1Od .lg-push {
    right: 11%;
  }
  .cid-uSRNtYj1Od .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uSRNtYj1Od .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uSRNtYj1Od .lg-push {
    left: 11%;
  }
  .cid-uSRNtYj1Od .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uSRNtYj1Od .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uSRNtYj1Od .mbr-text,
.cid-uSRNtYj1Od .mbr-section-btn {
  color: #ffffff;
}
.cid-uSRNtYj1Od .mbr-section-title {
  color: #76b900;
}
.cid-uSScFqZIs3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSScFqZIs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSScFqZIs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSScFqZIs3 .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSScFqZIs3 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSScFqZIs3 .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSScFqZIs3 .mbr-figure {
    border: 10px solid #000000;
  }
}
.cid-uSScFqZIs3 P {
  color: #6a696c;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cid-uSScFqZIs3 .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .cid-uSScFqZIs3 .mobile {
    display: none;
  }
}
.cid-uSRNLwWeu7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uSRNLwWeu7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uSRNLwWeu7 .mbr-section-title {
  color: #ffffff;
}
.cid-uSRNLwWeu7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uSRNLwWeu7 .items-row {
  row-gap: 32px;
}
.cid-uSRNLwWeu7 .item {
  cursor: pointer;
}
.cid-uSRNLwWeu7 .item:focus,
.cid-uSRNLwWeu7 span:focus {
  outline: none;
}
.cid-uSRNLwWeu7 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uSRNLwWeu7 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uSRNLwWeu7 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 2.5));
  object-fit: cover;
}
.cid-uSRNLwWeu7 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #000000;
}
.cid-uSRNLwWeu7 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uSRNLwWeu7 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uSRNLwWeu7 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uSRNLwWeu7 .dropbtn {
  background-color: #09001f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.cid-uSRNLwWeu7 .dropdown {
  position: relative;
  display: inline-block;
}
.cid-uSRNLwWeu7 .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cid-uSRNLwWeu7 .dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
}
.cid-uSRNLwWeu7 .dropdown-content a:hover {
  background-color: #ddd;
}
.cid-uSRNLwWeu7 .dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
}
.cid-uSRNLwWeu7 .dropdown:hover .dropbtn {
  background-color: #808080;
}
.cid-uSRNLwWeu7 .mbr-text,
.cid-uSRNLwWeu7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSRON52Mxh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSRON52Mxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRON52Mxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRON52Mxh .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSRON52Mxh .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSRON52Mxh .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #000000;
}
@media (max-width: 992px) {
  .cid-uSRON52Mxh .mbr-figure {
    border: 10px solid #000000;
  }
}
.cid-uSRON52Mxh P {
  color: #6a696c;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .cid-uSRON52Mxh .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .cid-uSRON52Mxh .mobile {
    display: none;
  }
}
.cid-uST2tAIUji {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uST2tAIUji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uST2tAIUji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uST2tAIUji .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uST2tAIUji .container-fluid {
    padding: 0 20px;
  }
}
.cid-uST2tAIUji .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uST2tAIUji .container {
    padding: 0 20px;
  }
}
.cid-uST2tAIUji .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uST2tAIUji .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uST2tAIUji .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uST2tAIUji .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uST2tAIUji .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uST2tAIUji .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uST2tAIUji .number-wrap {
  color: #ffffff;
  text-align: center;
  position: relative;
}
.cid-uST2tAIUji .number {
  color: #ffffff;
}
.cid-uST2tAIUji .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uST2tAIUji .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uST2tAIUji .period {
    font-size: 0.8rem;
  }
}
.cid-uST2tAIUji .mbr-section-title {
  color: #ffffff;
}
.cid-uST2tAIUji .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uST2tAIUji .mbr-section-title,
.cid-uST2tAIUji .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #custom-html-1q .desktop {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  #custom-html-1q .mobile {
    display: none;
  }
}
.cid-uSRPe4c6MD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uSRPe4c6MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSRPe4c6MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSRPe4c6MD .content-wrapper {
  padding: 20px 45px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .title-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .title-wrapper {
    margin-bottom: 14px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  border: 3px solid #050f0f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper:hover,
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper:hover::after,
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper:focus::after {
  opacity: .5;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #050f0f;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content {
    padding: 32px 16px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_1 {
  background-color: #87ceeb;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_1 .item-img::before {
  background-color: #87ceeb;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_2 {
  background-color: #ffe66d;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_2 .item-img::before {
  background-color: #ffe66d;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_3 {
  background-color: #ffb2ef;
}
.cid-uSRPe4c6MD .content-wrapper .items-wrapper .item .card_3 .item-img::before {
  background-color: #ffb2ef;
}
.cid-uSRPe4c6MD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSRPe4c6MD .mbr-text,
.cid-uSRPe4c6MD .text-wrapper {
  color: #6a696c;
  text-align: center;
}
.cid-uSRPe4c6MD .item-title {
  color: #f7fff7;
}
.cid-uSRPe4c6MD .item-text {
  color: #f7fff7;
}
