.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Geist;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.2rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((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.45 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffdf7d !important;
}
.bg-success {
  background-color: #5498d2 !important;
}
.bg-info {
  background-color: #808080 !important;
}
.bg-warning {
  background-color: #e2d01b !important;
}
.bg-danger {
  background-color: #d54c59 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #171100;
  color: #ffd963;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
  color: #171100 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffd963 !important;
  background-color: #ffd963 !important;
  border-color: #ffd963 !important;
  box-shadow: inset -500px 0 0 #171100;
  transition: all .8s ease;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171100 !important;
  background-color: #ffd963 !important;
  border-color: #ffd963 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #000000;
  color: #d8b23a;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dcba4f !important;
  border-color: #dcba4f !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #d8b23a !important;
  background-color: #d8b23a !important;
  border-color: #d8b23a !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #d8b23a !important;
  border-color: #d8b23a !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff;
  color: #737373;
}
.btn-info,
.btn-info:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #9a9a9a !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #408ccd;
}
.btn-success,
.btn-success:active {
  background-color: #5498d2 !important;
  border-color: #5498d2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #7cb0dd !important;
  background-color: #7cb0dd !important;
  border-color: #7cb0dd !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7cb0dd !important;
  border-color: #7cb0dd !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #cbbb18;
}
.btn-warning,
.btn-warning:active {
  background-color: #e2d01b !important;
  border-color: #e2d01b !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #cbbb18 !important;
  background-color: #cbbb18 !important;
  border-color: #cbbb18 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #cbbb18 !important;
  border-color: #cbbb18 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #d03746;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54c59 !important;
  border-color: #d54c59 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #df757f !important;
  background-color: #df757f !important;
  border-color: #df757f !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #df757f !important;
  border-color: #df757f !important;
}
.btn-white .mbr-iconfont {
  background-color: #484848;
  color: #ededed;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ededed !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: inset -500px 0 0 #484848;
  transition: all .8s ease;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #161616;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #3d3d3d !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #4a3800;
  background-color: #ffdf7d;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffdf7d;
  color: #ffdf7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffca26 !important;
  background-color: transparent !important;
  border-color: #ffca26 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #4a3800;
  background-color: #ffca26;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7d5e00 !important;
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #000000;
  background-color: #dcba4f;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dcba4f;
  color: #dcba4f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b18f23 !important;
  background-color: transparent !important;
  border-color: #b18f23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #000000;
  background-color: #b18f23;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dcba4f !important;
  border-color: #dcba4f !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #808080;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #808080;
  color: #808080;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #555555 !important;
  background-color: transparent !important;
  border-color: #555555 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #555555;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #5498d2;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5498d2;
  color: #5498d2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b6ca4 !important;
  background-color: transparent !important;
  border-color: #2b6ca4 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #2b6ca4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5498d2 !important;
  border-color: #5498d2 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000;
  background-color: #e2d01b;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e2d01b;
  color: #e2d01b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #958912 !important;
  background-color: transparent !important;
  border-color: #958912 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #000000;
  background-color: #958912;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #e2d01b !important;
  border-color: #e2d01b !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #d54c59;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d54c59;
  color: #d54c59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a42632 !important;
  background-color: transparent !important;
  border-color: #a42632 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #a42632;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d54c59 !important;
  border-color: #d54c59 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #616161;
  background-color: #fafafa;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #616161;
  background-color: #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffdf7d !important;
}
.text-secondary {
  color: #dcba4f !important;
}
.text-success {
  color: #5498d2 !important;
}
.text-info {
  color: #808080 !important;
}
.text-warning {
  color: #e2d01b !important;
}
.text-danger {
  color: #d54c59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffc617 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a48521 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #286498 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d4d4d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #877c10 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #97242f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffdf7d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #808080;
}
.alert-warning {
  background-color: #e2d01b;
}
.alert-danger {
  background-color: #d54c59;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffdf7d;
  border-color: #ffdf7d;
  color: #977100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #ffdf7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6f9fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9f6d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcf1f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffdf7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffdf7d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffdf7d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffdf7d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffdf7d;
  border-bottom-color: #ffdf7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffdf7d !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: #dcba4f !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='%23ffdf7d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 16px;
  margin-right: -30px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.large-radius,
.mbr-section-subtitle::before,
.google-map iframe {
  border-radius: 24px !important;
}
.little-radius {
  border-radius: 8px !important;
}
.panel-group .card {
  border-radius: 16px 36px 36px 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uYL0Kc1j9n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYL0Kc1j9n nav.navbar {
  position: fixed;
}
.cid-uYL0Kc1j9n .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYL0Kc1j9n .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYL0Kc1j9n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYL0Kc1j9n .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-uYL0Kc1j9n .dropdown-item:hover,
.cid-uYL0Kc1j9n .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .dropdown-item:hover span {
  color: white;
}
.cid-uYL0Kc1j9n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYL0Kc1j9n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYL0Kc1j9n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYL0Kc1j9n .nav-link {
  position: relative;
}
.cid-uYL0Kc1j9n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYL0Kc1j9n .container {
    flex-wrap: nowrap;
  }
}
.cid-uYL0Kc1j9n .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYL0Kc1j9n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYL0Kc1j9n .dropdown-menu,
.cid-uYL0Kc1j9n .navbar.opened {
  background: #000000 !important;
}
.cid-uYL0Kc1j9n .nav-item:focus,
.cid-uYL0Kc1j9n .nav-link:focus {
  outline: none;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYL0Kc1j9n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYL0Kc1j9n .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYL0Kc1j9n .navbar.opened {
  transition: all 0.3s;
}
.cid-uYL0Kc1j9n .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYL0Kc1j9n .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYL0Kc1j9n .navbar .navbar-logo img {
  width: auto;
}
.cid-uYL0Kc1j9n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYL0Kc1j9n .navbar.collapsed {
  justify-content: center;
}
.cid-uYL0Kc1j9n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYL0Kc1j9n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYL0Kc1j9n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYL0Kc1j9n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYL0Kc1j9n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYL0Kc1j9n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYL0Kc1j9n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYL0Kc1j9n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYL0Kc1j9n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYL0Kc1j9n .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYL0Kc1j9n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYL0Kc1j9n .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption:hover,
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYL0Kc1j9n .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYL0Kc1j9n .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .dropdown-item.active,
.cid-uYL0Kc1j9n .dropdown-item:active {
  background-color: transparent;
}
.cid-uYL0Kc1j9n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYL0Kc1j9n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYL0Kc1j9n ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYL0Kc1j9n ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYL0Kc1j9n .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYL0Kc1j9n .navbar-buttons {
    text-align: left;
  }
}
.cid-uYL0Kc1j9n .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYL0Kc1j9n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYL0Kc1j9n button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYL0Kc1j9n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYL0Kc1j9n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYL0Kc1j9n .navbar {
    height: 70px;
  }
  .cid-uYL0Kc1j9n .navbar.opened {
    height: auto;
  }
  .cid-uYL0Kc1j9n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYL0Kc1j9n .navbar-nav {
  margin: 0 auto;
}
.cid-uYL0Kc1j9n .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYL0Kc1j9n .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYL0Kc1j9n .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYL0Kc1j9n .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYL0Kc1j9n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYL0Kc1j9n .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYL0Kc1j9n .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYL0Kc1j9n .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYL0Kc1j9n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYL0Kc1j9n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYL0Kc1j9n .content-wrap {
  min-height: 110px;
}
#custom-html-3c {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-3c .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-3c .video-escritorio {
    display: none;
  }
  #custom-html-3c .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-3c video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v5B2zncBXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v5B2zncBXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5B2zncBXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5B2zncBXe .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5B2zncBXe .image-wrapper img {
    height: 350px;
  }
}
.cid-v5B2zncBXe .card-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 40px;
  background-color: #000000;
  margin-top: -10%;
}
@media (max-width: 1440px) {
  .cid-v5B2zncBXe .card-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5B2zncBXe .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5B2zncBXe .card-wrapper {
    margin-top: -20%;
  }
}
.cid-v5B2zncBXe .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5B2zncBXe .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v5B2zncBXe .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5B2zncBXe .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5B2zncBXe .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5B2zncBXe .mbr-section-title {
  color: #ffffff;
}
.cid-v5B2zncBXe .mbr-text {
  color: #808080;
}
.cid-uYL0Qw1CSt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uYL0Qw1CSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL0Qw1CSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL0Qw1CSt .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYL0Qw1CSt .image-wrapper img {
    height: 350px;
  }
}
.cid-uYL0Qw1CSt .card-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 40px;
  background-color: #000000;
  margin-top: -10%;
}
@media (max-width: 1440px) {
  .cid-uYL0Qw1CSt .card-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uYL0Qw1CSt .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uYL0Qw1CSt .card-wrapper {
    margin-top: -20%;
  }
}
.cid-uYL0Qw1CSt .card-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYL0Qw1CSt .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uYL0Qw1CSt .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYL0Qw1CSt .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYL0Qw1CSt .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYL0Qw1CSt .mbr-section-title {
  color: #bbbbbb;
  text-align: right;
}
.cid-uYL0Qw1CSt .mbr-text {
  color: #808080;
}
.cid-v5t8UIJqto {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5t8UIJqto .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5t8UIJqto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5t8UIJqto .row {
  justify-content: center;
}
.cid-v5t8UIJqto .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5t8UIJqto .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5t8UIJqto .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5t8UIJqto .mbr-text {
  color: #fff7ee;
}
.cid-v5t8UIJqto #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5t8UIJqto img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5t8DHzLxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-01.jpg-1500x1000.jpg");
}
.cid-v5t8DHzLxz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5t8DHzLxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5t8DHzLxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5t8DHzLxz .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5t8DHzLxz .image-wrap {
    height: 300px;
  }
}
.cid-v5seXipx5v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v5seXipx5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5seXipx5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5seXipx5v .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5seXipx5v .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v5seXipx5v .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v5seXipx5v .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v5seXipx5v .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5seXipx5v .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #dcba4f, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5seXipx5v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5seXipx5v .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v5seXipx5v .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#dcba4f 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5seXipx5v .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5seXipx5v .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v5seXipx5v .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .card_1 {
    width: 100%;
  }
}
.cid-v5seXipx5v .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v5seXipx5v .card_2 {
    width: 100%;
  }
}
.cid-v5seXipx5v .main-btn {
  margin-top: 12px;
}
.cid-v5seXipx5v .mbr-label,
.cid-v5seXipx5v .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5seXipx5v .mbr-section-title,
.cid-v5seXipx5v .title-wrapper {
  color: #000000;
}
.cid-v5seXipx5v .mbr-text,
.cid-v5seXipx5v .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v5seXipx5v .item-title {
  color: #000000;
}
.cid-v5seXipx5v .item-text {
  color: #515151;
}
.cid-v5seXipx5v .mbr-section-title,
.cid-v5seXipx5v .title-wrapper,
.cid-v5seXipx5v .main-btn {
  text-align: center;
}
.cid-v5t8Tn4lkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v5t8Tn4lkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5t8Tn4lkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5t8Tn4lkP .row {
  justify-content: center;
}
.cid-v5t8Tn4lkP .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5t8Tn4lkP .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5t8Tn4lkP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5t8Tn4lkP .mbr-text {
  color: #fff7ee;
}
.cid-v5t8Tn4lkP #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5t8Tn4lkP img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5t9Bz7eYu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-v5t9Bz7eYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5t9Bz7eYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5t9Bz7eYu .row {
  margin: 0 -20px;
}
.cid-v5t9Bz7eYu .row .card {
  padding: 0 20px;
}
.cid-v5t9Bz7eYu .content-wrapper {
  margin-bottom: 40px;
}
.cid-v5t9Bz7eYu .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5t9Bz7eYu .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v5t9Bz7eYu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5t9Bz7eYu .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5t9Bz7eYu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5t9Bz7eYu .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-v5t9Bz7eYu .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-v5t9Bz7eYu .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5t9Bz7eYu .mbr-label {
  color: #a8a8a8;
}
.cid-v5t9Bz7eYu .mbr-section-title {
  color: #ffffff;
}
.cid-v5t9Bz7eYu .mbr-text {
  color: #ffffff;
}
.cid-v5t9Bz7eYu .mbr-section-title,
.cid-v5t9Bz7eYu .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-v5t9Bz7eYu .mbr-text,
.cid-v5t9Bz7eYu .text-wrapper {
  text-align: right;
  color: #323232;
}
.cid-v5t9n2vlzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v5t9n2vlzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5t9n2vlzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5t9n2vlzN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v5t9n2vlzN .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5t9n2vlzN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5t9n2vlzN .container {
    padding: 0 16px;
  }
}
.cid-v5t9n2vlzN .row {
  margin: 0 -20px;
}
.cid-v5t9n2vlzN .item {
  padding: 0 20px;
}
.cid-v5t9n2vlzN .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5t9n2vlzN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uYL0UXEH90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYL0UXEH90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYL0UXEH90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYL0UXEH90 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYL0UXEH90 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYL0UXEH90 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYL0UXEH90 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYL0UXEH90 .panel-group .card {
  position: relative;
  background-color: #323232;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-uYL0UXEH90 .panel-group .card:hover {
  background-color: #323232;
}
.cid-uYL0UXEH90 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uYL0UXEH90 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYL0UXEH90 .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #323232;
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #323232;
  padding-bottom: 8px;
}
.cid-uYL0UXEH90 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-uYL0UXEH90 .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uYL0UXEH90 .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-uYL0UXEH90 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uYL0UXEH90 .panel-group .card .collapse.show .panel-body {
  background-color: #323232;
}
.cid-uYL0UXEH90 .mbr-section-title {
  color: #323232;
  text-align: left;
}
.cid-uYL0UXEH90 .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-uYL0UXEH90 .panel-title-edit {
  color: #bd992a;
}
.cid-uYL0UXEH90 .panel-text {
  color: #808080;
}
.cid-v5tzScInmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5tzScInmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tzScInmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tzScInmQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5tzScInmQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tzScInmQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5tzScInmQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tzScInmQ .container {
    padding: 0 12px;
  }
}
.cid-v5tzScInmQ .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5tzScInmQ .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v5tzScInmQ .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5tzScInmQ .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v5tzScInmQ .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-v5tzScInmQ .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5tzScInmQ .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #000000;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #808080 !important;
  box-shadow: none;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v5tzScInmQ .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-v5tzScInmQ .mbr-section-title {
  color: #ffffff;
}
.cid-v5tzScInmQ label {
  color: #ffffff;
}
.cid-v5tzScInmQ input {
  color: white !important;
}
.cid-v5tzScInmQ textarea {
  color: white !important;
}
.cid-v5tBjiY61J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tBjiY61J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tBjiY61J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tBjiY61J .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tBjiY61J .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tBjiY61J .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .container {
    max-width: 100%;
  }
  .cid-v5tBjiY61J .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tBjiY61J .item-wrap {
  width: 100%;
}
.cid-v5tBjiY61J .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tBjiY61J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tBjiY61J .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tBjiY61J .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tBjiY61J .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-links {
    padding-top: 20px;
  }
}
.cid-v5tBjiY61J .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .list {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tBjiY61J .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tBjiY61J .list a:hover:before {
  width: 100%;
}
.cid-v5tBjiY61J .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tBjiY61J .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tBjiY61J .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5tjYDP4aI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5tjYDP4aI nav.navbar {
  position: fixed;
}
.cid-v5tjYDP4aI .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tjYDP4aI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5tjYDP4aI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tjYDP4aI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5tjYDP4aI .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5tjYDP4aI .dropdown-item:hover,
.cid-v5tjYDP4aI .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5tjYDP4aI .dropdown-item:hover span {
  color: white;
}
.cid-v5tjYDP4aI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5tjYDP4aI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5tjYDP4aI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5tjYDP4aI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5tjYDP4aI .nav-link {
  position: relative;
}
.cid-v5tjYDP4aI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5tjYDP4aI .container {
    flex-wrap: nowrap;
  }
}
.cid-v5tjYDP4aI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5tjYDP4aI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5tjYDP4aI .dropdown-menu,
.cid-v5tjYDP4aI .navbar.opened {
  background: #000000 !important;
}
.cid-v5tjYDP4aI .nav-item:focus,
.cid-v5tjYDP4aI .nav-link:focus {
  outline: none;
}
.cid-v5tjYDP4aI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5tjYDP4aI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5tjYDP4aI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5tjYDP4aI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tjYDP4aI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5tjYDP4aI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5tjYDP4aI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5tjYDP4aI .navbar.opened {
  transition: all 0.3s;
}
.cid-v5tjYDP4aI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5tjYDP4aI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5tjYDP4aI .navbar .navbar-logo img {
  width: auto;
}
.cid-v5tjYDP4aI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5tjYDP4aI .navbar.collapsed {
  justify-content: center;
}
.cid-v5tjYDP4aI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5tjYDP4aI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5tjYDP4aI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5tjYDP4aI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5tjYDP4aI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5tjYDP4aI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5tjYDP4aI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5tjYDP4aI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5tjYDP4aI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5tjYDP4aI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5tjYDP4aI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5tjYDP4aI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5tjYDP4aI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5tjYDP4aI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5tjYDP4aI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5tjYDP4aI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5tjYDP4aI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5tjYDP4aI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5tjYDP4aI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5tjYDP4aI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5tjYDP4aI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5tjYDP4aI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5tjYDP4aI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5tjYDP4aI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5tjYDP4aI .navbar-brand .navbar-caption:hover,
.cid-v5tjYDP4aI .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tjYDP4aI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5tjYDP4aI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5tjYDP4aI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tjYDP4aI .dropdown-item.active,
.cid-v5tjYDP4aI .dropdown-item:active {
  background-color: transparent;
}
.cid-v5tjYDP4aI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5tjYDP4aI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5tjYDP4aI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5tjYDP4aI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5tjYDP4aI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5tjYDP4aI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5tjYDP4aI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5tjYDP4aI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5tjYDP4aI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5tjYDP4aI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5tjYDP4aI .navbar-buttons {
    text-align: left;
  }
}
.cid-v5tjYDP4aI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5tjYDP4aI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5tjYDP4aI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5tjYDP4aI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5tjYDP4aI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5tjYDP4aI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tjYDP4aI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tjYDP4aI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5tjYDP4aI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tjYDP4aI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5tjYDP4aI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5tjYDP4aI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tjYDP4aI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5tjYDP4aI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tjYDP4aI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5tjYDP4aI .navbar {
    height: 70px;
  }
  .cid-v5tjYDP4aI .navbar.opened {
    height: auto;
  }
  .cid-v5tjYDP4aI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5tjYDP4aI .navbar-nav {
  margin: 0 auto;
}
.cid-v5tjYDP4aI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5tjYDP4aI .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5tjYDP4aI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5tjYDP4aI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5tjYDP4aI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5tjYDP4aI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5tjYDP4aI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5tjYDP4aI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5tjYDP4aI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5tjYDP4aI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5tjYDP4aI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5tjYDP4aI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5tjYDP4aI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5tjYDP4aI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5tjYDP4aI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5tjYDP4aI .content-wrap {
  min-height: 110px;
}
.cid-v5tlfC1g3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-09.jpg-1500x841.jpg");
}
.cid-v5tlfC1g3w .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5tlfC1g3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tlfC1g3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tlfC1g3w .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5tlfC1g3w .image-wrap {
    height: 300px;
  }
}
.cid-v5tjYFkksW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tjYFkksW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tjYFkksW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tjYFkksW .row {
  justify-content: center;
}
.cid-v5tjYFkksW .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tjYFkksW .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tjYFkksW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tjYFkksW .mbr-text {
  color: #fff7ee;
}
.cid-v5tjYFkksW #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tjYFkksW img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tk4OMJSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5tk4OMJSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tk4OMJSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tk4OMJSp .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5tk4OMJSp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tk4OMJSp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5tk4OMJSp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5tk4OMJSp .mbr-label {
  color: #121212;
}
.cid-v5tk4OMJSp .mbr-text {
  color: #ffffff;
}
.cid-v5tk4OMJSp .mbr-text,
.cid-v5tk4OMJSp .mbr-section-btn {
  color: #323232;
}
.cid-v5tBjiY61J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tBjiY61J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tBjiY61J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tBjiY61J .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tBjiY61J .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tBjiY61J .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .container {
    max-width: 100%;
  }
  .cid-v5tBjiY61J .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tBjiY61J .item-wrap {
  width: 100%;
}
.cid-v5tBjiY61J .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tBjiY61J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tBjiY61J .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tBjiY61J .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tBjiY61J .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-links {
    padding-top: 20px;
  }
}
.cid-v5tBjiY61J .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .list {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tBjiY61J .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tBjiY61J .list a:hover:before {
  width: 100%;
}
.cid-v5tBjiY61J .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tBjiY61J .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tBjiY61J .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5tH9vih0X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5tH9vih0X nav.navbar {
  position: fixed;
}
.cid-v5tH9vih0X .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tH9vih0X .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5tH9vih0X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tH9vih0X .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5tH9vih0X .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5tH9vih0X .dropdown-item:hover,
.cid-v5tH9vih0X .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5tH9vih0X .dropdown-item:hover span {
  color: white;
}
.cid-v5tH9vih0X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5tH9vih0X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5tH9vih0X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5tH9vih0X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5tH9vih0X .nav-link {
  position: relative;
}
.cid-v5tH9vih0X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5tH9vih0X .container {
    flex-wrap: nowrap;
  }
}
.cid-v5tH9vih0X .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5tH9vih0X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5tH9vih0X .dropdown-menu,
.cid-v5tH9vih0X .navbar.opened {
  background: #000000 !important;
}
.cid-v5tH9vih0X .nav-item:focus,
.cid-v5tH9vih0X .nav-link:focus {
  outline: none;
}
.cid-v5tH9vih0X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5tH9vih0X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5tH9vih0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5tH9vih0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tH9vih0X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5tH9vih0X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5tH9vih0X .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5tH9vih0X .navbar.opened {
  transition: all 0.3s;
}
.cid-v5tH9vih0X .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5tH9vih0X .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5tH9vih0X .navbar .navbar-logo img {
  width: auto;
}
.cid-v5tH9vih0X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5tH9vih0X .navbar.collapsed {
  justify-content: center;
}
.cid-v5tH9vih0X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5tH9vih0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5tH9vih0X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5tH9vih0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5tH9vih0X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5tH9vih0X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5tH9vih0X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5tH9vih0X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5tH9vih0X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5tH9vih0X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5tH9vih0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5tH9vih0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5tH9vih0X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5tH9vih0X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5tH9vih0X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5tH9vih0X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5tH9vih0X .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5tH9vih0X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5tH9vih0X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5tH9vih0X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5tH9vih0X .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5tH9vih0X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5tH9vih0X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5tH9vih0X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5tH9vih0X .navbar-brand .navbar-caption:hover,
.cid-v5tH9vih0X .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tH9vih0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5tH9vih0X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5tH9vih0X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tH9vih0X .dropdown-item.active,
.cid-v5tH9vih0X .dropdown-item:active {
  background-color: transparent;
}
.cid-v5tH9vih0X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5tH9vih0X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5tH9vih0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5tH9vih0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5tH9vih0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5tH9vih0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5tH9vih0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5tH9vih0X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5tH9vih0X ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5tH9vih0X .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5tH9vih0X .navbar-buttons {
    text-align: left;
  }
}
.cid-v5tH9vih0X .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5tH9vih0X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5tH9vih0X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5tH9vih0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5tH9vih0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5tH9vih0X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tH9vih0X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tH9vih0X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5tH9vih0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tH9vih0X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5tH9vih0X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5tH9vih0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tH9vih0X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5tH9vih0X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tH9vih0X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5tH9vih0X .navbar {
    height: 70px;
  }
  .cid-v5tH9vih0X .navbar.opened {
    height: auto;
  }
  .cid-v5tH9vih0X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5tH9vih0X .navbar-nav {
  margin: 0 auto;
}
.cid-v5tH9vih0X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5tH9vih0X .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5tH9vih0X .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5tH9vih0X .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5tH9vih0X .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5tH9vih0X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5tH9vih0X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5tH9vih0X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5tH9vih0X .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5tH9vih0X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5tH9vih0X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5tH9vih0X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5tH9vih0X .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5tH9vih0X .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5tH9vih0X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5tH9vih0X .content-wrap {
  min-height: 110px;
}
.cid-v5tH9wJZKA {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/bd5b8c45-f3e8-499d-af65-b202ba263e9d-2.jpg-2000x902.jpg");
}
.cid-v5tH9wJZKA::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v5tH9wJZKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9wJZKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9wJZKA .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5tH9wJZKA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5tH9wJZKA .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v5tH9wJZKA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5tH9wJZKA .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v5tH9wJZKA .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9wJZKA .text-wrapper {
    padding-left: 0;
  }
}
.cid-v5tH9wJZKA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5tH9wJZKA .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v5tH9wJZKA .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v5tH9wJZKA .mbr-label {
  color: #dcba4f;
}
.cid-v5tH9wJZKA .mbr-section-title {
  color: #000000;
}
.cid-v5tH9wJZKA .mbr-text {
  color: #ffffff;
}
.cid-v5tKCvbmTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v5tKCvbmTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tKCvbmTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tKCvbmTH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5tKCvbmTH .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v5tKCvbmTH .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5tKCvbmTH .content-wrapper .border_1 {
  left: 0;
}
.cid-v5tKCvbmTH .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v5tKCvbmTH .content-wrapper .border_3 {
  left: 50%;
}
.cid-v5tKCvbmTH .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v5tKCvbmTH .content-wrapper .border_5 {
  left: 100%;
}
.cid-v5tKCvbmTH .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v5tKCvbmTH .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffe8a3;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5tKCvbmTH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5tKCvbmTH .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .image-wrapper {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5tKCvbmTH .content-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5tKCvbmTH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tKCvbmTH .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5tKCvbmTH .mbr-label {
  color: #fafafa;
}
.cid-v5tKCvbmTH .mbr-section-title {
  color: #fafafa;
}
.cid-v5tKCvbmTH .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5tKCvbmTH .mbr-desc {
  color: #cccccc;
}
.cid-v5tKCvbmTH .mbr-text {
  color: #cccccc;
}
.cid-v5tKCvbmTH .mbr-label,
.cid-v5tKCvbmTH .label-wrapper {
  color: #ffdf7d;
}
.cid-v5tKCvbmTH .mbr-section-title,
.cid-v5tKCvbmTH .mbr-section-btn {
  color: #ffe8a3;
}
.cid-v5tH9z7fAG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5tH9z7fAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9z7fAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9z7fAG .row {
  justify-content: center;
}
.cid-v5tH9z7fAG .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tH9z7fAG .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9z7fAG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tH9z7fAG .mbr-text {
  color: #fff7ee;
}
.cid-v5tH9z7fAG #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tH9z7fAG img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tJ7XZG4D {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/image1.jpg");
}
.cid-v5tJ7XZG4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tJ7XZG4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tJ7XZG4D .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5tJ7XZG4D .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5tJ7XZG4D .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tJ7XZG4D .title-wrapper .mbr-text span {
  color: #dcba4f;
}
.cid-v5tJ7XZG4D .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v5tJ7XZG4D .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .item {
    padding: 0 14px;
  }
}
.cid-v5tJ7XZG4D .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #000000;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-v5tJ7XZG4D .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #dcba4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #323232;
  margin: 5px;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-v5tJ7XZG4D .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #dcba4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tJ7XZG4D .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5tJ7XZG4D .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-v5tJ7XZG4D .mbr-section-title {
  color: #ffdf7d;
  text-align: center;
}
.cid-v5tJ7XZG4D .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5tJ7XZG4D .item-number,
.cid-v5tJ7XZG4D .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5tJ7XZG4D .item-title {
  color: #ffffff;
}
.cid-v5tJ7XZG4D .list {
  color: #ffffff;
  text-align: center;
}
.cid-v5tJ7XZG4D .item-title,
.cid-v5tJ7XZG4D .tags-wrapper,
.cid-v5tJ7XZG4D .icon-wrapper {
  text-align: center;
}
.cid-v5tH9BCXrP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5tH9BCXrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9BCXrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9BCXrP .row {
  justify-content: center;
}
.cid-v5tH9BCXrP .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tH9BCXrP .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9BCXrP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tH9BCXrP .mbr-text {
  color: #fff7ee;
}
.cid-v5tH9BCXrP #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tH9BCXrP img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tJby48mK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5tJby48mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tJby48mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tJby48mK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v5tJby48mK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5tJby48mK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tJby48mK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5tJby48mK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .item {
    margin-bottom: 28px;
  }
}
.cid-v5tJby48mK .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-v5tJby48mK .item .item-wrapper:hover,
.cid-v5tJby48mK .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
  transform: rotateY(-6deg);
}
.cid-v5tJby48mK .item .item-wrapper:hover .item-wrap,
.cid-v5tJby48mK .item .item-wrapper:focus .item-wrap {
  border: 1px solid #078efb;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap {
  border: 1px solid #323232;
  transition: all 0.3s ease-in-out;
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #dcba4f;
  margin-bottom: 0;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-v5tJby48mK .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5tJby48mK .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-v5tJby48mK .mbr-section-title {
  color: #dcba4f;
  text-align: center;
}
.cid-v5tJby48mK .mbr-text,
.cid-v5tJby48mK .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v5tJby48mK .item-title {
  color: #ffffff;
}
.cid-v5tJby48mK .item-text {
  color: #ffffff;
}
.cid-v5tJby48mK .item-number,
.cid-v5tJby48mK .number-wrap {
  color: #9aa0a6;
}
.cid-v5tJby48mK .icon-wrapper {
  text-align: right;
}
.cid-v5tJby48mK .item-title,
.cid-v5tJby48mK .icon-wrapper {
  color: #ffdf7d;
}
.cid-v5xIES4vkp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1c1c1c;
}
.cid-v5xIES4vkp .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-v5xIES4vkp .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v5xIES4vkp .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v5xIES4vkp .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v5xIES4vkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xIES4vkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tJaeyZVz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5tJaeyZVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tJaeyZVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tJaeyZVz .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item {
    margin-bottom: 16px;
  }
}
.cid-v5tJaeyZVz .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-v5tJaeyZVz .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-v5tJaeyZVz .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item .item-wrapper {
    display: block;
  }
}
.cid-v5tJaeyZVz .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #121212;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-v5tJaeyZVz .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-v5tJaeyZVz .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-v5tJaeyZVz .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-v5tJaeyZVz .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v5tJaeyZVz .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-v5tJaeyZVz .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5tJaeyZVz .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-v5tJaeyZVz .item-title {
  color: #ffdf7d;
}
.cid-v5tJaeyZVz .item-desc {
  color: #ffffff;
}
.cid-v5tPMfn8j1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5tPMfn8j1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tPMfn8j1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tPMfn8j1 .row {
  justify-content: center;
}
.cid-v5tPMfn8j1 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tPMfn8j1 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tPMfn8j1 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tPMfn8j1 .mbr-text {
  color: #fff7ee;
}
.cid-v5tPMfn8j1 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tPMfn8j1 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tH9zSGf3 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/fabricante-decorados-en-madrid.jpg");
}
.cid-v5tH9zSGf3 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5tH9zSGf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9zSGf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9zSGf3 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5tH9zSGf3 .image-wrap {
    height: 300px;
  }
}
.cid-v5tRvZwK7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5tRvZwK7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tRvZwK7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tRvZwK7g .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v5tRvZwK7g .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5tRvZwK7g .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5tRvZwK7g .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5tRvZwK7g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tRvZwK7g .mbr-section-title {
  color: #000000;
}
.cid-v5tRvZwK7g .mbr-desc {
  color: #fdfde1;
}
.cid-v5tRvZwK7g .mbr-text {
  color: #000000;
}
.cid-v5tRvZwK7g .mbr-text,
.cid-v5tRvZwK7g .text-wrapper {
  color: #bbbbbb;
}
.cid-v5tRvZwK7g .mbr-section-title,
.cid-v5tRvZwK7g .mbr-section-btn {
  color: #fdfde1;
}
.cid-v5tH9DdBy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5tH9DdBy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9DdBy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9DdBy3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v5tH9DdBy3 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9DdBy3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9DdBy3 .container {
    padding: 0 16px;
  }
}
.cid-v5tH9DdBy3 .row {
  margin: 0 -20px;
}
.cid-v5tH9DdBy3 .item {
  padding: 0 20px;
}
.cid-v5tH9DdBy3 .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5tH9DdBy3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5xISPxCr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xISPxCr9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-v5xISPxCr9 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v5xISPxCr9 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v5xISPxCr9 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v5xISPxCr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xISPxCr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9E0Vjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5tH9E0Vjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9E0Vjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9E0Vjv .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5tH9E0Vjv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5tH9E0Vjv .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5tH9E0Vjv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tH9E0Vjv .panel-group .card {
  position: relative;
  background-color: #121212;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5tH9E0Vjv .panel-group .card:hover {
  background-color: #1c1c1c;
}
.cid-v5tH9E0Vjv .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #1c1c1c;
  padding-bottom: 8px;
}
.cid-v5tH9E0Vjv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5tH9E0Vjv .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5tH9E0Vjv .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5tH9E0Vjv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5tH9E0Vjv .panel-group .card .collapse.show .panel-body {
  background-color: #1c1c1c;
}
.cid-v5tH9E0Vjv .mbr-section-title {
  color: #e2d01b;
  text-align: left;
}
.cid-v5tH9E0Vjv .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5tH9E0Vjv .panel-title-edit {
  color: #bd992a;
}
.cid-v5tH9E0Vjv .panel-text {
  color: #808080;
}
.cid-v5tH9EVr8V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-v5tH9EVr8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9EVr8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9EVr8V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5tH9EVr8V .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tH9EVr8V .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5tH9EVr8V .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tH9EVr8V .container {
    padding: 0 12px;
  }
}
.cid-v5tH9EVr8V .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5tH9EVr8V .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v5tH9EVr8V .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5tH9EVr8V .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-v5tH9EVr8V .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5tH9EVr8V .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #000000;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #808080 !important;
  box-shadow: none;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v5tH9EVr8V .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-v5tH9EVr8V .mbr-section-title {
  color: #ffffff;
}
.cid-v5tH9EVr8V label {
  color: #ffffff;
}
.cid-v5tH9FNoAB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tH9FNoAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tH9FNoAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tH9FNoAB .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tH9FNoAB .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tH9FNoAB .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tH9FNoAB .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tH9FNoAB .container {
    max-width: 100%;
  }
  .cid-v5tH9FNoAB .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tH9FNoAB .item-wrap {
  width: 100%;
}
.cid-v5tH9FNoAB .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tH9FNoAB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tH9FNoAB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tH9FNoAB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tH9FNoAB .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tH9FNoAB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tH9FNoAB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tH9FNoAB .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tH9FNoAB .col-links {
    padding-top: 20px;
  }
}
.cid-v5tH9FNoAB .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tH9FNoAB .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tH9FNoAB .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tH9FNoAB .list {
    text-align: center !important;
  }
}
.cid-v5tH9FNoAB .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tH9FNoAB .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tH9FNoAB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tH9FNoAB .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tH9FNoAB .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tH9FNoAB .list a:hover:before {
  width: 100%;
}
.cid-v5tH9FNoAB .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tH9FNoAB .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tH9FNoAB .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tH9FNoAB .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5xoARMI6d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5xoARMI6d nav.navbar {
  position: fixed;
}
.cid-v5xoARMI6d .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5xoARMI6d .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5xoARMI6d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xoARMI6d .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5xoARMI6d .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5xoARMI6d .dropdown-item:hover,
.cid-v5xoARMI6d .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5xoARMI6d .dropdown-item:hover span {
  color: white;
}
.cid-v5xoARMI6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5xoARMI6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5xoARMI6d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5xoARMI6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5xoARMI6d .nav-link {
  position: relative;
}
.cid-v5xoARMI6d .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5xoARMI6d .container {
    flex-wrap: nowrap;
  }
}
.cid-v5xoARMI6d .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5xoARMI6d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5xoARMI6d .dropdown-menu,
.cid-v5xoARMI6d .navbar.opened {
  background: #000000 !important;
}
.cid-v5xoARMI6d .nav-item:focus,
.cid-v5xoARMI6d .nav-link:focus {
  outline: none;
}
.cid-v5xoARMI6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5xoARMI6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5xoARMI6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5xoARMI6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5xoARMI6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5xoARMI6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5xoARMI6d .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5xoARMI6d .navbar.opened {
  transition: all 0.3s;
}
.cid-v5xoARMI6d .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5xoARMI6d .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5xoARMI6d .navbar .navbar-logo img {
  width: auto;
}
.cid-v5xoARMI6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5xoARMI6d .navbar.collapsed {
  justify-content: center;
}
.cid-v5xoARMI6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5xoARMI6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5xoARMI6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5xoARMI6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5xoARMI6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5xoARMI6d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5xoARMI6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5xoARMI6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5xoARMI6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5xoARMI6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5xoARMI6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5xoARMI6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5xoARMI6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5xoARMI6d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5xoARMI6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5xoARMI6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5xoARMI6d .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5xoARMI6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5xoARMI6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5xoARMI6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5xoARMI6d .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5xoARMI6d .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5xoARMI6d .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5xoARMI6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5xoARMI6d .navbar-brand .navbar-caption:hover,
.cid-v5xoARMI6d .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5xoARMI6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5xoARMI6d .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5xoARMI6d .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5xoARMI6d .dropdown-item.active,
.cid-v5xoARMI6d .dropdown-item:active {
  background-color: transparent;
}
.cid-v5xoARMI6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5xoARMI6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5xoARMI6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5xoARMI6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5xoARMI6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5xoARMI6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5xoARMI6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5xoARMI6d ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5xoARMI6d ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5xoARMI6d .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5xoARMI6d .navbar-buttons {
    text-align: left;
  }
}
.cid-v5xoARMI6d .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5xoARMI6d .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5xoARMI6d button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5xoARMI6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5xoARMI6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5xoARMI6d button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5xoARMI6d button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5xoARMI6d button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5xoARMI6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xoARMI6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5xoARMI6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5xoARMI6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5xoARMI6d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5xoARMI6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5xoARMI6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5xoARMI6d .navbar {
    height: 70px;
  }
  .cid-v5xoARMI6d .navbar.opened {
    height: auto;
  }
  .cid-v5xoARMI6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5xoARMI6d .navbar-nav {
  margin: 0 auto;
}
.cid-v5xoARMI6d .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5xoARMI6d .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5xoARMI6d .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5xoARMI6d .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5xoARMI6d .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5xoARMI6d .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5xoARMI6d .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5xoARMI6d .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5xoARMI6d .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5xoARMI6d .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5xoARMI6d .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5xoARMI6d .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5xoARMI6d .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5xoARMI6d .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5xoARMI6d .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5xoARMI6d .content-wrap {
  min-height: 110px;
}
.cid-v5xoASh1ee {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-14.png-1948x1372.png");
}
.cid-v5xoASh1ee::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v5xoASh1ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoASh1ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoASh1ee .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5xoASh1ee .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5xoASh1ee .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v5xoASh1ee .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xoASh1ee .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v5xoASh1ee .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoASh1ee .text-wrapper {
    padding-left: 0;
  }
}
.cid-v5xoASh1ee .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xoASh1ee .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v5xoASh1ee .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v5xoASh1ee .mbr-label {
  color: #dcba4f;
}
.cid-v5xoASh1ee .mbr-section-title {
  color: #000000;
}
.cid-v5xoASh1ee .mbr-text {
  color: #ffffff;
}
.cid-v5xoASDQ9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
  overflow: hidden;
  position: relative;
}
.cid-v5xoASDQ9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoASDQ9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoASDQ9q::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5xoASDQ9q .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v5xoASDQ9q .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5xoASDQ9q .content-wrapper .border_1 {
  left: 0;
}
.cid-v5xoASDQ9q .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v5xoASDQ9q .content-wrapper .border_3 {
  left: 50%;
}
.cid-v5xoASDQ9q .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v5xoASDQ9q .content-wrapper .border_5 {
  left: 100%;
}
.cid-v5xoASDQ9q .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v5xoASDQ9q .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffe8a3;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5xoASDQ9q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5xoASDQ9q .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .image-wrapper {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5xoASDQ9q .content-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5xoASDQ9q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xoASDQ9q .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5xoASDQ9q .mbr-label {
  color: #fafafa;
}
.cid-v5xoASDQ9q .mbr-section-title {
  color: #fafafa;
}
.cid-v5xoASDQ9q .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5xoASDQ9q .mbr-desc {
  color: #cccccc;
}
.cid-v5xoASDQ9q .mbr-text {
  color: #cccccc;
}
.cid-v5xoASDQ9q .mbr-label,
.cid-v5xoASDQ9q .label-wrapper {
  color: #ffdf7d;
}
.cid-v5xoASDQ9q .mbr-section-title,
.cid-v5xoASDQ9q .mbr-section-btn {
  color: #ffe8a3;
}
.cid-v5xoAT0t02 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xoAT0t02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAT0t02 .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-v5xoAT0t02 .container {
    padding: 0 30px;
  }
}
.cid-v5xoAT0t02 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5xoAT0t02 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v5xoAT0t02 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xoAT0t02 .item {
  margin-bottom: 60px;
}
.cid-v5xoAT0t02 .item:nth-child(2n) .item-wrapper .item-img {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v5xoAT0t02 .item:nth-child(2n) .item-wrapper .item-img {
    margin-top: 0;
  }
}
.cid-v5xoAT0t02 .item:hover .item-wrapper .item-img img,
.cid-v5xoAT0t02 .item:focus .item-wrapper .item-img img {
  transform: scale(1.03);
}
.cid-v5xoAT0t02 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-v5xoAT0t02 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-v5xoAT0t02 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .list-wrapper {
  margin-bottom: 15px;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .list-wrapper .list {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  opacity: .4;
  margin: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .list-wrapper .list .item-wrap:hover,
.cid-v5xoAT0t02 .item .item-wrapper .item-content .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-v5xoAT0t02 .item .item-wrapper .item-content .mbr-date {
  opacity: .4;
  margin-bottom: 0;
}
.cid-v5xoAT0t02 .item a {
  display: block;
}
.cid-v5xoAT0t02 .mbr-section-title {
  color: #ffffff;
}
.cid-v5xoAT0t02 .list {
  color: #ffffff;
}
.cid-v5xoAT0t02 .item-title {
  color: #ffffff;
}
.cid-v5xoAT0t02 .mbr-date {
  color: #ffffff;
}
.cid-v5xoAT0t02 .item-title,
.cid-v5xoAT0t02 .list-wrapper {
  color: #ffe8a3;
}
.cid-v5xEtMvXdw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xEtMvXdw .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-v5xEtMvXdw .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v5xEtMvXdw .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v5xEtMvXdw .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v5xEtMvXdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xEtMvXdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoATpyKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xoATpyKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoATpyKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoATpyKZ .row {
  justify-content: center;
}
.cid-v5xoATpyKZ .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5xoATpyKZ .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5xoATpyKZ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5xoATpyKZ .mbr-text {
  color: #fff7ee;
}
.cid-v5xoATpyKZ #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5xoATpyKZ img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5xoATL4Z6 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-18.jpg-1500x1000.jpg");
}
.cid-v5xoATL4Z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoATL4Z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoATL4Z6 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5xoATL4Z6 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5xoATL4Z6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xoATL4Z6 .title-wrapper .mbr-text span {
  color: #dcba4f;
}
.cid-v5xoATL4Z6 .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-v5xoATL4Z6 .item {
  padding: 0 7px;
  margin-bottom: 14px;
  margin-bottom: 94px;
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .item {
    padding: 0 14px;
  }
}
.cid-v5xoATL4Z6 .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #000000;
  padding: 24px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .item .item-wrapper {
    padding: 24px 14px;
  }
}
.cid-v5xoATL4Z6 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .number-wrapper {
  margin-top: -3rem;
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .item .item-wrapper .card-box .number-wrapper {
    margin-top: 0;
  }
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #dcba4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .tags-wrapper .list .tag-wrap {
  padding: 4px 10px;
  background-color: #323232;
  margin: 5px;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: -5rem;
}
@media (max-width: 992px) {
  .cid-v5xoATL4Z6 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 0;
  }
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #dcba4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v5xoATL4Z6 .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5xoATL4Z6 .btn-wrapper {
  margin-top: -6%;
  margin-right: -3%;
}
.cid-v5xoATL4Z6 .mbr-section-title {
  color: #ffdf7d;
  text-align: center;
}
.cid-v5xoATL4Z6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5xoATL4Z6 .item-number,
.cid-v5xoATL4Z6 .number-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5xoATL4Z6 .item-title {
  color: #ffffff;
}
.cid-v5xoATL4Z6 .list {
  color: #ffffff;
  text-align: center;
}
.cid-v5xoATL4Z6 .item-title,
.cid-v5xoATL4Z6 .tags-wrapper,
.cid-v5xoATL4Z6 .icon-wrapper {
  text-align: center;
}
.cid-v5xoAUh5mw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xoAUh5mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAUh5mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAUh5mw .row {
  justify-content: center;
}
.cid-v5xoAUh5mw .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5xoAUh5mw .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5xoAUh5mw .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5xoAUh5mw .mbr-text {
  color: #fff7ee;
}
.cid-v5xoAUh5mw #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5xoAUh5mw img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5xoAUEGst {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/fabricante-decorados-en-madrid-2.jpg");
}
.cid-v5xoAUEGst .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5xoAUEGst .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAUEGst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAUEGst .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5xoAUEGst .image-wrap {
    height: 300px;
  }
}
.cid-v5xoAV0oLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5xoAV0oLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAV0oLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAV0oLA .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v5xoAV0oLA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5xoAV0oLA .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5xoAV0oLA .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5xoAV0oLA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xoAV0oLA .mbr-section-title {
  color: #000000;
}
.cid-v5xoAV0oLA .mbr-desc {
  color: #fdfde1;
}
.cid-v5xoAV0oLA .mbr-text {
  color: #000000;
}
.cid-v5xoAV0oLA .mbr-text,
.cid-v5xoAV0oLA .text-wrapper {
  color: #bbbbbb;
}
.cid-v5xoAV0oLA .mbr-section-title,
.cid-v5xoAV0oLA .mbr-section-btn {
  color: #fdfde1;
}
.cid-v5xoAVqgTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5xoAVqgTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAVqgTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAVqgTZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v5xoAVqgTZ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoAVqgTZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoAVqgTZ .container {
    padding: 0 16px;
  }
}
.cid-v5xoAVqgTZ .row {
  margin: 0 -20px;
}
.cid-v5xoAVqgTZ .item {
  padding: 0 20px;
}
.cid-v5xoAVqgTZ .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xoAVqgTZ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5xESDfVZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.cid-v5xESDfVZQ .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-v5xESDfVZQ .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v5xESDfVZQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v5xESDfVZQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v5xESDfVZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xESDfVZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAVP9kB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.cid-v5xoAVP9kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAVP9kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAVP9kB .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5xoAVP9kB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5xoAVP9kB .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5xoAVP9kB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5xoAVP9kB .panel-group .card {
  position: relative;
  background-color: #121212;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5xoAVP9kB .panel-group .card:hover {
  background-color: #1c1c1c;
}
.cid-v5xoAVP9kB .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5xoAVP9kB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5xoAVP9kB .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #323232;
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffe8a3;
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #1c1c1c;
  padding-bottom: 8px;
}
.cid-v5xoAVP9kB .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5xoAVP9kB .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5xoAVP9kB .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5xoAVP9kB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5xoAVP9kB .panel-group .card .collapse.show .panel-body {
  background-color: #1c1c1c;
}
.cid-v5xoAVP9kB .mbr-section-title {
  color: #bd992a;
  text-align: left;
}
.cid-v5xoAVP9kB .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5xoAVP9kB .panel-title-edit {
  color: #bd992a;
}
.cid-v5xoAVP9kB .panel-text {
  color: #808080;
}
.cid-v5xoAWlBlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.cid-v5xoAWlBlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAWlBlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAWlBlT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5xoAWlBlT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xoAWlBlT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5xoAWlBlT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5xoAWlBlT .container {
    padding: 0 12px;
  }
}
.cid-v5xoAWlBlT .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5xoAWlBlT .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v5xoAWlBlT .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5xoAWlBlT .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #000000;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-v5xoAWlBlT .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5xoAWlBlT .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #000000;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #808080 !important;
  box-shadow: none;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v5xoAWlBlT .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-v5xoAWlBlT .mbr-section-title {
  color: #ffffff;
}
.cid-v5xoAWlBlT label {
  color: #ffffff;
}
.cid-v5xoAWNqau {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5xoAWNqau .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xoAWNqau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xoAWNqau .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5xoAWNqau .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5xoAWNqau .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5xoAWNqau .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5xoAWNqau .container {
    max-width: 100%;
  }
  .cid-v5xoAWNqau .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5xoAWNqau .item-wrap {
  width: 100%;
}
.cid-v5xoAWNqau .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5xoAWNqau .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5xoAWNqau .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5xoAWNqau .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5xoAWNqau .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5xoAWNqau .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5xoAWNqau .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5xoAWNqau .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5xoAWNqau .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5xoAWNqau .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5xoAWNqau .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5xoAWNqau .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5xoAWNqau .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5xoAWNqau .col-links {
    padding-top: 20px;
  }
}
.cid-v5xoAWNqau .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5xoAWNqau .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5xoAWNqau .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5xoAWNqau .list {
    text-align: center !important;
  }
}
.cid-v5xoAWNqau .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5xoAWNqau .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5xoAWNqau .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5xoAWNqau .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5xoAWNqau .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5xoAWNqau .list a:hover:before {
  width: 100%;
}
.cid-v5xoAWNqau .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5xoAWNqau .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5xoAWNqau .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5xoAWNqau .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5tSIQo77l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5tSIQo77l nav.navbar {
  position: fixed;
}
.cid-v5tSIQo77l .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tSIQo77l .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5tSIQo77l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tSIQo77l .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5tSIQo77l .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5tSIQo77l .dropdown-item:hover,
.cid-v5tSIQo77l .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5tSIQo77l .dropdown-item:hover span {
  color: white;
}
.cid-v5tSIQo77l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5tSIQo77l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5tSIQo77l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5tSIQo77l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5tSIQo77l .nav-link {
  position: relative;
}
.cid-v5tSIQo77l .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5tSIQo77l .container {
    flex-wrap: nowrap;
  }
}
.cid-v5tSIQo77l .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5tSIQo77l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5tSIQo77l .dropdown-menu,
.cid-v5tSIQo77l .navbar.opened {
  background: #000000 !important;
}
.cid-v5tSIQo77l .nav-item:focus,
.cid-v5tSIQo77l .nav-link:focus {
  outline: none;
}
.cid-v5tSIQo77l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5tSIQo77l .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5tSIQo77l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5tSIQo77l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tSIQo77l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5tSIQo77l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5tSIQo77l .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5tSIQo77l .navbar.opened {
  transition: all 0.3s;
}
.cid-v5tSIQo77l .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5tSIQo77l .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5tSIQo77l .navbar .navbar-logo img {
  width: auto;
}
.cid-v5tSIQo77l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5tSIQo77l .navbar.collapsed {
  justify-content: center;
}
.cid-v5tSIQo77l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5tSIQo77l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5tSIQo77l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5tSIQo77l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5tSIQo77l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5tSIQo77l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5tSIQo77l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5tSIQo77l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5tSIQo77l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5tSIQo77l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5tSIQo77l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5tSIQo77l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5tSIQo77l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5tSIQo77l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5tSIQo77l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5tSIQo77l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5tSIQo77l .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5tSIQo77l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5tSIQo77l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5tSIQo77l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5tSIQo77l .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5tSIQo77l .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5tSIQo77l .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5tSIQo77l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5tSIQo77l .navbar-brand .navbar-caption:hover,
.cid-v5tSIQo77l .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tSIQo77l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5tSIQo77l .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5tSIQo77l .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tSIQo77l .dropdown-item.active,
.cid-v5tSIQo77l .dropdown-item:active {
  background-color: transparent;
}
.cid-v5tSIQo77l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5tSIQo77l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5tSIQo77l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5tSIQo77l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5tSIQo77l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5tSIQo77l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5tSIQo77l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5tSIQo77l ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5tSIQo77l ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5tSIQo77l .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5tSIQo77l .navbar-buttons {
    text-align: left;
  }
}
.cid-v5tSIQo77l .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5tSIQo77l .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5tSIQo77l button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5tSIQo77l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5tSIQo77l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5tSIQo77l button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tSIQo77l button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tSIQo77l button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5tSIQo77l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tSIQo77l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5tSIQo77l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5tSIQo77l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tSIQo77l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5tSIQo77l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tSIQo77l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5tSIQo77l .navbar {
    height: 70px;
  }
  .cid-v5tSIQo77l .navbar.opened {
    height: auto;
  }
  .cid-v5tSIQo77l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5tSIQo77l .navbar-nav {
  margin: 0 auto;
}
.cid-v5tSIQo77l .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5tSIQo77l .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5tSIQo77l .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5tSIQo77l .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5tSIQo77l .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5tSIQo77l .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5tSIQo77l .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5tSIQo77l .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5tSIQo77l .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5tSIQo77l .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5tSIQo77l .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5tSIQo77l .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5tSIQo77l .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5tSIQo77l .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5tSIQo77l .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5tSIQo77l .content-wrap {
  min-height: 110px;
}
.cid-v5xuIIE57f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5xuIIE57f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xuIIE57f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xuIIE57f .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item {
    margin-bottom: 16px;
  }
}
.cid-v5xuIIE57f .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-v5xuIIE57f .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-v5xuIIE57f .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item .item-wrapper {
    display: block;
  }
}
.cid-v5xuIIE57f .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #121212;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-v5xuIIE57f .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-v5xuIIE57f .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-v5xuIIE57f .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-v5xuIIE57f .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-v5xuIIE57f .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-v5xuIIE57f .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5xuIIE57f .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-v5xuIIE57f .item-title {
  color: #ffdf7d;
  text-align: right;
}
.cid-v5xuIIE57f .item-desc {
  color: #bbbbbb;
  text-align: right;
}
.cid-v5tSISDfcJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v5tSISDfcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSISDfcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSISDfcJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5tSISDfcJ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v5tSISDfcJ .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #484848;
  pointer-events: none;
}
.cid-v5tSISDfcJ .content-wrapper .border_1 {
  left: 0;
}
.cid-v5tSISDfcJ .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v5tSISDfcJ .content-wrapper .border_3 {
  left: 50%;
}
.cid-v5tSISDfcJ .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v5tSISDfcJ .content-wrapper .border_5 {
  left: 100%;
}
.cid-v5tSISDfcJ .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v5tSISDfcJ .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #ffe8a3;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5tSISDfcJ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5tSISDfcJ .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .image-wrapper {
  margin-left: 1px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5tSISDfcJ .content-wrapper .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5tSISDfcJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tSISDfcJ .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5tSISDfcJ .mbr-label {
  color: #fafafa;
}
.cid-v5tSISDfcJ .mbr-section-title {
  color: #fafafa;
}
.cid-v5tSISDfcJ .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-v5tSISDfcJ .mbr-desc {
  color: #cccccc;
}
.cid-v5tSISDfcJ .mbr-text {
  color: #cccccc;
}
.cid-v5tSISDfcJ .mbr-label,
.cid-v5tSISDfcJ .label-wrapper {
  color: #ffdf7d;
}
.cid-v5tSISDfcJ .mbr-section-title,
.cid-v5tSISDfcJ .mbr-section-btn {
  color: #ffe8a3;
}
.cid-v5xwN41NF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5xwN41NF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xwN41NF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xwN41NF6 .row {
  margin: 0 -15px;
}
.cid-v5xwN41NF6 .row .card {
  padding: 0 15px;
  justify-content: flex-end;
}
.cid-v5xwN41NF6 .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-v5xwN41NF6 .content-wrap {
    display: block;
  }
}
.cid-v5xwN41NF6 .content-wrap .desc-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v5xwN41NF6 .content-wrap .desc-wrapper {
    height: auto;
  }
}
.cid-v5xwN41NF6 .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v5xwN41NF6 .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5xwN41NF6 .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-v5xwN41NF6 .content-wrap .image-wrapper img {
  height: 425px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5xwN41NF6 .content-wrap .image-wrapper img {
    height: 300px;
    margin-bottom: 30px;
  }
}
.cid-v5xwN41NF6 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xwN41NF6 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v5xwN41NF6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xwN41NF6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5xwN41NF6 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5xwN41NF6 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v5xwN41NF6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5xwN41NF6 .mbr-section-title {
  color: #ffdf7d;
  text-align: right;
}
.cid-v5xwN41NF6 .mbr-desc {
  color: #fefff5;
}
.cid-v5xwN41NF6 .mbr-label {
  color: #ffe8a3;
  text-align: right;
}
.cid-v5xwN41NF6 .mbr-text {
  color: #fefff5;
}
.cid-v5xwN41NF6 .mbr-desc,
.cid-v5xwN41NF6 .desc-wrap {
  text-align: right;
}
.cid-v5xwN41NF6 .mbr-text,
.cid-v5xwN41NF6 .text-wrap,
.cid-v5xwN41NF6 .mbr-section-btn {
  text-align: right;
}
.cid-v5tSITu3BW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tSITu3BW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSITu3BW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSITu3BW .row {
  justify-content: center;
}
.cid-v5tSITu3BW .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tSITu3BW .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tSITu3BW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tSITu3BW .mbr-text {
  color: #fff7ee;
}
.cid-v5tSITu3BW #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tSITu3BW img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tSIYlL9M {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/fabricante-decorados-en-madrid-1.jpg");
}
.cid-v5tSIYlL9M .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5tSIYlL9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSIYlL9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSIYlL9M .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5tSIYlL9M .image-wrap {
    height: 300px;
  }
}
.cid-v5tSIZbBcS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5tSIZbBcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSIZbBcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSIZbBcS .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v5tSIZbBcS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5tSIZbBcS .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5tSIZbBcS .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v5tSIZbBcS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tSIZbBcS .mbr-section-title {
  color: #000000;
}
.cid-v5tSIZbBcS .mbr-desc {
  color: #fdfde1;
  text-align: right;
}
.cid-v5tSIZbBcS .mbr-text {
  color: #000000;
}
.cid-v5tSIZbBcS .mbr-text,
.cid-v5tSIZbBcS .text-wrapper {
  color: #bbbbbb;
}
.cid-v5tSIZbBcS .mbr-section-title,
.cid-v5tSIZbBcS .mbr-section-btn {
  color: #fdfde1;
  text-align: right;
}
.cid-v5tSIV5n2B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tSIV5n2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSIV5n2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSIV5n2B .row {
  justify-content: center;
}
.cid-v5tSIV5n2B .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tSIV5n2B .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tSIV5n2B .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tSIV5n2B .mbr-text {
  color: #fff7ee;
}
.cid-v5tSIV5n2B #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tSIV5n2B img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tSJ02OTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5tSJ02OTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSJ02OTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSJ02OTJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-v5tSJ02OTJ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-v5tSJ02OTJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5tSJ02OTJ .container {
    padding: 0 16px;
  }
}
.cid-v5tSJ02OTJ .row {
  margin: 0 -20px;
}
.cid-v5tSJ02OTJ .item {
  padding: 0 20px;
}
.cid-v5tSJ02OTJ .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5tSJ02OTJ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5xGsEGMZi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5xGsEGMZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xGsEGMZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xGsEGMZi .row {
  justify-content: center;
}
.cid-v5xGsEGMZi .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5xGsEGMZi .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5xGsEGMZi .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5xGsEGMZi .mbr-text {
  color: #fff7ee;
}
.cid-v5xGsEGMZi #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5xGsEGMZi img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tSJ0RX5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5tSJ0RX5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSJ0RX5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSJ0RX5p .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5tSJ0RX5p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5tSJ0RX5p .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5tSJ0RX5p .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tSJ0RX5p .panel-group .card {
  position: relative;
  background-color: #121212;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v5tSJ0RX5p .panel-group .card:hover {
  background-color: #1c1c1c;
}
.cid-v5tSJ0RX5p .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #323232;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffe8a3;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #1c1c1c;
  padding-bottom: 8px;
}
.cid-v5tSJ0RX5p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5tSJ0RX5p .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5tSJ0RX5p .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v5tSJ0RX5p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5tSJ0RX5p .panel-group .card .collapse.show .panel-body {
  background-color: #1c1c1c;
}
.cid-v5tSJ0RX5p .mbr-section-title {
  color: #bd992a;
  text-align: left;
}
.cid-v5tSJ0RX5p .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v5tSJ0RX5p .panel-title-edit {
  color: #bd992a;
}
.cid-v5tSJ0RX5p .panel-text {
  color: #808080;
}
.cid-v5tSJ1PuTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v5tSJ1PuTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSJ1PuTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSJ1PuTL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v5tSJ1PuTL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tSJ1PuTL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v5tSJ1PuTL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5tSJ1PuTL .container {
    padding: 0 12px;
  }
}
.cid-v5tSJ1PuTL .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5tSJ1PuTL .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-v5tSJ1PuTL .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5tSJ1PuTL .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #1c1c1c;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-v5tSJ1PuTL .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5tSJ1PuTL .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #121212;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #808080 !important;
  box-shadow: none;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-v5tSJ1PuTL .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-v5tSJ1PuTL .mbr-section-title {
  color: #ffffff;
}
.cid-v5tSJ1PuTL label {
  color: #ffffff;
}
.cid-v5tSJ1PuTL H3 {
  color: #ffe8a3;
}
.cid-v5tSJ2JLWJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tSJ2JLWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tSJ2JLWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tSJ2JLWJ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tSJ2JLWJ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tSJ2JLWJ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tSJ2JLWJ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tSJ2JLWJ .container {
    max-width: 100%;
  }
  .cid-v5tSJ2JLWJ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tSJ2JLWJ .item-wrap {
  width: 100%;
}
.cid-v5tSJ2JLWJ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tSJ2JLWJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tSJ2JLWJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tSJ2JLWJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tSJ2JLWJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tSJ2JLWJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tSJ2JLWJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tSJ2JLWJ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tSJ2JLWJ .col-links {
    padding-top: 20px;
  }
}
.cid-v5tSJ2JLWJ .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tSJ2JLWJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tSJ2JLWJ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tSJ2JLWJ .list {
    text-align: center !important;
  }
}
.cid-v5tSJ2JLWJ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tSJ2JLWJ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tSJ2JLWJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tSJ2JLWJ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tSJ2JLWJ .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tSJ2JLWJ .list a:hover:before {
  width: 100%;
}
.cid-v5tSJ2JLWJ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tSJ2JLWJ .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tSJ2JLWJ .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tSJ2JLWJ .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5tEjlv1r4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5tEjlv1r4 nav.navbar {
  position: fixed;
}
.cid-v5tEjlv1r4 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tEjlv1r4 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5tEjlv1r4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tEjlv1r4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5tEjlv1r4 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5tEjlv1r4 .dropdown-item:hover,
.cid-v5tEjlv1r4 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5tEjlv1r4 .dropdown-item:hover span {
  color: white;
}
.cid-v5tEjlv1r4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5tEjlv1r4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5tEjlv1r4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5tEjlv1r4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5tEjlv1r4 .nav-link {
  position: relative;
}
.cid-v5tEjlv1r4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5tEjlv1r4 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5tEjlv1r4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5tEjlv1r4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5tEjlv1r4 .dropdown-menu,
.cid-v5tEjlv1r4 .navbar.opened {
  background: #000000 !important;
}
.cid-v5tEjlv1r4 .nav-item:focus,
.cid-v5tEjlv1r4 .nav-link:focus {
  outline: none;
}
.cid-v5tEjlv1r4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5tEjlv1r4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5tEjlv1r4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5tEjlv1r4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tEjlv1r4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5tEjlv1r4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5tEjlv1r4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5tEjlv1r4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5tEjlv1r4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5tEjlv1r4 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5tEjlv1r4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5tEjlv1r4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5tEjlv1r4 .navbar.collapsed {
  justify-content: center;
}
.cid-v5tEjlv1r4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5tEjlv1r4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5tEjlv1r4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5tEjlv1r4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5tEjlv1r4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5tEjlv1r4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5tEjlv1r4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5tEjlv1r4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5tEjlv1r4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5tEjlv1r4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5tEjlv1r4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5tEjlv1r4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5tEjlv1r4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5tEjlv1r4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5tEjlv1r4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5tEjlv1r4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5tEjlv1r4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5tEjlv1r4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5tEjlv1r4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5tEjlv1r4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5tEjlv1r4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5tEjlv1r4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5tEjlv1r4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5tEjlv1r4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5tEjlv1r4 .navbar-brand .navbar-caption:hover,
.cid-v5tEjlv1r4 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tEjlv1r4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5tEjlv1r4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5tEjlv1r4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tEjlv1r4 .dropdown-item.active,
.cid-v5tEjlv1r4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5tEjlv1r4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5tEjlv1r4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5tEjlv1r4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5tEjlv1r4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5tEjlv1r4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5tEjlv1r4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5tEjlv1r4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5tEjlv1r4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5tEjlv1r4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5tEjlv1r4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5tEjlv1r4 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5tEjlv1r4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5tEjlv1r4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5tEjlv1r4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5tEjlv1r4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5tEjlv1r4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5tEjlv1r4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tEjlv1r4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tEjlv1r4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5tEjlv1r4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tEjlv1r4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5tEjlv1r4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5tEjlv1r4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tEjlv1r4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5tEjlv1r4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tEjlv1r4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5tEjlv1r4 .navbar {
    height: 70px;
  }
  .cid-v5tEjlv1r4 .navbar.opened {
    height: auto;
  }
  .cid-v5tEjlv1r4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5tEjlv1r4 .navbar-nav {
  margin: 0 auto;
}
.cid-v5tEjlv1r4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5tEjlv1r4 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5tEjlv1r4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5tEjlv1r4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5tEjlv1r4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5tEjlv1r4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5tEjlv1r4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5tEjlv1r4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5tEjlv1r4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5tEjlv1r4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5tEjlv1r4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5tEjlv1r4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5tEjlv1r4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5tEjlv1r4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5tEjlv1r4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5tEjlv1r4 .content-wrap {
  min-height: 110px;
}
.cid-v5tEjmSdWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-10.jpg-1500x1001.jpeg");
}
.cid-v5tEjmSdWr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5tEjmSdWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tEjmSdWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tEjmSdWr .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5tEjmSdWr .image-wrap {
    height: 300px;
  }
}
.cid-v5tEjnDwVW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tEjnDwVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tEjnDwVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tEjnDwVW .row {
  justify-content: center;
}
.cid-v5tEjnDwVW .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tEjnDwVW .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tEjnDwVW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tEjnDwVW .mbr-text {
  color: #fff7ee;
}
.cid-v5tEjnDwVW #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tEjnDwVW img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tEjojp44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5tEjojp44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tEjojp44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tEjojp44 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5tEjojp44 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tEjojp44 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5tEjojp44 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5tEjojp44 .mbr-label {
  color: #121212;
}
.cid-v5tEjojp44 .mbr-text {
  color: #ffffff;
}
.cid-v5tEjojp44 .mbr-text,
.cid-v5tEjojp44 .mbr-section-btn {
  color: #323232;
}
.cid-v5tEjp90MT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tEjp90MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tEjp90MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tEjp90MT .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tEjp90MT .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tEjp90MT .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tEjp90MT .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tEjp90MT .container {
    max-width: 100%;
  }
  .cid-v5tEjp90MT .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tEjp90MT .item-wrap {
  width: 100%;
}
.cid-v5tEjp90MT .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tEjp90MT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tEjp90MT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tEjp90MT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tEjp90MT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tEjp90MT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tEjp90MT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tEjp90MT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tEjp90MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tEjp90MT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tEjp90MT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tEjp90MT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tEjp90MT .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tEjp90MT .col-links {
    padding-top: 20px;
  }
}
.cid-v5tEjp90MT .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tEjp90MT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tEjp90MT .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tEjp90MT .list {
    text-align: center !important;
  }
}
.cid-v5tEjp90MT .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tEjp90MT .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tEjp90MT .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tEjp90MT .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tEjp90MT .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tEjp90MT .list a:hover:before {
  width: 100%;
}
.cid-v5tEjp90MT .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tEjp90MT .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tEjp90MT .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tEjp90MT .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-uYL0Kc1j9n {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYL0Kc1j9n nav.navbar {
  position: fixed;
}
.cid-uYL0Kc1j9n .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYL0Kc1j9n .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYL0Kc1j9n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYL0Kc1j9n .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-uYL0Kc1j9n .dropdown-item:hover,
.cid-uYL0Kc1j9n .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .dropdown-item:hover span {
  color: white;
}
.cid-uYL0Kc1j9n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYL0Kc1j9n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYL0Kc1j9n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYL0Kc1j9n .nav-link {
  position: relative;
}
.cid-uYL0Kc1j9n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYL0Kc1j9n .container {
    flex-wrap: nowrap;
  }
}
.cid-uYL0Kc1j9n .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYL0Kc1j9n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYL0Kc1j9n .dropdown-menu,
.cid-uYL0Kc1j9n .navbar.opened {
  background: #000000 !important;
}
.cid-uYL0Kc1j9n .nav-item:focus,
.cid-uYL0Kc1j9n .nav-link:focus {
  outline: none;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYL0Kc1j9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYL0Kc1j9n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYL0Kc1j9n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYL0Kc1j9n .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYL0Kc1j9n .navbar.opened {
  transition: all 0.3s;
}
.cid-uYL0Kc1j9n .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYL0Kc1j9n .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYL0Kc1j9n .navbar .navbar-logo img {
  width: auto;
}
.cid-uYL0Kc1j9n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYL0Kc1j9n .navbar.collapsed {
  justify-content: center;
}
.cid-uYL0Kc1j9n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYL0Kc1j9n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYL0Kc1j9n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYL0Kc1j9n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYL0Kc1j9n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYL0Kc1j9n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYL0Kc1j9n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYL0Kc1j9n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYL0Kc1j9n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYL0Kc1j9n .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYL0Kc1j9n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYL0Kc1j9n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYL0Kc1j9n .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYL0Kc1j9n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYL0Kc1j9n .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption:hover,
.cid-uYL0Kc1j9n .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYL0Kc1j9n .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYL0Kc1j9n .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .dropdown-item.active,
.cid-uYL0Kc1j9n .dropdown-item:active {
  background-color: transparent;
}
.cid-uYL0Kc1j9n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYL0Kc1j9n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYL0Kc1j9n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYL0Kc1j9n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYL0Kc1j9n ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYL0Kc1j9n ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYL0Kc1j9n .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYL0Kc1j9n .navbar-buttons {
    text-align: left;
  }
}
.cid-uYL0Kc1j9n .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYL0Kc1j9n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYL0Kc1j9n button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYL0Kc1j9n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYL0Kc1j9n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYL0Kc1j9n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYL0Kc1j9n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYL0Kc1j9n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYL0Kc1j9n .navbar {
    height: 70px;
  }
  .cid-uYL0Kc1j9n .navbar.opened {
    height: auto;
  }
  .cid-uYL0Kc1j9n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYL0Kc1j9n .navbar-nav {
  margin: 0 auto;
}
.cid-uYL0Kc1j9n .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYL0Kc1j9n .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYL0Kc1j9n .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYL0Kc1j9n .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uYL0Kc1j9n .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYL0Kc1j9n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYL0Kc1j9n .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYL0Kc1j9n .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYL0Kc1j9n .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYL0Kc1j9n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYL0Kc1j9n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYL0Kc1j9n .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYL0Kc1j9n .content-wrap {
  min-height: 110px;
}
.cid-v92qWX5Q2U {
  background-color: #000000;
}
.cid-v92qWX5Q2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92qWX5Q2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92qWX5Q2U .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v92qWX5Q2U .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v92qWX5Q2U .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v92qWX5Q2U .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-v92qWX5Q2U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v92qWX5Q2U .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.cid-v92qWX5Q2U .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #ffdf7d;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
.cid-v92qWX5Q2U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v92qWX5Q2U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v92qWX5Q2U .mbr-section-title {
  color: #ffffff;
}
.cid-v92qWX5Q2U .mbr-section-subtitle,
.cid-v92qWX5Q2U .subtitle-wrapper {
  color: #ffdf7d;
  text-align: center;
}
.cid-v92qWX5Q2U .mbr-text,
.cid-v92qWX5Q2U .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-v92qWX5Q2U .mbr-section-title,
.cid-v92qWX5Q2U .mbr-section-btn {
  text-align: center;
}
.cid-v5tBjiY61J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tBjiY61J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tBjiY61J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tBjiY61J .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tBjiY61J .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tBjiY61J .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .container {
    max-width: 100%;
  }
  .cid-v5tBjiY61J .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tBjiY61J .item-wrap {
  width: 100%;
}
.cid-v5tBjiY61J .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tBjiY61J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tBjiY61J .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tBjiY61J .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tBjiY61J .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-links {
    padding-top: 20px;
  }
}
.cid-v5tBjiY61J .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .list {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tBjiY61J .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tBjiY61J .list a:hover:before {
  width: 100%;
}
.cid-v5tBjiY61J .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tBjiY61J .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tBjiY61J .copyright {
  color: #808080;
  padding: 40px 0;
}
.cid-v5tiUry9b3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5tiUry9b3 nav.navbar {
  position: fixed;
}
.cid-v5tiUry9b3 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v5tiUry9b3 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5tiUry9b3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tiUry9b3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v5tiUry9b3 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-v5tiUry9b3 .dropdown-item:hover,
.cid-v5tiUry9b3 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v5tiUry9b3 .dropdown-item:hover span {
  color: white;
}
.cid-v5tiUry9b3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5tiUry9b3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5tiUry9b3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5tiUry9b3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5tiUry9b3 .nav-link {
  position: relative;
}
.cid-v5tiUry9b3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v5tiUry9b3 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5tiUry9b3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5tiUry9b3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5tiUry9b3 .dropdown-menu,
.cid-v5tiUry9b3 .navbar.opened {
  background: #000000 !important;
}
.cid-v5tiUry9b3 .nav-item:focus,
.cid-v5tiUry9b3 .nav-link:focus {
  outline: none;
}
.cid-v5tiUry9b3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5tiUry9b3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v5tiUry9b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5tiUry9b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5tiUry9b3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5tiUry9b3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5tiUry9b3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v5tiUry9b3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5tiUry9b3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v5tiUry9b3 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v5tiUry9b3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5tiUry9b3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5tiUry9b3 .navbar.collapsed {
  justify-content: center;
}
.cid-v5tiUry9b3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5tiUry9b3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5tiUry9b3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v5tiUry9b3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5tiUry9b3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5tiUry9b3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5tiUry9b3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5tiUry9b3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5tiUry9b3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5tiUry9b3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5tiUry9b3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5tiUry9b3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5tiUry9b3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5tiUry9b3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5tiUry9b3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5tiUry9b3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5tiUry9b3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v5tiUry9b3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5tiUry9b3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5tiUry9b3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5tiUry9b3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5tiUry9b3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5tiUry9b3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v5tiUry9b3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5tiUry9b3 .navbar-brand .navbar-caption:hover,
.cid-v5tiUry9b3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tiUry9b3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5tiUry9b3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5tiUry9b3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v5tiUry9b3 .dropdown-item.active,
.cid-v5tiUry9b3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5tiUry9b3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5tiUry9b3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5tiUry9b3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5tiUry9b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v5tiUry9b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5tiUry9b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5tiUry9b3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5tiUry9b3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5tiUry9b3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v5tiUry9b3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v5tiUry9b3 .navbar-buttons {
    text-align: left;
  }
}
.cid-v5tiUry9b3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v5tiUry9b3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5tiUry9b3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5tiUry9b3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5tiUry9b3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5tiUry9b3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tiUry9b3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5tiUry9b3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5tiUry9b3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tiUry9b3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5tiUry9b3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5tiUry9b3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5tiUry9b3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5tiUry9b3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5tiUry9b3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5tiUry9b3 .navbar {
    height: 70px;
  }
  .cid-v5tiUry9b3 .navbar.opened {
    height: auto;
  }
  .cid-v5tiUry9b3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5tiUry9b3 .navbar-nav {
  margin: 0 auto;
}
.cid-v5tiUry9b3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5tiUry9b3 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v5tiUry9b3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5tiUry9b3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-v5tiUry9b3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v5tiUry9b3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5tiUry9b3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5tiUry9b3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v5tiUry9b3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5tiUry9b3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5tiUry9b3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5tiUry9b3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5tiUry9b3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v5tiUry9b3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v5tiUry9b3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v5tiUry9b3 .content-wrap {
  min-height: 110px;
}
.cid-v5tvDMumkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/trabajo-decorado-de-television-escenografia-team-bustamante-08.jpg-1500x1031.jpg");
}
.cid-v5tvDMumkE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v5tvDMumkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tvDMumkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tvDMumkE .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v5tvDMumkE .image-wrap {
    height: 300px;
  }
}
.cid-v5tiUuBc0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tiUuBc0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tiUuBc0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tiUuBc0z .row {
  justify-content: center;
}
.cid-v5tiUuBc0z .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5tiUuBc0z .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5tiUuBc0z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5tiUuBc0z .mbr-text {
  color: #fff7ee;
}
.cid-v5tiUuBc0z #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-v5tiUuBc0z img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v5tjDTkB9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5tjDTkB9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tjDTkB9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tjDTkB9a .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5tjDTkB9a .card {
    margin-bottom: 40px;
  }
}
.cid-v5tjDTkB9a .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5tjDTkB9a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5tjDTkB9a .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5tjDTkB9a .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5tjDTkB9a .mbr-label {
  color: #be0000;
}
.cid-v5tjDTkB9a .mbr-section-title {
  color: #000000;
}
.cid-v5tjDTkB9a .mbr-text {
  color: #000000;
}
.cid-v5tBjiY61J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5tBjiY61J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5tBjiY61J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5tBjiY61J .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-v5tBjiY61J .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-v5tBjiY61J .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .container {
    max-width: 100%;
  }
  .cid-v5tBjiY61J .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v5tBjiY61J .item-wrap {
  width: 100%;
}
.cid-v5tBjiY61J .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v5tBjiY61J .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v5tBjiY61J .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-v5tBjiY61J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v5tBjiY61J .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffdf7d;
}
.cid-v5tBjiY61J .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v5tBjiY61J .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-links {
    padding-top: 20px;
  }
}
.cid-v5tBjiY61J .mbr-section-subtitle {
  color: #FF014E;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-v5tBjiY61J .list {
    text-align: center !important;
  }
}
.cid-v5tBjiY61J .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-v5tBjiY61J .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffdf7d;
  transition: 0.4s all;
}
.cid-v5tBjiY61J .list a:hover {
  color: #ffdf7d !important;
  line-height: inherit !important;
}
.cid-v5tBjiY61J .list a:hover:before {
  width: 100%;
}
.cid-v5tBjiY61J .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-v5tBjiY61J .col-copyright {
    padding-top: 40px;
  }
}
.cid-v5tBjiY61J .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffe8a3;
}
.cid-v5tBjiY61J .copyright {
  color: #808080;
  padding: 40px 0;
}
