body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Agdasima', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Agdasima', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #13171f !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #b03d3d !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b03d3d !important;
  border-color: #b03d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #702727 !important;
  border-color: #702727 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #702727 !important;
  border-color: #702727 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b03d3d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #702727 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b03d3d !important;
  border-color: #b03d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #13171f !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #b03d3d !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #642323 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !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: #13171f;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #b03d3d;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13171f;
  border-color: #13171f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #13171f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc7d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #da9393;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #13171f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #13171f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13171f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #13171f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13171f;
  border-bottom-color: #13171f;
}
.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: #13171f !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: #ffffff !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='%2313171f' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #13171f !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #13171f !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #13171f !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #13171f !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uF79oMUL3E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/portada-gaby.jpg-2000x1332.jpg");
}
.cid-uF79oMUL3E .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-uF79oMUL3E .row {
  justify-content: center;
}
.cid-uF79oMUL3E .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-uF79oMUL3E img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF79oMUL3E .item:focus,
.cid-uF79oMUL3E span:focus {
  outline: none;
}
.cid-uF79oMUL3E .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .col-items {
    padding: 0 !important;
  }
}
.cid-uF79oMUL3E .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .item {
    padding: 0 20px;
  }
}
.cid-uF79oMUL3E .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 32px;
  border-radius: 20px;
  background-color: #121316;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .item-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF79oMUL3E .item-wrapper {
    padding: 60px;
  }
}
.cid-uF79oMUL3E .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF79oMUL3E .item-content {
    text-align: center;
  }
}
.cid-uF79oMUL3E .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-uF79oMUL3E .mbr-text {
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.5;
  text-align: center;
}
.cid-uF79oMUL3E .item-title {
  color: #000000;
}
.cid-uF79oMUL3E .item-subtitle {
  color: #000000;
}
.cid-uF79oMUL3E .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uF79oMUL3E .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uF79oMUL3E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uF79oMUL3E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uF79oMUL3E .item-title,
.cid-uF79oMUL3E .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-thXRwvOhXN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dark-wall-texture-slate-background-2000x2000.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thXRwvOhXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRwvOhXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRwvOhXN .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-thXRwvOhXN .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-thXRwvOhXN .mbr-section-title {
  color: #FF014E;
}
.cid-thXRwvOhXN .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXRwvOhXN .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thXRwvOhXN .card-row {
  align-items: stretch;
}
.cid-thXRwvOhXN .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-thXRwvOhXN .card {
    flex-basis: 80% !important;
  }
}
.cid-thXRwvOhXN .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #13171f;
}
.cid-thXRwvOhXN .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXRwvOhXN .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #13171f, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-thXRwvOhXN .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thXRwvOhXN .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-thXRwvOhXN .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-thXRwvOhXN .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #434a51;
}
.cid-thXRwvOhXN .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXRwvOhXN .card-title a {
  transition: 0.4s all;
}
.cid-thXRwvOhXN .card-title a:hover {
  color: #13171f !important;
}
.cid-uNQkunIVdI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dark-wall-texture-slate-background-2000x2000.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uNQkunIVdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQkunIVdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQkunIVdI .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uNQkunIVdI .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uNQkunIVdI .mbr-section-title {
  color: #FF014E;
}
.cid-uNQkunIVdI .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uNQkunIVdI .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uNQkunIVdI .card-row {
  align-items: stretch;
}
.cid-uNQkunIVdI .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uNQkunIVdI .card {
    flex-basis: 80% !important;
  }
}
.cid-uNQkunIVdI .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #13171f;
}
.cid-uNQkunIVdI .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uNQkunIVdI .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #13171f, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uNQkunIVdI .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uNQkunIVdI .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uNQkunIVdI .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uNQkunIVdI .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #434a51;
}
.cid-uNQkunIVdI .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uNQkunIVdI .card-title a {
  transition: 0.4s all;
}
.cid-uNQkunIVdI .card-title a:hover {
  color: #13171f !important;
}
.cid-uI2FytxqpC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #16181c;
  overflow: hidden;
}
.cid-uI2FytxqpC .mbr-section-head {
  width: 100%;
}
.cid-uI2FytxqpC .border-item {
  width: 100%;
  height: 3px;
  background-color: #212428;
  opacity: 1;
}
.cid-uLTyPPv19D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/dark-wall-texture-slate-background-2000x2000.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-uLTyPPv19D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLTyPPv19D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLTyPPv19D .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #23272b, #16181c);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #191b1f;
}
@media (max-width: 767px) {
  .cid-uLTyPPv19D .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uLTyPPv19D .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uLTyPPv19D .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uLTyPPv19D .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uLTyPPv19D .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #c4cfde;
}
.cid-uLTyPPv19D .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uLTyPPv19D H5 {
  color: #ffffff;
}
.cid-uLXD895omH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #16181c;
  overflow: hidden;
}
.cid-uLXD895omH .mbr-section-head {
  width: 100%;
}
.cid-uLXD895omH .border-item {
  width: 100%;
  height: 3px;
  background-color: #212428;
  opacity: 0;
}
.cid-uME7YYT0lH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #212428;
}
.cid-uME7YYT0lH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uME7YYT0lH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uME7YYT0lH .row {
  justify-content: center;
}
.cid-uME7YYT0lH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #000000, #212428 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uME7YYT0lH .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uME7YYT0lH .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uME7YYT0lH .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uME7YYT0lH .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #212428 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uME7YYT0lH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uME7YYT0lH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uME7YYT0lH .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uME7YYT0lH .mbr-label,
.cid-uME7YYT0lH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uME7YYT0lH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uME7YYT0lH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uME7YYT0lH .mbr-text,
.cid-uME7YYT0lH .text-wrapper {
  color: #c4cfde;
  text-align: center;
}
.cid-uME7YYT0lH .mbr-section-title,
.cid-uME7YYT0lH .mbr-section-btn {
  text-align: center;
  color: #c4cfde;
}
.cid-uJmr4KYvzJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #16181c;
  overflow: hidden;
}
.cid-uJmr4KYvzJ .mbr-section-head {
  width: 100%;
}
.cid-uJmr4KYvzJ .border-item {
  width: 100%;
  height: 3px;
  background-color: #212428;
  opacity: 1;
}
.cid-uMDUzubAmF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uMDUzubAmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMDUzubAmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMDUzubAmF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #191b1f;
}
@media (max-width: 767px) {
  .cid-uMDUzubAmF .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uMDUzubAmF .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uMDUzubAmF .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uMDUzubAmF .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uMDUzubAmF .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #c4cfde;
}
.cid-uMDUzubAmF .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uMDUzubAmF P {
  text-align: center;
}
.cid-uMDUzubAmF H5 {
  text-align: center;
}
.cid-uME5Udz69u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uME5Udz69u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uME5Udz69u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uME5Udz69u .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #191b1f;
}
@media (max-width: 767px) {
  .cid-uME5Udz69u .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uME5Udz69u .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uME5Udz69u .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uME5Udz69u .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uME5Udz69u .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #c4cfde;
}
.cid-uME5Udz69u .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uME5Udz69u P {
  text-align: center;
}
.cid-uME5Udz69u H5 {
  text-align: center;
}
.cid-thXOPqy2QT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #16181c;
  overflow: hidden;
}
.cid-thXOPqy2QT .mbr-section-head {
  width: 100%;
}
.cid-thXOPqy2QT .border-item {
  width: 100%;
  height: 3px;
  background-color: #212428;
  opacity: 1;
}
.cid-uJmt8YHQld {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/living-and-dining-room9.jpg-2000x1334.jpg");
}
.cid-uJmt8YHQld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmt8YHQld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmt8YHQld .row {
  justify-content: center;
}
.cid-uJmt8YHQld .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #000000, #212428 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJmt8YHQld .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJmt8YHQld .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJmt8YHQld .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJmt8YHQld .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #000000, #212428 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJmt8YHQld .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJmt8YHQld .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJmt8YHQld .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJmt8YHQld .mbr-label,
.cid-uJmt8YHQld .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJmt8YHQld .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJmt8YHQld .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJmt8YHQld .mbr-text,
.cid-uJmt8YHQld .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJmt8YHQld .mbr-section-title,
.cid-uJmt8YHQld .mbr-section-btn {
  text-align: center;
  color: #c4cfde;
}
.cid-uMDHsOk96H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMDHsOk96H .item:focus,
.cid-uMDHsOk96H span:focus {
  outline: none;
}
.cid-uMDHsOk96H .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uMDHsOk96H .item {
  padding: 10px 0;
  font-weight: 700;
  color: #c4cfde;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uMDHsOk96H .item {
    min-height: 45px;
  }
}
.cid-uNPMRSgMS9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dark-wall-texture-slate-background-2000x2000.jpg");
}
.cid-uNPMRSgMS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNPMRSgMS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNPMRSgMS9 .row {
  flex-direction: row-reverse;
}
.cid-uNPMRSgMS9 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uNPMRSgMS9 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uNPMRSgMS9 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uNPMRSgMS9 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uNPMRSgMS9 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uNPMRSgMS9 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uNPMRSgMS9 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #ff014e;
}
.cid-uNPMRSgMS9 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(255, 1, 78, 0.2);
}
.cid-uNPMRSgMS9 .mbr-section-title {
  color: #c4cfde;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uNPMRSgMS9 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uNPMRSgMS9 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNPMRSgMS9 .list-container {
  margin-top: 30px;
}
.cid-uNPMRSgMS9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uNPMRSgMS9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uNPMRSgMS9 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ff014e;
}
.cid-uNPMRSgMS9 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uNPMRSgMS9 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uNPMRSgMS9 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uNPMRSgMS9 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uNPMRSgMS9 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNPMRSgMS9 .img-container {
    padding-left: 20px;
  }
}
.cid-uNPMRSgMS9 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uNPMRSgMS9 .image-wrapper {
    padding: 15px;
  }
}
.cid-uNPMRSgMS9 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uNPMRSgMS9 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uNPMRSgMS9 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uNPMRSgMS9 .shadow-item {
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #13171f;
}
.cid-uNPMRSgMS9 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uME6WVwUYL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #16181c;
  overflow: hidden;
}
.cid-uME6WVwUYL .mbr-section-head {
  width: 100%;
}
.cid-uME6WVwUYL .border-item {
  width: 100%;
  height: 3px;
  background-color: #212428;
  opacity: 0;
}
.cid-uNQ4WiPryu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dark-wall-texture-slate-background-2000x2000.jpg");
}
.cid-uNQ4WiPryu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQ4WiPryu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQ4WiPryu .row {
  flex-direction: row-reverse;
}
.cid-uNQ4WiPryu .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uNQ4WiPryu .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uNQ4WiPryu .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uNQ4WiPryu .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uNQ4WiPryu .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uNQ4WiPryu .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uNQ4WiPryu .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #ff014e;
}
.cid-uNQ4WiPryu .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(255, 1, 78, 0.2);
}
.cid-uNQ4WiPryu .mbr-section-title {
  color: #c4cfde;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uNQ4WiPryu .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uNQ4WiPryu .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-uNQ4WiPryu .list-container {
  margin-top: 30px;
}
.cid-uNQ4WiPryu .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uNQ4WiPryu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uNQ4WiPryu .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ff014e;
}
.cid-uNQ4WiPryu .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uNQ4WiPryu .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uNQ4WiPryu .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uNQ4WiPryu .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uNQ4WiPryu .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNQ4WiPryu .img-container {
    padding-left: 20px;
  }
}
.cid-uNQ4WiPryu .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uNQ4WiPryu .image-wrapper {
    padding: 15px;
  }
}
.cid-uNQ4WiPryu .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uNQ4WiPryu .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uNQ4WiPryu .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uNQ4WiPryu .shadow-item {
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #13171f;
}
.cid-uNQ4WiPryu .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-thXL483li8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #16181c;
  overflow: hidden;
}
.cid-thXL483li8 .border-item {
  width: 100%;
  height: 1px;
  background: #000000;
}
.cid-thXL483li8 .copyright-container {
  padding: 40px 0;
}
.cid-thXL483li8 .mbr-text {
  color: #c4cfde;
  text-align: center;
}
